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

Bruce Wayne 0b857a128c housekeeping: Update .editorconfig 3 years ago
.github 111e4f4adc housekeeping: Update build scripts 3 years ago
Build 111e4f4adc housekeeping: Update build scripts 3 years ago
NatTypeTester 543f3cad41 build(deps): bump Splat.Microsoft.Extensions.DependencyInjection from 14.1.1 to 14.1.17 (#134) 3 years ago
NatTypeTester-Console 22a115f142 style: Update code style 3 years ago
NatTypeTester.Models f2604ee9ee dep: Update Abp to 5.0.0 3 years ago
NatTypeTester.ViewModels f2604ee9ee dep: Update Abp to 5.0.0 3 years ago
STUN 22a115f142 style: Update code style 3 years ago
UnitTest 22a115f142 style: Update code style 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