fix
This commit is contained in:
parent
ce38ab368a
commit
3aa8ecd960
@ -68,8 +68,10 @@ tls_enable = true
|
|||||||
meta_var1 = 123
|
meta_var1 = 123
|
||||||
meta_var2 = 234
|
meta_var2 = 234
|
||||||
|
|
||||||
# specify udp packet size, unit is byte
|
# specify udp packet size, unit is byte. If not set, the default value is 1500.
|
||||||
udp_packet_size = 1024
|
# This parameter should be same between client and server.
|
||||||
|
# It affects the udp and sudp proxy.
|
||||||
|
udp_packet_size = 1500
|
||||||
|
|
||||||
# 'ssh' is the unique proxy name
|
# 'ssh' is the unique proxy name
|
||||||
# if user in [common] section is not empty, it will be changed to {user}.{proxy} such as 'your_name.ssh'
|
# if user in [common] section is not empty, it will be changed to {user}.{proxy} such as 'your_name.ssh'
|
||||||
|
@ -113,8 +113,10 @@ tcp_mux = true
|
|||||||
# custom 404 page for HTTP requests
|
# custom 404 page for HTTP requests
|
||||||
# custom_404_page = /path/to/404.html
|
# custom_404_page = /path/to/404.html
|
||||||
|
|
||||||
# specify udp packet size, unit is byte
|
# specify udp packet size, unit is byte. If not set, the default value is 1500.
|
||||||
udp_packet_size = 1024
|
# This parameter should be same between client and server.
|
||||||
|
# It affects the udp and sudp proxy.
|
||||||
|
udp_packet_size = 1500
|
||||||
|
|
||||||
[plugin.user-manager]
|
[plugin.user-manager]
|
||||||
addr = 127.0.0.1:9000
|
addr = 127.0.0.1:9000
|
||||||
|
Loading…
Reference in New Issue
Block a user