Pages

Sunday, 11 October 2020

NatTypeTester


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

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

from https://github.com/HMBSbige/NatTypeTester

No comments:

Post a Comment