libp2p / go-libp2p-relay-daemon

[DEPRECATED] A standalone libp2p circuit relay daemon that made 2022 migration from V1 to V2 easier.
MIT License
26 stars 26 forks source link

Move Config and ACL to the top-level module #20

Closed hsanjuan closed 2 years ago

hsanjuan commented 2 years ago

I would like to programatically generate relays configurations, however this is slightly more difficult because, despite being exported types, they are in the "main" package.

This PR moves them to the top-level directory so that they can be imported from other modules.

I also took the liberty of documenting things.

hsanjuan commented 2 years ago

@lidel : tagging you as owner of the repo ?