We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4443496 commit 0acfae5Copy full SHA for 0acfae5
README.md
@@ -22,6 +22,7 @@ Listen on the given address, provided in [go-listener syntax](https://pkg.go.dev
22
23
Examples:
24
* `-listen tcp:443` to listen on TCP port 443, all interfaces.
25
+* `-listen tcp:0.0.0.0:443` to listen on TCP port 443, all IPv4 interfaces.
26
* `-listen tcp:192.0.2.4:443` to listen on TCP port 443 on 192.0.2.4.
27
28
### `-mode nat46`, `-mode tcp`, or `-mode unix` (Mandatory)
0 commit comments