Config.ini 697 B

12345678910111213141516171819202122232425262728293031323334
  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. #password = yourpassword
  10. [ProxyGetter]
  11. ;register the proxy getter function
  12. freeProxyFirst = 1
  13. freeProxySecond = 1
  14. ;freeProxyThird = 1
  15. freeProxyFourth = 1
  16. freeProxyFifth = 1
  17. freeProxySixth = 1
  18. freeProxySeventh = 1
  19. freeProxyEight = 1
  20. freeProxyNinth = 1
  21. freeProxyTen = 1
  22. freeProxyEleven = 1
  23. freeProxyTwelve = 1
  24. ;foreign website, outside the wall
  25. freeProxyWallFirst = 1
  26. freeProxyWallSecond = 1
  27. freeProxyWallThird = 1
  28. [API]
  29. ; API config http://127.0.0.1:5010
  30. ip = 0.0.0.0
  31. port = 5010
  32. processes = 10