mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
add release notes (#3453)
This commit is contained in:
parent
4915852b9c
commit
98068402c8
12 changed files with 39 additions and 51 deletions
|
|
@ -6,9 +6,6 @@
|
|||
bind_addr = 0.0.0.0
|
||||
bind_port = 7000
|
||||
|
||||
# udp port to help make udp hole to penetrate nat
|
||||
bind_udp_port = 7001
|
||||
|
||||
# udp port used for kcp protocol, it can be same with 'bind_port'.
|
||||
# if not set, kcp is disabled in frps.
|
||||
kcp_bind_port = 7000
|
||||
|
|
@ -157,6 +154,9 @@ udp_packet_size = 1500
|
|||
# Dashboard port must be set first
|
||||
pprof_enable = false
|
||||
|
||||
# Retention time for NAT hole punching strategy data.
|
||||
nat_hole_analysis_data_reserve_hours = 168
|
||||
|
||||
[plugin.user-manager]
|
||||
addr = 127.0.0.1:9000
|
||||
path = /handler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue