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

Bruce Wayne ad2a3f08c4 Update CI 4 years ago
.github ad2a3f08c4 Update CI 4 years ago
NatTypeTester 6e91a26984 Bump version number to 3.3 5 years ago
NatTypeTester-Console ffcedb8081 Change default server 5 years ago
STUN 35c0516120 Fix #8 5 years ago
UnitTest 411ec050c9 Fix RFC5389 5 years ago
pic 5588d71273 Update Preview 5 years ago
.editorconfig 163233dcb1 Update .editorconfig 4 years ago
.gitignore 64f48ca942 Merge dll into exe 5 years ago
LICENSE 3fe3bbf5c4 Initial commit 7 years ago
NatTypeTester.sln 163233dcb1 Update .editorconfig 4 years ago
README.md ad2a3f08c4 Update CI 4 years ago

README.md

NatTypeTester

CI

RFC supports

Internet Protocol

  • IPv4
  • IPv6

Transmission Protocol

  • UDP
  • TCP
  • TLS-over-TCP
  • DTLS-over-UDP

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