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

Bruce Wayne 4e05cddeb8 Refactor: No ReactiveUI in STUN 4 years ago
.github 3b74ce274e Add dependabot 4 years ago
NatTypeTester 1963ef3da7 dep: Bump ReactiveUI from 14.3.1 to 14.3.10 4 years ago
NatTypeTester-Console 51565c67cb Refine 4 years ago
NatTypeTester.Models 1963ef3da7 dep: Bump ReactiveUI from 14.3.1 to 14.3.10 4 years ago
NatTypeTester.ViewModels 4e05cddeb8 Refactor: No ReactiveUI in STUN 4 years ago
STUN 4e05cddeb8 Refactor: No ReactiveUI in STUN 4 years ago
UnitTest d53700eb7d Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 (#72) 4 years ago
pic eca9c991ba Update preview 4 years ago
.editorconfig b9fa1181fb Use Abp + RxUI 4 years ago
.gitignore 64f48ca942 Merge dll into exe 5 years ago
LICENSE 3fe3bbf5c4 Initial commit 7 years ago
NatTypeTester.sln d606feafa3 Refine 4 years ago
NuGet.Config 7bca4be079 Add NuGet.Config 4 years ago
README.md ad2a3f08c4 Update CI 4 years ago
common.props b9fa1181fb Use Abp + RxUI 4 years ago

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