-
Notifications
You must be signed in to change notification settings - Fork 259
Expand file tree
/
Copy pathconfig.example.json
More file actions
53 lines (53 loc) · 1.32 KB
/
config.example.json
File metadata and controls
53 lines (53 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"google_ip": "216.239.38.120",
"front_domain": "www.google.com",
"front_domains": [
"www.google.com",
"mail.google.com",
"accounts.google.com"
],
"script_id": "YOUR_APPS_SCRIPT_DEPLOYMENT_ID",
"auth_key": "CHANGE_ME_TO_A_STRONG_SECRET",
"listen_host": "127.0.0.1",
"http_port": 8085,
"socks5_port": 1080,
"verify_ssl": true,
"lan_sharing": false,
"relay_timeout": 25,
"tls_connect_timeout": 15,
"tcp_connect_timeout": 10,
"parallel_relay": 1,
"h2_connections": 2,
"enable_sub_batch": true,
"block_hosts": [
"ads.example.com",
".doubleclick.net"
],
"direct_hosts": [
"rubika.ir",
"soft98.ir"
],
"youtube_via_relay": false,
"hosts": {
"example.org": "93.184.216.34",
".internal.lan": "192.168.1.10"
},
"exit_node": {
"enabled": false,
"provider": "cloudflare",
"url": "",
"psk": "",
"mode": "full",
"hosts": [
".chatgpt.com",
".openai.com"
]
},
"log_level": "INFO",
"adblock_lists": [
"https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerAds-Hosts.txt",
"https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerTrackers-Hosts.txt",
"https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerAnnoyances-Domains.txt",
"https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerHosts.txt"
]
}