测试当前网络的 NAT 类型(STUN)

Bruce Wayne dfbc1ae47f Update README.md 6 years ago
NatTypeTester b06e8ac96a Add icon 6 years ago
NatTypeTester-Console 2cb36c49e0 Fix typo 6 years ago
pic 7bafb0aecd Update preview 6 years ago
.gitignore 3fe3bbf5c4 Initial commit 7 years ago
.gitmodules b332a420e4 Use submodule 7 years ago
LICENSE 3fe3bbf5c4 Initial commit 7 years ago
NatTypeTester.sln ddcbb1d68b Add console version 6 years ago
README.md dfbc1ae47f Update README.md 6 years ago

README.md

NatTypeTester

  • RFC 3489
  • [ ] RFC 5389

  • [x] IPv4

  • [ ] IPv6

Preview

STUN Server

Docker

docker pull hmbsbige/stunserver
docker run -d --restart=always --net=host --name=stunserver hmbsbige/stunserver --mode full --primaryinterface $IP1 --altinterface $IP2