An open API service indexing awesome lists of open source software.

https://github.com/leejet/nat-probe

NAT Probe using STUN
https://github.com/leejet/nat-probe

Last synced: about 2 months ago
JSON representation

NAT Probe using STUN

Awesome Lists containing this project

README

          

# NAT Probe using STUN

## Usage

```sh
$ go install github.com/leejet/nat-probe
$ $GOPATH/bin/nat-probe
```

```sh
Usage of nat-probe:
-b string
bind UDP socket to a specific local address (default "0.0.0.0")
-s string
STUN server address (default "stun.syncthing.net:3478")
-t int
the number of seconds to wait for STUN server's response (default 3)
-v verbose
```

## Build

```
go mod tidy
go build
```

## Credits
- [pion/stun](https://github.com/pion/stun) - A Go implementation of STUN