Config.ini 792 B

123456789101112131415161718192021222324252627282930313233343536
  1. [DB]
  2. ;Configure the database information
  3. ;type: SSDB/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. name = proxy
  8. #password = yourpassword
  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. freeProxyEleven = 1
  22. freeProxyTwelve = 1
  23. ;foreign website, outside the wall
  24. ;freeProxyWallFirst = 1
  25. ;freeProxyWallSecond = 1
  26. ;freeProxyWallThird = 1
  27. [API]
  28. # API config http://127.0.0.1:5010
  29. # The ip specified when starting the web API
  30. ip = 0.0.0.0
  31. # he port on which to run the web API
  32. port = 5010
  33. # Flask processes option
  34. processes = 10