Skip to content

Commit

Permalink
Update README.md (#2256)
Browse files Browse the repository at this point in the history
docs: fix typo in readme
SwhiG authored Aug 27, 2023
1 parent 30b7245 commit e74c458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1356,7 +1356,7 @@ If the UDP protocol is blocked by a firewall, all WebRTC/ICE connections can be
# public IP of the server
webrtcICEHostNAT1To1IPs: [192.168.x.x]
# any port of choice
webrtcICETCPPMuxAddress: :8189
webrtcICETCPMuxAddress: :8189
```

The NAT / container must then be configured in order to redirect all incoming TCP packets on port 8189 to the server. If you're using Docker, this can be achieved with the flag:

0 comments on commit e74c458

Please sign in to comment.