banner
AcoFork

AcoFork

LOVETOLOVE

Teach you how to use STUN to punch holes! From now on, no need to rely on others for Minecraft multiplayer!

What is this?#

By using a STUN server, you can expose your internal network port to the public network, but the IP and port are dynamic and will change every few days (redial if changed)

What is the difference between this and FRP?#

FRP forwards your service to a public network server. During this process, there is loss and bandwidth restriction when connecting to the FRP server

Advantages of STUN?#

STUN punching directly exposes your internal network port to your internet IP, providing absolute bandwidth and latency advantages

With so many advantages of STUN, are there no disadvantages?#

Yes, firstly, the public IP and port are not fixed, and there is no port 80 and 443, so you cannot host a website (you can use CloudFlare to host a website, it's easier!). Secondly, it requires NAT1 network environment, which will be discussed later

Getting Started#

  1. Log in to your router, enable DMZ, and set the DMZ host to the internal host you want to open

  1. Clone the repository: Natter - Github

  2. python natter.py -p 25565 Map the internal host's port 25565 to your internet IP. Remember to disable the firewall on the internal host

Video Tutorial#

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.