Config.ini 283 B

12345678910111213141516
  1. [DB]
  2. ;Configure the database information
  3. ;type: SSDB/REDIS
  4. type = SSDB
  5. host = localhost
  6. port = 8888
  7. name = proxy
  8. [ProxyGetter]
  9. ;register the proxy getter function
  10. freeProxyFirst = 1
  11. freeProxySecond = 1
  12. freeProxyThird = 1
  13. freeProxyFourth = 1
  14. freeProxyFifth = 1
  15. freeProxySixth = 1