mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-17 21:24:37 +03:00
Update config.example.json to enhance timeout settings and adjust relay parameters
This commit is contained in:
+10
-5
@@ -13,12 +13,17 @@
|
||||
"socks5_port": 1080,
|
||||
"verify_ssl": true,
|
||||
"lan_sharing": false,
|
||||
"relay_timeout": 25,
|
||||
"tls_connect_timeout": 15,
|
||||
"tcp_connect_timeout": 10,
|
||||
"relay_ip_literals": true,
|
||||
"relay_timeout": 55,
|
||||
"tls_connect_timeout": 20,
|
||||
"tcp_connect_timeout": 15,
|
||||
"parallel_relay": 1,
|
||||
"h2_connections": 2,
|
||||
"enable_sub_batch": true,
|
||||
"h2_connections": 1,
|
||||
"ping_interval": 0.1,
|
||||
"enable_batch": true,
|
||||
"batch_window_micro": 0.020,
|
||||
"batch_window_macro": 0.100,
|
||||
"enable_sub_batch": false,
|
||||
"block_hosts": [
|
||||
"ads.example.com",
|
||||
".doubleclick.net"
|
||||
|
||||
Reference in New Issue
Block a user