forked from jhao104/proxy_pool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.ini
More file actions
32 lines (30 loc) · 665 Bytes
/
Config.ini
File metadata and controls
32 lines (30 loc) · 665 Bytes
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
[DB]
;Configure the database information
;type: SSDB/REDIS/MONGODB if use redis, only modify the host port,the type should be SSDB
type = SSDB
host = 127.0.0.1
port = 6379
;port = 8888
name = proxy
[ProxyGetter]
;register the proxy getter function
freeProxyFirst = 1
freeProxySecond = 1
;freeProxyThird = 1
freeProxyFourth = 1
freeProxyFifth = 1
freeProxySixth = 1
freeProxySeventh = 1
freeProxyEight = 1
freeProxyNinth = 1
freeProxyTen = 1
freeProxyEleven = 1
freeProxyTwelve = 1
;foreign website, outside the wall
freeProxyWallFirst = 1
freeProxyWallSecond = 1
freeProxyWallThird = 1
[HOST]
; API接口配置 http://127.0.0.1:5010
ip = 0.0.0.0
port = 5010