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

dependabot[bot] 194773f002 build(deps): bump ReactiveUI from 17.1.50 to 18.0.7 (#172) 3 years ago
.github a46c60eb81 Update CI.yaml 3 years ago
Build 111e4f4adc housekeeping: Update build scripts 3 years ago
NatTypeTester 6e1c0f77ba build(deps): bump Volo.Abp.Autofac from 5.1.4 to 5.2.0 (#166) 3 years ago
NatTypeTester-Console 22a115f142 style: Update code style 3 years ago
NatTypeTester.Models 194773f002 build(deps): bump ReactiveUI from 17.1.50 to 18.0.7 (#172) 3 years ago
NatTypeTester.ViewModels 194773f002 build(deps): bump ReactiveUI from 17.1.50 to 18.0.7 (#172) 3 years ago
STUN 26a7436969 build(deps): bump Microsoft.VisualStudio.Validation from 17.0.34 to 17.0.43 (#156) 3 years ago
UnitTest 43e38840c9 build(deps): bump Moq from 4.16.1 to 4.17.2 (#162) 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 d606feafa3 Refine 4 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 111e4f4adc housekeeping: Update build scripts 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