Advertisement
GlobooX

Untitled

Oct 6th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. bad-ip-checkers:
  2. ipintel:
  3. timeout: 2500
  4. enabled: true
  5. query: "http://www.shroomery.org/ythan/proxycheck.php?ip={ADDRESS}"
  6. result: "Y"
  7. must-equal: false
  8. limitable: false
  9. # message: "You cannot use proxy or vpn!"
  10. stopforumspam:
  11. timeout: 2500
  12. enabled: true
  13. query: "http://www.stopforumspam.com/api?ip={ADDRESS}"
  14. result: "<appears>yes</appears>"
  15. must-equal: false
  16. limitable: false
  17. # message: "You cannot use proxy or vpn!"
  18. ipapi:
  19. timeout: 3000
  20. #change it to true ONLY if you have configured "allowed-countries" - otherwise all "not polish"players will be disconnected
  21. enabled: true
  22. limitable: true
  23. #limit per one minute - if reached limit - players will be allowed to join without checking if they are using vpn (only for 1 minute)
  24. limit: 147
  25. #change this to your country..
  26. #list of all countries: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
  27. allowed-countries:
  28. - "Poland"
  29. #message: "Your country is blocked on this server!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement