rkonfj / peerguard

Another p2p network library in Go 🌍
GNU General Public License v3.0
203 stars 12 forks source link

how to route nat? #5

Closed ctermiii closed 3 months ago

ctermiii commented 3 months ago

The test was successful, and the speed for both punching and direct connection is very fast, capable of fully utilizing the bandwidth. However, the NAT forwarding has not been set up yet. --allowed-ip not worked ?

rkonfj commented 3 months ago

Thanks for reporting this! I'm confirmed it’s a bug and will fix it soon. Your feedback is appreciated!

rkonfj commented 3 months ago

@ctermiii This bug has been fixed. Please update to the latest version and let me know if you encounter any further issues.

ctermiii commented 3 months ago

0.5.1 fixed . --allowed-ip work as expected. thx for your hard work.