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,
|
"socks5_port": 1080,
|
||||||
"verify_ssl": true,
|
"verify_ssl": true,
|
||||||
"lan_sharing": false,
|
"lan_sharing": false,
|
||||||
"relay_timeout": 25,
|
"relay_ip_literals": true,
|
||||||
"tls_connect_timeout": 15,
|
"relay_timeout": 55,
|
||||||
"tcp_connect_timeout": 10,
|
"tls_connect_timeout": 20,
|
||||||
|
"tcp_connect_timeout": 15,
|
||||||
"parallel_relay": 1,
|
"parallel_relay": 1,
|
||||||
"h2_connections": 2,
|
"h2_connections": 1,
|
||||||
"enable_sub_batch": true,
|
"ping_interval": 0.1,
|
||||||
|
"enable_batch": true,
|
||||||
|
"batch_window_micro": 0.020,
|
||||||
|
"batch_window_macro": 0.100,
|
||||||
|
"enable_sub_batch": false,
|
||||||
"block_hosts": [
|
"block_hosts": [
|
||||||
"ads.example.com",
|
"ads.example.com",
|
||||||
".doubleclick.net"
|
".doubleclick.net"
|
||||||
|
|||||||
Reference in New Issue
Block a user