mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
frpc: support nathole discover (#3381)
This commit is contained in:
parent
9800b4cfcf
commit
a22d6c9504
13 changed files with 521 additions and 17 deletions
|
|
@ -10,6 +10,13 @@ server_port = 7000
|
|||
# server_addr.
|
||||
# nat_hole_server_addr = 0.0.0.0
|
||||
|
||||
# ServerUDPPort specifies the server port to help penetrate NAT hole. By default, this value is 0.
|
||||
# This parameter is only used when executing "nathole discover" in the command line.
|
||||
# server_udp_port = 0
|
||||
|
||||
# STUN server to help penetrate NAT hole.
|
||||
# nat_hole_stun_server = stun.easyvoip.com:3478
|
||||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue