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

dependabot[bot] 22eb68d083 build(deps): bump Splat.Microsoft.Extensions.DependencyInjection from 13.1.30 to 13.1.42 (#112) 4 lat temu
.github fe7dd3f044 housekeeping: Update CI 4 lat temu
Build 93159da643 housekeeping: Update framework to .net5.0 4 lat temu
NatTypeTester 22eb68d083 build(deps): bump Splat.Microsoft.Extensions.DependencyInjection from 13.1.30 to 13.1.42 (#112) 4 lat temu
NatTypeTester-Console 0ee363a975 Refactor: RFC5389 UDP client 4 lat temu
NatTypeTester.Models 89036fd378 build(deps): bump ReactiveUI from 16.3.5 to 16.3.9 (#111) 4 lat temu
NatTypeTester.ViewModels 89036fd378 build(deps): bump ReactiveUI from 16.3.5 to 16.3.9 (#111) 4 lat temu
STUN 7216d8109d build(deps): bump Microsoft.VisualStudio.Validation from 16.10.35 to 17.0.34 (#104) 4 lat temu
UnitTest 6cce980e09 test: Add more tests for RFC5389 UDP client 4 lat temu
pic eca9c991ba Update preview 5 lat temu
.editorconfig b9fa1181fb Use Abp + RxUI 4 lat temu
.gitattributes 93159da643 housekeeping: Update framework to .net5.0 4 lat temu
.gitignore 64f48ca942 Merge dll into exe 5 lat temu
.gitmodules 93159da643 housekeeping: Update framework to .net5.0 4 lat temu
LICENSE 3fe3bbf5c4 Initial commit 7 lat temu
NatTypeTester.sln d606feafa3 Refine 5 lat temu
NuGet.Config 7bca4be079 Add NuGet.Config 4 lat temu
README.md 93159da643 housekeeping: Update framework to .net5.0 4 lat temu
build.ps1 93159da643 housekeeping: Update framework to .net5.0 4 lat temu
common.props a8420a8226 housekeeping: Remove whitespace 4 lat temu

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