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

dependabot[bot] a6c8c13fcb Bump Splat.Microsoft.Extensions.DependencyInjection (#65) 4 anni fa
.github 3b74ce274e Add dependabot 4 anni fa
NatTypeTester a6c8c13fcb Bump Splat.Microsoft.Extensions.DependencyInjection (#65) 4 anni fa
NatTypeTester-Console 51565c67cb Refine 4 anni fa
NatTypeTester.Models 443468dbe5 Bump ReactiveUI.Fody from 14.1.1 to 14.2.1 (#64) 4 anni fa
NatTypeTester.ViewModels 443468dbe5 Bump ReactiveUI.Fody from 14.1.1 to 14.2.1 (#64) 4 anni fa
STUN 443468dbe5 Bump ReactiveUI.Fody from 14.1.1 to 14.2.1 (#64) 4 anni fa
UnitTest 0268bb0932 deps: Update Abp to 4.4.0 4 anni fa
pic eca9c991ba Update preview 4 anni fa
.editorconfig b9fa1181fb Use Abp + RxUI 4 anni fa
.gitignore 64f48ca942 Merge dll into exe 5 anni fa
LICENSE 3fe3bbf5c4 Initial commit 7 anni fa
NatTypeTester.sln d606feafa3 Refine 4 anni fa
NuGet.Config 7bca4be079 Add NuGet.Config 4 anni fa
README.md ad2a3f08c4 Update CI 4 anni fa
common.props b9fa1181fb Use Abp + RxUI 4 anni fa

README.md

NatTypeTester

CI

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