geoip.cfg 688 B

123456789101112131415161718192021
  1. // geoip table
  2. // ===========
  3. // WARNING: You can NOT use CubeScript in here!!
  4. // IP addresses (https://en.wikipedia.org/wiki/IP_address) are accepted as IPv4 dot decimal or decimal (e.g. https://dnschecker.org/ip-to-decimal.php)
  5. // CountryCodes (CC) are ISO 3166-1 alpha-2 (https://www.iban.com/country-codes) which reserves XA–XZ for USER ASSIGNED CODE ELEMENTS - we use XH for HOME/LAN
  6. // Check source/tools/ for scripts to convert geoip lists from various free sources
  7. // Examples:
  8. // 1.2.3.4 CC
  9. // 1.2.3.4/24 CC
  10. // 1.2.3.4 - 2.3.4.5 CC
  11. // 16909060 CC
  12. // 16909060/24 CC
  13. // 16909060-33752069 CC
  14. 192.168.0.0/16 XH // home
  15. 172.16.0.0/12 XI // home too
  16. 10.0.0.0/8 XJ // big home