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

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

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