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

Bruce Wayne 8b224f65dd test: Add more tests for RFC3489 client 4 years ago
.github 8b224f65dd test: Add more tests for RFC3489 client 4 years ago
Build 93159da643 housekeeping: Update framework to .net5.0 4 years ago
NatTypeTester 235fcc080f Bump Splat.Microsoft.Extensions.DependencyInjection from 12.1.12 to 13.1.1 (#77) 4 years ago
NatTypeTester-Console 30de30e718 refactor: DNS part 4 years ago
NatTypeTester.Models 39f7a2efd5 fix: RxUI usage errors and drop ReactiveUI.Fody 4 years ago
NatTypeTester.ViewModels 73fed64283 Refactor: RFC3489 client 4 years ago
STUN 8b224f65dd test: Add more tests for RFC3489 client 4 years ago
UnitTest 8b224f65dd test: Add more tests for RFC3489 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 93159da643 housekeeping: Update framework to .net5.0 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