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

Bruce Wayne bf860aca4f housekeeping: Release 6.3.0 hace 3 años
.github 4ea354f395 housekeeping: fix CI hace 3 años
Build 111e4f4adc housekeeping: Update build scripts hace 3 años
NatTypeTester bf860aca4f housekeeping: Release 6.3.0 hace 3 años
NatTypeTester.Models 8634e55d8a dep: Update ReactiveUI to v18.2.5 hace 3 años
NatTypeTester.ViewModels 8634e55d8a dep: Update ReactiveUI to v18.2.5 hace 3 años
STUN bf860aca4f housekeeping: Release 6.3.0 hace 3 años
UnitTest bb4ab75175 dep: Update dependency Moq to v4.18.1 hace 3 años
pic eca9c991ba Update preview hace 4 años
.editorconfig 0b857a128c housekeeping: Update .editorconfig hace 3 años
.gitattributes 93159da643 housekeeping: Update framework to .net5.0 hace 4 años
.gitignore 22a115f142 style: Update code style hace 3 años
LICENSE 3fe3bbf5c4 Initial commit hace 7 años
NatTypeTester.sln e1ad9c5627 refactor: drop console hace 3 años
NuGet.Config 75422b3531 housekeeping: Update to .net6.0 hace 4 años
README.md 93159da643 housekeeping: Update framework to .net5.0 hace 4 años
build.ps1 6a7d4ff4a2 housekeeping: remove win-arm hace 3 años
common.props 22a115f142 style: Update code style hace 3 años

README.md

NatTypeTester

Channel | Status -|- CI | CI Stun.Net | NuGet.org

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