| 12345678910111213141516171819 |
- [DB]
- ;Configure the database information
- ;type: SSDB/REDIS
- type = SSDB
- host = localhost
- port = 8888
- name = proxy
- [ProxyGetter]
- ;register the proxy getter function
- freeProxyFirst = 1
- freeProxySecond = 1
- freeProxyThird = 1
- freeProxyFourth = 1
- freeProxyFifth = 1
- [HOST]
- ip = 0.0.0.0
- port = 5010
|