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

Bruce Wayne 9c07e7eb46 housekeeping: Release 6.0.0 4 ani în urmă
.github 43952cb40b Update CI.yaml 4 ani în urmă
Build 75422b3531 housekeeping: Update to .net6.0 4 ani în urmă
NatTypeTester 9c07e7eb46 housekeeping: Release 6.0.0 4 ani în urmă
NatTypeTester-Console 0ee363a975 Refactor: RFC5389 UDP client 4 ani în urmă
NatTypeTester.Models 7c5d568c85 build(deps): bump ReactiveUI from 16.3.9 to 16.3.10 (#113) 4 ani în urmă
NatTypeTester.ViewModels 7c5d568c85 build(deps): bump ReactiveUI from 16.3.9 to 16.3.10 (#113) 4 ani în urmă
STUN 9c07e7eb46 housekeeping: Release 6.0.0 4 ani în urmă
UnitTest 75422b3531 housekeeping: Update to .net6.0 4 ani în urmă
pic eca9c991ba Update preview 4 ani în urmă
.editorconfig b9fa1181fb Use Abp + RxUI 4 ani în urmă
.gitattributes 93159da643 housekeeping: Update framework to .net5.0 4 ani în urmă
.gitignore 75422b3531 housekeeping: Update to .net6.0 4 ani în urmă
.gitmodules 93159da643 housekeeping: Update framework to .net5.0 4 ani în urmă
LICENSE 3fe3bbf5c4 Initial commit 7 ani în urmă
NatTypeTester.sln d606feafa3 Refine 4 ani în urmă
NuGet.Config 75422b3531 housekeeping: Update to .net6.0 4 ani în urmă
README.md 93159da643 housekeeping: Update framework to .net5.0 4 ani în urmă
build.ps1 75422b3531 housekeeping: Update to .net6.0 4 ani în urmă
common.props 75422b3531 housekeeping: Update to .net6.0 4 ani în urmă

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