Config.ini 264 B

123456789101112131415
  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