Config.ini 602 B

1234567891011121314151617181920212223242526272829
  1. [DB]
  2. ;Configure the database information
  3. ;type: SSDB/REDIS/MONGODB if use redis, only modify the host port,the type should be SSDB
  4. type = SSDB
  5. host = 127.0.0.1
  6. port = 6379
  7. ;port = 8888
  8. name = proxy
  9. [ProxyGetter]
  10. ;register the proxy getter function
  11. freeProxyFirst = 1
  12. freeProxySecond = 1
  13. ;freeProxyThird = 1
  14. freeProxyFourth = 1
  15. freeProxyFifth = 1
  16. freeProxySixth = 1
  17. freeProxySeventh = 1
  18. freeProxyEight = 1
  19. freeProxyNinth = 1
  20. freeProxyTen = 1
  21. ;foreign website, outside the wall
  22. freeProxyWallFirst = 1
  23. freeProxyWallSecond = 1
  24. [HOST]
  25. ; API接口配置 http://127.0.0.1:5010
  26. ip = 0.0.0.0
  27. port = 5010