1234567891011121314151617181920 |
- // geoip table
- // ===========
- // WARNING: You can NOT use CubeScript in here!!
- // The following schemes are accepted...
- // 1.2.3.4 CC
- // 1.2.3.4/24 CC
- // 1.2.3.4 - 2.3.4.5 CC
- // 38273024 CC
- // 38273024/24 CC
- // 38273024-38797311 CC
- // (with CC being ISO 3166-1 alpha-2 country codes)
- //
- // check source/tools/ for scripts to convert geoip lists from various free sources
- //
- 192.168.0.0/16 XH // home
|