-
Notifications
You must be signed in to change notification settings - Fork 22
/
const.py
50 lines (49 loc) · 1.12 KB
/
const.py
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
DHOSTS = ['156.154.70.1', # remote dns server address list
'8.8.8.8',
'8.8.4.4',
'156.154.71.1',
#'208.67.222.222',
#'208.67.220.220',
#'198.153.192.1',
#'198.153.194.1',
#'74.207.247.4',
#'209.244.0.3',
#'8.26.56.26'
]
DPORT = 53 # default dns port 53
TIMEOUT = 20 # set timeout 5 second
fakeip = {
"4.36.66.178" ,
"8.7.198.45" ,
"37.61.54.158" ,
"46.82.174.68" ,
"59.24.3.173" ,
"64.33.88.161" ,
"64.33.99.47" ,
"64.66.163.251" ,
"65.104.202.252" ,
"65.160.219.113" ,
"66.45.252.237" ,
"72.14.205.104" ,
"72.14.205.99" ,
"78.16.49.15" ,
"93.46.8.89" ,
"128.121.126.139" ,
"159.106.121.75" ,
"169.132.13.103" ,
"192.67.198.6" ,
"202.106.1.2" ,
"202.181.7.85" ,
"203.161.230.171" ,
"207.12.88.98" ,
"208.56.31.43" ,
"209.145.54.50" ,
"209.220.30.174" ,
"209.36.73.33" ,
"211.94.66.147" ,
"213.169.251.35" ,
#THIS PART MAY BE NOT RIGHT
"216.221.188.182",
"216.234.179.13",
"243.185.187.39"
}