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

Bruce Wayne 3e10924c6a Refactor 4 年之前
.github ddc854835e Update CI 4 年之前
NatTypeTester 3e10924c6a Refactor 4 年之前
NatTypeTester-Console 3e10924c6a Refactor 4 年之前
STUN 3e10924c6a Refactor 4 年之前
UnitTest 3e10924c6a Refactor 4 年之前
pic 5588d71273 Update Preview 5 年之前
.editorconfig 163233dcb1 Update .editorconfig 4 年之前
.gitignore 64f48ca942 Merge dll into exe 5 年之前
LICENSE 3fe3bbf5c4 Initial commit 7 年之前
NatTypeTester.sln 163233dcb1 Update .editorconfig 4 年之前
README.md ad2a3f08c4 Update CI 4 年之前

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