Skip to content

Commit 0acfae5

Browse files
committed
In README, show an example of listening on all IPv4 interfaces
Since this is a very common use case when using snid!
1 parent 4443496 commit 0acfae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Listen on the given address, provided in [go-listener syntax](https://pkg.go.dev
2222

2323
Examples:
2424
* `-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.
2526
* `-listen tcp:192.0.2.4:443` to listen on TCP port 443 on 192.0.2.4.
2627

2728
### `-mode nat46`, `-mode tcp`, or `-mode unix` (Mandatory)

0 commit comments

Comments
 (0)