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

Bruce Wayne 7e8caa2abf housekeeping: Update renovate 3 years ago
.github 7e8caa2abf housekeeping: Update renovate 3 years ago
Build 111e4f4adc housekeeping: Update build scripts 3 years ago
NatTypeTester 31da2f5968 dep: Update dependency Volo.Abp.Autofac to v5.2.2 3 years ago
NatTypeTester-Console 6499acc7fa dep: Update dependency Dns.Net to v0.2.0 3 years ago
NatTypeTester.Models b14f53a889 dep: Update dependency Volo.Abp.Core to v5.2.2 3 years ago
NatTypeTester.ViewModels b14f53a889 dep: Update dependency Volo.Abp.Core to v5.2.2 3 years ago
STUN bfb69d174a housekeeping: Release 6.1.0 3 years ago
UnitTest bb4ab75175 dep: Update dependency Moq to v4.18.1 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