Config.ini 739 B

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