mirror of
https://github.com/ThisIsDara/mhr-cfw-go.git
synced 2026-05-17 21:24:36 +03:00
24 lines
614 B
JSON
24 lines
614 B
JSON
{
|
|
"auth_key": "changeme",
|
|
"script_id": "changeme",
|
|
"chunked_download_max_chunks": 256,
|
|
"chunked_download_max_parallel": 8,
|
|
"chunked_download_min_size": 5242880,
|
|
"front_domain": "www.google.com",
|
|
"google_ip": "216.239.38.120",
|
|
"hosts": {},
|
|
"lan_sharing": false,
|
|
"listen_host": "127.0.0.1",
|
|
"listen_port": 8085,
|
|
"log_level": "INFO",
|
|
"max_response_body_bytes": 209715200,
|
|
"mode": "apps_script",
|
|
"relay_timeout": 25,
|
|
"chunked_download_chunk_size": 524288,
|
|
"socks5_enabled": true,
|
|
"socks5_port": 1080,
|
|
"tcp_connect_timeout": 10,
|
|
"tls_connect_timeout": 15,
|
|
"verify_ssl": true
|
|
}
|