frpc: add parameter nat_hole_server_addr (#3351)

This commit is contained in:
fatedier
2023-03-10 15:51:14 +08:00
committed by GitHub
parent 968ba4d3a1
commit fccd518512
4 changed files with 17 additions and 2 deletions

View File

@@ -6,6 +6,10 @@
server_addr = 0.0.0.0
server_port = 7000
# Specify another address of the server to connect for nat hole. By default, it's same with
# server_addr.
# nat_hole_server_addr = 0.0.0.0
# The maximum amount of time a dial to server will wait for a connect to complete. Default value is 10 seconds.
# dial_server_timeout = 10