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

Bruce Wayne 4d50076790 housekeeping: Release 5.0.0 4 years ago
.github fe7dd3f044 housekeeping: Update CI 4 years ago
Build 93159da643 housekeeping: Update framework to .net5.0 4 years ago
NatTypeTester 4d50076790 housekeeping: Release 5.0.0 4 years ago
NatTypeTester-Console 0ee363a975 Refactor: RFC5389 UDP client 4 years ago
NatTypeTester.Models cb610a3069 dep: Update ReactiveUI and MSTest 4 years ago
NatTypeTester.ViewModels 0ee363a975 Refactor: RFC5389 UDP client 4 years ago
STUN 65d5310790 housekeeping: Bump version 4 years ago
UnitTest 6cce980e09 test: Add more tests for RFC5389 UDP client 4 years ago
pic eca9c991ba Update preview 4 years ago
.editorconfig b9fa1181fb Use Abp + RxUI 4 years ago
.gitattributes 93159da643 housekeeping: Update framework to .net5.0 4 years ago
.gitignore 64f48ca942 Merge dll into exe 5 years ago
.gitmodules 93159da643 housekeeping: Update framework to .net5.0 4 years ago
LICENSE 3fe3bbf5c4 Initial commit 7 years ago
NatTypeTester.sln d606feafa3 Refine 4 years ago
NuGet.Config 7bca4be079 Add NuGet.Config 4 years ago
README.md 93159da643 housekeeping: Update framework to .net5.0 4 years ago
build.ps1 93159da643 housekeeping: Update framework to .net5.0 4 years ago
common.props a8420a8226 housekeeping: Remove whitespace 4 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