Hi,
Ich habe einen Homeserver (Proxmox) mit 4 NICs. Zwei sind zu einem Bond zusammengefasst und mehrere VLANs sind aktiv.
Mein Router ist ein Mikrotik heX S und mein Switch ist ein CSS326.
Diese Konfiguration hat nun für einige Zeit funktioniert, nun gibt es aber sporadisch Probleme:
CTs aus VLAN10 kann weder ins Internet pingen, noch eine CT aus dem VLAN10 selbst. Der Router selber (192.168.0.1 und 192.168.10.1) ist pingbar. Wenn ich dann aber eine andere CT aus dem VLAN1 oder 10 pingen lasse, dann funktioniert auf einmal auch der Ping aus den CTs aus VLAN10. Manchmal nach 10 oder so Fehlschlägen funktioniert der ping aufeinmal wieder.
Wie hier:
Das wirkt so, als ob erstmal nach dem gegenüber gesucht werden muss.
Den Traffic zwischen den einzelnen subnets/VLANs habe ich in den Filter rules im heX S akzeptiert.
Siehe hier:
Ich habe keine Ahnung, was da auf einmal schief läuft. Hat da jemand eine Idee?
Kurioserweise kann ich über den Browser auf die jeweiligen Webserver zugreifen (Guacamole, Grafana, etc.). Aber wenn ich versuche ein apt update über meinen aptcacher zu machen, dann klappt das erstmal nicht. Wenn ich den dann anpinge und warte und warte und warte, dann klappt es auf einmal wieder.
Ich habe einen Homeserver (Proxmox) mit 4 NICs. Zwei sind zu einem Bond zusammengefasst und mehrere VLANs sind aktiv.
Mein Router ist ein Mikrotik heX S und mein Switch ist ein CSS326.
Diese Konfiguration hat nun für einige Zeit funktioniert, nun gibt es aber sporadisch Probleme:
CTs aus VLAN10 kann weder ins Internet pingen, noch eine CT aus dem VLAN10 selbst. Der Router selber (192.168.0.1 und 192.168.10.1) ist pingbar. Wenn ich dann aber eine andere CT aus dem VLAN1 oder 10 pingen lasse, dann funktioniert auf einmal auch der Ping aus den CTs aus VLAN10. Manchmal nach 10 oder so Fehlschlägen funktioniert der ping aufeinmal wieder.
Wie hier:
Code:
PING 192.168.10.3 (192.168.10.3) 56(84) bytes of data.
From 192.168.10.34 icmp_seq=1 Destination Host Unreachable
From 192.168.10.34 icmp_seq=2 Destination Host Unreachable
From 192.168.10.34 icmp_seq=3 Destination Host Unreachable
64 bytes from 192.168.10.3: icmp_seq=4 ttl=64 time=2052 ms
64 bytes from 192.168.10.3: icmp_seq=5 ttl=64 time=1024 ms
64 bytes from 192.168.10.3: icmp_seq=6 ttl=64 time=0.036 ms
64 bytes from 192.168.10.3: icmp_seq=7 ttl=64 time=0.057 ms
64 bytes from 192.168.10.3: icmp_seq=8 ttl=64 time=0.053 ms
64 bytes from 192.168.10.3: icmp_seq=9 ttl=64 time=0.042 ms
64 bytes from 192.168.10.3: icmp_seq=10 ttl=64 time=0.049 ms
64 bytes from 192.168.10.3: icmp_seq=11 ttl=64 time=0.045 ms
64 bytes from 192.168.10.3: icmp_seq=12 ttl=64 time=0.050 ms
64 bytes from 192.168.10.3: icmp_seq=13 ttl=64 time=0.078 ms
64 bytes from 192.168.10.3: icmp_seq=14 ttl=64 time=0.059 ms
Das wirkt so, als ob erstmal nach dem gegenüber gesucht werden muss.
Den Traffic zwischen den einzelnen subnets/VLANs habe ich in den Filter rules im heX S akzeptiert.
Siehe hier:
Code:
# feb/15/2021 14:06:01 by RouterOS 6.48
# software id = XE0V-A40Q
#
# model = RB760iGS
# serial number = xxxx
/interface ethernet
set [ find default-name=ether2 ] name="ether2(WLAN)"
set [ find default-name=sfp1 ] disabled=yes
/interface vlan
add interface=ether3 name=vlan10 vlan-id=10
add interface=ether3 name=vlan20 vlan-id=20
add interface=ether3 name=vlan30 vlan-id=30
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip firewall layer7-protocol
add name="Block Site" regexp="^.+(facebook).*\$"
/ip pool
add name=dhcp ranges=192.168.0.10-192.168.0.40
add name=dhcp_pool6 ranges=192.168.20.2-192.168.20.254
add name=dhcp_pool10 ranges=192.168.10.2-192.168.10.254
add name=DMZ ranges=192.168.100.2-192.168.100.254
add name=dhcp_pool12 ranges=192.168.30.2-192.168.30.254
add name=WLAN ranges=192.168.50.3-192.168.50.100
add name=" pool-vpn" ranges=192.168.123.100-192.168.123.199
/ip dhcp-server
add address-pool=dhcp disabled=no interface=ether5 lease-script=\
dhcp-lease-script lease-time=2h name=server1
add address-pool=dhcp_pool6 disabled=no interface=vlan20 name=dhcp2
add address-pool=DMZ disabled=no interface=ether4 name=dhcp3
add address-pool=dhcp_pool10 disabled=no interface=vlan10 lease-script=\
dhcp-lease-script name=dhcp4
add address-pool=dhcp_pool12 disabled=no interface=vlan30 lease-time=4d4h10m \
name=dhcp1
add address-pool=WLAN disabled=no interface="ether2(WLAN)" name=WLAN
/port
set 0 name=serial0
/ppp profile
add dns-server=192.168.123.254 local-address=192.168.123.254 name=vpn \
remote-address=" pool-vpn" use-compression=no use-encryption=required
/user group
set full policy="local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,pas\
sword,web,sniff,sensitive,api,romon,dude,tikapp"
/dude
set enabled=yes
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface detect-internet
set detect-interface-list=all
/interface list member
add interface=ether1 list=WAN
add interface=ether5 list=LAN
/interface ovpn-server server
set auth=sha1 certificate="VPN Server" cipher=aes256 default-profile=vpn \
enabled=yes require-client-certificate=yes
/ip address
add address=192.168.0.1/24 interface=ether5 network=192.168.0.0
add address=192.168.20.1/24 interface=vlan20 network=192.168.20.0
add address=192.168.10.1/24 interface=vlan10 network=192.168.10.0
add address=192.168.100.1/24 interface=ether4 network=192.168.100.0
add address=xx.xx.xx.xxx/30 interface=ether1 network=xx.xx.xx.xxx
add address=192.168.30.1/24 interface=vlan30 network=192.168.30.0
add address=192.168.50.1/24 interface="ether2(WLAN)" network=192.168.50.0
/ip dhcp-server lease
add address=192.168.0.136 allow-dual-stack-queue=no disabled=yes mac-address=\
00:02:C9:4E:89:26 server=server1
add address=192.168.0.113 allow-dual-stack-queue=no mac-address=\
F2:E7:52:EB:6E:9B server=server1
add address=192.168.0.26 client-id=1:0:26:ab:6c:6:27 mac-address=\
00:26:AB:6C:06:27 server=server1
add address=192.168.0.33 client-id=1:0:2:c9:51:77:dc mac-address=\
00:02:C9:51:77:DC server=server1
/ip dhcp-server network
add address=192.168.0.0/24 dns-server=192.168.0.113,192.168.0.3,192.168.0.1 \
domain=home.lab gateway=192.168.0.1 netmask=24
add address=192.168.10.0/24 dns-server=192.168.10.3 domain=service.lab \
gateway=192.168.10.1
add address=192.168.20.0/24 dns-server=192.168.20.1 domain=private.lab \
gateway=192.168.20.1 netmask=24
add address=192.168.30.0/24 dns-server=192.168.30.1 gateway=192.168.30.1
add address=192.168.50.0/24 dns-server=192.168.50.1 domain=private.lab \
gateway=192.168.50.1
add address=192.168.100.0/24 dns-server=192.168.100.1 gateway=192.168.100.1 \
netmask=24
/ip dns
set allow-remote-requests=yes servers=192.168.0.3
/ip dns static
add address=192.168.100.110 name=mydomain.de
add address=192.168.100.110 name=myseconddomain
add address=192.168.100.110 name=mythirddomain
add address=192.168.0.131 name=pve.home.lab
add address=192.168.0.2 name=r620.home.lab
add address=192.168.0.113 name=nanopineo.home.lab
add address=192.168.0.128 name=grafana.home.lab
add address=192.168.0.136 name=fileserver.home.lab
add address=192.168.0.10 name=pve2.home.lab
add address=192.168.10.18 name=bookstack.service.lab
add address=192.168.10.123 name=Guacamole.service.lab
add address=192.168.10.101 comment=#DHCP name=Heimdall.service.lab ttl=10m
add address=192.168.10.122 disabled=yes name=avideo.service.lab
add address=192.168.10.123 name=avideo1.service.lab
add address=192.168.0.15 comment=#DHCP name=GUI.home.lab ttl=2h
add address=192.168.0.13 comment=#DHCP name=GUI.home.lab ttl=2h
/ip firewall address-list
add address=103.80.84.0/22 comment=SPAIN list=CountryIPBlocks
add address=115.124.36.0/22 comment=SPAIN list=CountryIPBlocks
add address=199.103.73.0/24 comment=SPAIN list=CountryIPBlocks
add address=199.103.81.0/24 comment=SPAIN list=CountryIPBlocks
add address=204.231.239.0/24 comment=SPAIN list=CountryIPBlocks
add address=2.56.64.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.56.84.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.57.4.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.57.100.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.57.108.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.57.128.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.57.192.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.57.224.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.58.116.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.58.188.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.58.224.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.59.92.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.59.108.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.59.112.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.59.124.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.59.192.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.59.232.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.59.244.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.136.0.0/13 comment=SPAIN list=CountryIPBlocks
add address=2.152.0.0/14 comment=SPAIN list=CountryIPBlocks
add address=5.1.32.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.2.24.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.2.88.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.8.184.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.8.252.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.10.200.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.34.128.0/19 comment=SPAIN list=CountryIPBlocks
add address=5.35.200.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.35.216.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.39.208.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.40.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=5.45.8.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.45.160.0/20 comment=SPAIN list=CountryIPBlocks
add address=5.53.0.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.56.0.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.56.56.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.56.160.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.57.24.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.61.200.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.61.208.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.83.48.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.83.64.0/19 comment=SPAIN list=CountryIPBlocks
add address=5.102.128.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.134.32.0/20 comment=SPAIN list=CountryIPBlocks
add address=5.134.112.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.144.144.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.145.168.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.152.168.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.154.0.0/17 comment=SPAIN list=CountryIPBlocks
add address=5.158.80.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.158.216.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.159.8.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.159.128.0/18 comment=SPAIN list=CountryIPBlocks
add address=5.159.240.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.175.40.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.180.228.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.180.248.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.181.44.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.181.96.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.181.100.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.181.220.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.181.236.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.181.240.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.182.72.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.182.80.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.182.160.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.182.164.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.182.172.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.183.56.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.183.148.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.183.184.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.183.220.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.187.0.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.187.32.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.199.224.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.205.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=5.224.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=5.226.16.0/20 comment=SPAIN list=CountryIPBlocks
add address=5.226.168.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.226.184.0/21 comment=SPAIN list=CountryIPBlocks
add address=5.252.0.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.252.8.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.252.92.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.252.104.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.252.168.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.252.252.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.253.4.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.253.88.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.253.156.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.253.240.0/22 comment=SPAIN list=CountryIPBlocks
add address=5.255.144.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.3.112.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.3.120.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.4.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=31.14.24.0/24 comment=SPAIN list=CountryIPBlocks
add address=31.14.60.0/22 comment=SPAIN list=CountryIPBlocks
add address=31.14.103.0/24 comment=SPAIN list=CountryIPBlocks
add address=31.14.200.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.14.255.0/24 comment=SPAIN list=CountryIPBlocks
add address=31.15.0.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.24.40.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.24.120.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.24.152.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.25.176.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.25.208.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.31.88.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.40.244.0/22 comment=SPAIN list=CountryIPBlocks
add address=31.44.144.0/20 comment=SPAIN list=CountryIPBlocks
add address=31.47.72.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.170.100.0/22 comment=SPAIN list=CountryIPBlocks
add address=31.177.48.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.177.96.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.187.68.0/24 comment=SPAIN list=CountryIPBlocks
add address=31.193.224.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.200.240.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.207.88.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.210.144.0/22 comment=SPAIN list=CountryIPBlocks
add address=31.210.224.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.211.184.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.214.139.0/24 comment=SPAIN list=CountryIPBlocks
add address=31.214.155.0/24 comment=SPAIN list=CountryIPBlocks
add address=31.214.156.0/24 comment=SPAIN list=CountryIPBlocks
add address=31.214.176.0/20 comment=SPAIN list=CountryIPBlocks
add address=31.220.72.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.220.80.0/20 comment=SPAIN list=CountryIPBlocks
add address=31.220.96.0/21 comment=SPAIN list=CountryIPBlocks
add address=31.221.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=31.222.80.0/20 comment=SPAIN list=CountryIPBlocks
add address=31.222.96.0/19 comment=SPAIN list=CountryIPBlocks
add address=31.223.191.0/24 comment=SPAIN list=CountryIPBlocks
add address=37.0.104.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.1.176.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.10.70.0/24 comment=SPAIN list=CountryIPBlocks
add address=37.10.72.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.10.108.0/24 comment=SPAIN list=CountryIPBlocks
add address=37.10.116.0/24 comment=SPAIN list=CountryIPBlocks
add address=37.10.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=37.11.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=37.12.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=37.14.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=37.18.132.0/22 comment=SPAIN list=CountryIPBlocks
add address=37.18.240.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.25.40.0/22 comment=SPAIN list=CountryIPBlocks
add address=37.26.248.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.29.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=37.32.96.0/22 comment=SPAIN list=CountryIPBlocks
add address=37.34.64.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.35.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=37.46.72.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.46.88.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.46.152.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.61.144.0/20 comment=SPAIN list=CountryIPBlocks
add address=37.61.248.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.72.0.0/19 comment=SPAIN list=CountryIPBlocks
add address=37.97.124.0/22 comment=SPAIN list=CountryIPBlocks
add address=37.98.200.0/22 comment=SPAIN list=CountryIPBlocks
add address=37.98.204.0/22 comment=SPAIN list=CountryIPBlocks
add address=37.122.216.0/22 comment=SPAIN list=CountryIPBlocks
add address=37.128.168.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.130.144.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.130.208.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.132.0.0/14 comment=SPAIN list=CountryIPBlocks
add address=37.139.120.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.143.120.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.152.80.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.152.88.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.152.128.0/19 comment=SPAIN list=CountryIPBlocks
add address=37.153.88.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.156.76.0/22 comment=SPAIN list=CountryIPBlocks
add address=37.156.108.0/22 comment=SPAIN list=CountryIPBlocks
add address=37.156.188.0/22 comment=SPAIN list=CountryIPBlocks
add address=37.158.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=37.218.0.0/17 comment=SPAIN list=CountryIPBlocks
add address=37.221.232.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.222.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=37.228.96.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.230.64.0/19 comment=SPAIN list=CountryIPBlocks
add address=37.235.32.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.247.120.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.252.96.0/21 comment=SPAIN list=CountryIPBlocks
add address=37.252.176.0/21 comment=SPAIN list=CountryIPBlocks
add address=45.8.4.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.8.12.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.8.20.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.8.48.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.8.64.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.8.76.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.8.136.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.9.36.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.9.132.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.9.240.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.10.4.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.10.104.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.10.112.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.10.128.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.11.64.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.12.152.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.12.164.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.13.8.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.13.124.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.13.168.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.13.200.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.13.208.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.14.84.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.14.120.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.14.196.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.14.204.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.14.208.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.14.248.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.15.0.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.15.32.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.15.48.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.15.116.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.15.132.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.15.136.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.65.64.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.66.64.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.66.212.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.66.240.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.67.148.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.67.180.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.67.184.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.67.244.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.80.12.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.80.80.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.80.84.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.80.196.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.80.224.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.81.88.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.81.104.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.81.124.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.81.152.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.83.48.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.83.80.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.83.100.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.84.48.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.84.208.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.85.136.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.85.180.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.86.184.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.86.224.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.88.248.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.89.40.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.89.80.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.89.212.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.89.220.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.90.16.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.90.52.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.90.188.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.90.236.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.91.172.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.91.232.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.92.24.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.92.60.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.92.72.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.92.132.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.92.184.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.92.204.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.93.24.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.93.56.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.93.120.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.93.180.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.93.192.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.93.208.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.94.8.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.94.100.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.95.24.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.95.76.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.95.196.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.128.8.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.128.200.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.128.236.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.129.20.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.129.164.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.130.16.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.130.160.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.131.28.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.131.52.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.131.80.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.131.132.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.131.172.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.133.60.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.134.84.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.134.152.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.135.196.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.136.32.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.136.192.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.137.12.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.137.32.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.137.72.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.137.136.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.137.160.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.137.176.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.138.148.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.139.72.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.140.160.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.141.4.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.141.64.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.141.192.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.141.240.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.142.40.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.142.68.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.142.228.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.143.32.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.143.56.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.143.148.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.144.12.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.144.204.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.144.228.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.144.248.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.144.252.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.145.132.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.146.148.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.146.188.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.146.224.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.147.104.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.147.112.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.147.116.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.147.128.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.147.204.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.147.224.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.148.32.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.148.68.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.148.72.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.148.84.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.148.88.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.148.176.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.148.196.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.148.220.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.149.116.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.149.180.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.149.200.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.149.228.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.150.12.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.150.84.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.150.184.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.150.192.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.150.216.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.151.48.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.151.72.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.151.140.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.151.176.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.151.192.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.151.244.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.152.12.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.152.140.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.152.156.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.153.96.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.154.172.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.155.32.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.155.48.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.155.56.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.155.240.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.155.252.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.156.40.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.156.56.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.156.68.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.156.100.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.156.176.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.156.208.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.157.20.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.157.56.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.157.208.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.158.0.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.158.84.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.158.100.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.158.216.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.159.76.0/22 comment=SPAIN list=CountryIPBlocks
add address=45.159.168.0/22 comment=SPAIN list=CountryIPBlocks
add address=46.6.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=46.16.56.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.16.132.0/22 comment=SPAIN list=CountryIPBlocks
add address=46.17.136.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.18.40.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.18.72.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.24.0.0/14 comment=SPAIN list=CountryIPBlocks
add address=46.28.160.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.28.208.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.29.24.0/22 comment=SPAIN list=CountryIPBlocks
add address=46.29.28.0/22 comment=SPAIN list=CountryIPBlocks
add address=46.29.48.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.30.16.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.30.104.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.31.56.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.34.32.0/19 comment=SPAIN list=CountryIPBlocks
add address=46.34.65.0/24 comment=SPAIN list=CountryIPBlocks
add address=46.34.66.0/23 comment=SPAIN list=CountryIPBlocks
add address=46.34.68.0/22 comment=SPAIN list=CountryIPBlocks
add address=46.34.72.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.34.80.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.34.88.0/23 comment=SPAIN list=CountryIPBlocks
add address=46.34.92.0/22 comment=SPAIN list=CountryIPBlocks
add address=46.35.96.0/19 comment=SPAIN list=CountryIPBlocks
add address=46.37.64.0/19 comment=SPAIN list=CountryIPBlocks
add address=46.37.96.0/19 comment=SPAIN list=CountryIPBlocks
add address=46.39.192.0/19 comment=SPAIN list=CountryIPBlocks
add address=46.102.103.0/24 comment=SPAIN list=CountryIPBlocks
add address=46.102.160.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.136.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=46.175.156.0/22 comment=SPAIN list=CountryIPBlocks
add address=46.183.112.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.222.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=46.226.32.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.226.40.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.226.144.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.231.0.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.231.52.0/22 comment=SPAIN list=CountryIPBlocks
add address=46.231.120.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.232.168.0/21 comment=SPAIN list=CountryIPBlocks
add address=46.234.128.0/19 comment=SPAIN list=CountryIPBlocks
add address=46.251.160.0/19 comment=SPAIN list=CountryIPBlocks
add address=46.251.249.0/24 comment=SPAIN list=CountryIPBlocks
add address=46.251.250.0/24 comment=SPAIN list=CountryIPBlocks
add address=46.251.252.0/22 comment=SPAIN list=CountryIPBlocks
add address=46.253.32.0/20 comment=SPAIN list=CountryIPBlocks
add address=46.253.224.0/20 comment=SPAIN list=CountryIPBlocks
add address=46.255.184.0/21 comment=SPAIN list=CountryIPBlocks
add address=62.13.224.0/19 comment=SPAIN list=CountryIPBlocks
add address=62.14.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=62.15.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=62.22.0.0/19 comment=SPAIN list=CountryIPBlocks
add address=62.22.32.0/19 comment=SPAIN list=CountryIPBlocks
add address=62.22.64.0/18 comment=SPAIN list=CountryIPBlocks
add address=62.22.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=62.32.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=62.36.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=62.37.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=62.42.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=62.43.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=62.57.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=62.81.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=62.82.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=62.83.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=62.87.0.0/17 comment=SPAIN list=CountryIPBlocks
add address=62.93.160.0/19 comment=SPAIN list=CountryIPBlocks
add address=62.97.64.0/18 comment=SPAIN list=CountryIPBlocks
add address=62.97.128.0/19 comment=SPAIN list=CountryIPBlocks
add address=62.99.0.0/17 comment=SPAIN list=CountryIPBlocks
add address=62.100.96.0/19 comment=SPAIN list=CountryIPBlocks
add address=62.101.160.0/19 comment=SPAIN list=CountryIPBlocks
add address=62.117.128.0/19 comment=SPAIN list=CountryIPBlocks
add address=62.117.160.0/19 comment=SPAIN list=CountryIPBlocks
add address=62.117.192.0/18 comment=SPAIN list=CountryIPBlocks
add address=62.122.32.0/22 comment=SPAIN list=CountryIPBlocks
add address=62.122.228.0/22 comment=SPAIN list=CountryIPBlocks
add address=62.133.36.0/22 comment=SPAIN list=CountryIPBlocks
add address=62.151.0.0/17 comment=SPAIN list=CountryIPBlocks
add address=62.151.128.0/19 comment=SPAIN list=CountryIPBlocks
add address=62.151.160.0/21 comment=SPAIN list=CountryIPBlocks
add address=62.151.168.0/21 comment=SPAIN list=CountryIPBlocks
add address=62.151.176.0/21 comment=SPAIN list=CountryIPBlocks
add address=62.151.184.0/21 comment=SPAIN list=CountryIPBlocks
add address=62.151.192.0/18 comment=SPAIN list=CountryIPBlocks
add address=62.174.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=62.201.0.0/20 comment=SPAIN list=CountryIPBlocks
add address=62.204.192.0/19 comment=SPAIN list=CountryIPBlocks
add address=67.218.224.0/19 comment=SPAIN list=CountryIPBlocks
add address=77.26.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=77.72.104.0/21 comment=SPAIN list=CountryIPBlocks
add address=77.72.208.0/21 comment=SPAIN list=CountryIPBlocks
add address=77.73.40.0/21 comment=SPAIN list=CountryIPBlocks
add address=77.73.80.0/21 comment=SPAIN list=CountryIPBlocks
add address=77.73.160.0/21 comment=SPAIN list=CountryIPBlocks
add address=77.73.200.0/21 comment=SPAIN list=CountryIPBlocks
add address=77.75.176.0/21 comment=SPAIN list=CountryIPBlocks
add address=77.75.224.0/21 comment=SPAIN list=CountryIPBlocks
add address=77.81.112.0/21 comment=SPAIN list=CountryIPBlocks
add address=77.81.141.0/24 comment=SPAIN list=CountryIPBlocks
add address=77.81.167.0/24 comment=SPAIN list=CountryIPBlocks
add address=77.81.168.0/21 comment=SPAIN list=CountryIPBlocks
add address=77.83.96.0/22 comment=SPAIN list=CountryIPBlocks
add address=77.83.124.0/22 comment=SPAIN list=CountryIPBlocks
add address=77.83.144.0/22 comment=SPAIN list=CountryIPBlocks
add address=77.83.180.0/22 comment=SPAIN list=CountryIPBlocks
add address=77.95.152.0/21 comment=SPAIN list=CountryIPBlocks
add address=77.208.0.0/14 comment=SPAIN list=CountryIPBlocks
add address=77.220.200.0/22 comment=SPAIN list=CountryIPBlocks
add address=77.224.0.0/13 comment=SPAIN list=CountryIPBlocks
add address=77.237.232.0/21 comment=SPAIN list=CountryIPBlocks
add address=77.237.240.0/21 comment=SPAIN list=CountryIPBlocks
add address=77.240.112.0/20 comment=SPAIN list=CountryIPBlocks
add address=77.241.48.0/20 comment=SPAIN list=CountryIPBlocks
add address=77.241.112.0/20 comment=SPAIN list=CountryIPBlocks
add address=77.241.164.0/22 comment=SPAIN list=CountryIPBlocks
add address=77.241.168.0/22 comment=SPAIN list=CountryIPBlocks
add address=77.241.172.0/22 comment=SPAIN list=CountryIPBlocks
add address=77.243.192.0/20 comment=SPAIN list=CountryIPBlocks
add address=77.246.176.0/20 comment=SPAIN list=CountryIPBlocks
add address=78.24.136.0/21 comment=SPAIN list=CountryIPBlocks
add address=78.30.0.0/18 comment=SPAIN list=CountryIPBlocks
add address=78.40.12.0/22 comment=SPAIN list=CountryIPBlocks
add address=78.41.80.0/22 comment=SPAIN list=CountryIPBlocks
add address=78.136.64.0/18 comment=SPAIN list=CountryIPBlocks
add address=78.142.200.0/22 comment=SPAIN list=CountryIPBlocks
add address=78.142.212.0/22 comment=SPAIN list=CountryIPBlocks
add address=79.98.64.0/21 comment=SPAIN list=CountryIPBlocks
add address=79.98.216.0/21 comment=SPAIN list=CountryIPBlocks
add address=79.98.244.0/22 comment=SPAIN list=CountryIPBlocks
add address=79.99.208.0/21 comment=SPAIN list=CountryIPBlocks
add address=79.108.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=79.142.184.0/22 comment=SPAIN list=CountryIPBlocks
add address=79.143.88.0/21 comment=SPAIN list=CountryIPBlocks
add address=79.143.132.0/22 comment=SPAIN list=CountryIPBlocks
add address=79.144.0.0/12 comment=SPAIN list=CountryIPBlocks
add address=79.170.8.0/21 comment=SPAIN list=CountryIPBlocks
add address=79.170.64.0/21 comment=SPAIN list=CountryIPBlocks
add address=79.170.148.0/22 comment=SPAIN list=CountryIPBlocks
add address=79.171.24.0/21 comment=SPAIN list=CountryIPBlocks
add address=79.171.40.0/21 comment=SPAIN list=CountryIPBlocks
add address=79.171.104.0/21 comment=SPAIN list=CountryIPBlocks
add address=79.171.216.0/21 comment=SPAIN list=CountryIPBlocks
add address=80.24.0.0/13 comment=SPAIN list=CountryIPBlocks
add address=80.32.0.0/13 comment=SPAIN list=CountryIPBlocks
add address=80.58.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=80.64.32.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.66.112.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.67.44.0/22 comment=SPAIN list=CountryIPBlocks
add address=80.67.96.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.68.128.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.73.144.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.78.128.0/22 comment=SPAIN list=CountryIPBlocks
add address=80.79.12.0/22 comment=SPAIN list=CountryIPBlocks
add address=80.80.82.0/23 comment=SPAIN list=CountryIPBlocks
add address=80.80.88.0/22 comment=SPAIN list=CountryIPBlocks
add address=80.81.64.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.81.80.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.81.96.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.81.112.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.84.128.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.84.144.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.88.224.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.91.64.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.91.80.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.94.0.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.102.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=80.173.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=80.174.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=80.209.255.0/24 comment=SPAIN list=CountryIPBlocks
add address=80.224.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=80.244.48.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.245.0.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.251.64.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.253.64.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.253.192.0/20 comment=SPAIN list=CountryIPBlocks
add address=80.254.224.0/22 comment=SPAIN list=CountryIPBlocks
add address=80.255.112.0/20 comment=SPAIN list=CountryIPBlocks
add address=81.0.0.0/18 comment=SPAIN list=CountryIPBlocks
add address=81.9.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=81.16.212.0/22 comment=SPAIN list=CountryIPBlocks
add address=81.19.96.0/20 comment=SPAIN list=CountryIPBlocks
add address=81.19.160.0/20 comment=SPAIN list=CountryIPBlocks
add address=81.21.228.0/22 comment=SPAIN list=CountryIPBlocks
add address=81.22.40.0/22 comment=SPAIN list=CountryIPBlocks
add address=81.24.160.0/21 comment=SPAIN list=CountryIPBlocks
add address=81.24.168.0/21 comment=SPAIN list=CountryIPBlocks
add address=81.25.32.0/20 comment=SPAIN list=CountryIPBlocks
add address=81.25.112.0/20 comment=SPAIN list=CountryIPBlocks
add address=81.28.240.0/22 comment=SPAIN list=CountryIPBlocks
add address=81.32.0.0/12 comment=SPAIN list=CountryIPBlocks
add address=81.60.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=81.89.32.0/20 comment=SPAIN list=CountryIPBlocks
add address=81.90.96.0/20 comment=SPAIN list=CountryIPBlocks
add address=81.92.128.0/20 comment=SPAIN list=CountryIPBlocks
add address=81.93.208.0/20 comment=SPAIN list=CountryIPBlocks
add address=81.95.64.0/20 comment=SPAIN list=CountryIPBlocks
add address=81.172.0.0/17 comment=SPAIN list=CountryIPBlocks
add address=81.173.40.0/23 comment=SPAIN list=CountryIPBlocks
add address=81.173.104.0/21 comment=SPAIN list=CountryIPBlocks
add address=81.184.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=81.202.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=82.86.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=82.98.128.0/18 comment=SPAIN list=CountryIPBlocks
add address=82.116.160.0/19 comment=SPAIN list=CountryIPBlocks
add address=82.130.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=82.144.0.0/19 comment=SPAIN list=CountryIPBlocks
add address=82.144.96.0/19 comment=SPAIN list=CountryIPBlocks
add address=82.158.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=82.194.64.0/19 comment=SPAIN list=CountryIPBlocks
add address=82.198.32.0/19 comment=SPAIN list=CountryIPBlocks
add address=82.198.96.0/19 comment=SPAIN list=CountryIPBlocks
add address=82.199.32.0/19 comment=SPAIN list=CountryIPBlocks
add address=82.213.128.0/18 comment=SPAIN list=CountryIPBlocks
add address=82.213.192.0/18 comment=SPAIN list=CountryIPBlocks
add address=82.223.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=83.32.0.0/12 comment=SPAIN list=CountryIPBlocks
add address=83.48.0.0/12 comment=SPAIN list=CountryIPBlocks
add address=83.97.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=83.136.176.0/22 comment=SPAIN list=CountryIPBlocks
add address=83.136.184.0/21 comment=SPAIN list=CountryIPBlocks
add address=83.138.40.0/21 comment=SPAIN list=CountryIPBlocks
add address=83.138.192.0/18 comment=SPAIN list=CountryIPBlocks
add address=83.143.108.0/22 comment=SPAIN list=CountryIPBlocks
add address=83.147.0.0/18 comment=SPAIN list=CountryIPBlocks
add address=83.150.240.0/22 comment=SPAIN list=CountryIPBlocks
add address=83.165.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=83.171.220.0/22 comment=SPAIN list=CountryIPBlocks
add address=83.173.128.0/18 comment=SPAIN list=CountryIPBlocks
add address=83.175.192.0/18 comment=SPAIN list=CountryIPBlocks
add address=83.213.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=83.217.224.0/19 comment=SPAIN list=CountryIPBlocks
add address=83.230.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=83.231.0.0/17 comment=SPAIN list=CountryIPBlocks
add address=83.247.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=84.16.0.0/19 comment=SPAIN list=CountryIPBlocks
add address=84.18.0.0/19 comment=SPAIN list=CountryIPBlocks
add address=84.20.0.0/19 comment=SPAIN list=CountryIPBlocks
add address=84.39.176.0/21 comment=SPAIN list=CountryIPBlocks
add address=84.39.224.0/21 comment=SPAIN list=CountryIPBlocks
add address=84.54.24.0/22 comment=SPAIN list=CountryIPBlocks
add address=84.76.0.0/14 comment=SPAIN list=CountryIPBlocks
add address=84.88.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=84.120.0.0/13 comment=SPAIN list=CountryIPBlocks
add address=84.232.0.0/17 comment=SPAIN list=CountryIPBlocks
add address=84.236.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=84.246.208.0/21 comment=SPAIN list=CountryIPBlocks
add address=84.247.18.0/23 comment=SPAIN list=CountryIPBlocks
add address=85.8.136.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.8.140.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.31.56.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.31.60.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.31.128.0/21 comment=SPAIN list=CountryIPBlocks
add address=85.48.0.0/12 comment=SPAIN list=CountryIPBlocks
add address=85.84.0.0/14 comment=SPAIN list=CountryIPBlocks
add address=85.91.64.0/19 comment=SPAIN list=CountryIPBlocks
add address=85.92.124.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.112.0.0/19 comment=SPAIN list=CountryIPBlocks
add address=85.115.192.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.115.220.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.117.244.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.117.248.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.118.240.0/21 comment=SPAIN list=CountryIPBlocks
add address=85.119.192.0/21 comment=SPAIN list=CountryIPBlocks
add address=85.136.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=85.152.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=85.155.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=85.158.168.0/21 comment=SPAIN list=CountryIPBlocks
add address=85.184.224.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.187.52.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.187.56.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.192.64.0/18 comment=SPAIN list=CountryIPBlocks
add address=85.204.36.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.204.140.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.204.152.0/21 comment=SPAIN list=CountryIPBlocks
add address=85.204.168.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.204.200.0/21 comment=SPAIN list=CountryIPBlocks
add address=85.208.8.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.208.16.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.208.20.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.208.100.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.208.140.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.208.176.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.209.72.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.209.180.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.217.129.0/24 comment=SPAIN list=CountryIPBlocks
add address=85.217.132.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.217.136.0/22 comment=SPAIN list=CountryIPBlocks
add address=85.217.141.0/24 comment=SPAIN list=CountryIPBlocks
add address=85.217.142.0/23 comment=SPAIN list=CountryIPBlocks
add address=85.217.146.0/23 comment=SPAIN list=CountryIPBlocks
add address=85.217.150.0/23 comment=SPAIN list=CountryIPBlocks
add address=85.217.152.0/21 comment=SPAIN list=CountryIPBlocks
add address=85.219.0.0/17 comment=SPAIN list=CountryIPBlocks
add address=85.238.0.0/19 comment=SPAIN list=CountryIPBlocks
add address=85.239.128.0/20 comment=SPAIN list=CountryIPBlocks
add address=85.251.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=85.255.92.0/22 comment=SPAIN list=CountryIPBlocks
add address=86.62.20.0/22 comment=SPAIN list=CountryIPBlocks
add address=86.62.28.0/22 comment=SPAIN list=CountryIPBlocks
add address=86.62.40.0/22 comment=SPAIN list=CountryIPBlocks
add address=86.104.24.0/22 comment=SPAIN list=CountryIPBlocks
add address=86.104.112.0/21 comment=SPAIN list=CountryIPBlocks
add address=86.104.168.0/21 comment=SPAIN list=CountryIPBlocks
add address=86.105.28.0/22 comment=SPAIN list=CountryIPBlocks
add address=86.105.156.0/22 comment=SPAIN list=CountryIPBlocks
add address=86.105.199.0/24 comment=SPAIN list=CountryIPBlocks
add address=86.105.234.0/24 comment=SPAIN list=CountryIPBlocks
add address=86.106.0.0/21 comment=SPAIN list=CountryIPBlocks
add address=86.106.16.0/24 comment=SPAIN list=CountryIPBlocks
add address=86.106.17.0/24 comment=SPAIN list=CountryIPBlocks
add address=86.106.18.0/23 comment=SPAIN list=CountryIPBlocks
add address=86.106.64.0/21 comment=SPAIN list=CountryIPBlocks
add address=86.106.184.0/22 comment=SPAIN list=CountryIPBlocks
add address=86.107.56.0/24 comment=SPAIN list=CountryIPBlocks
add address=86.109.96.0/19 comment=SPAIN list=CountryIPBlocks
add address=86.109.160.0/19 comment=SPAIN list=CountryIPBlocks
add address=87.101.88.0/22 comment=SPAIN list=CountryIPBlocks
add address=87.111.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=87.117.96.0/20 comment=SPAIN list=CountryIPBlocks
add address=87.124.128.0/18 comment=SPAIN list=CountryIPBlocks
add address=87.124.192.0/18 comment=SPAIN list=CountryIPBlocks
add address=87.125.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=87.216.0.0/13 comment=SPAIN list=CountryIPBlocks
add address=87.235.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=87.236.216.0/21 comment=SPAIN list=CountryIPBlocks
add address=87.236.240.0/21 comment=SPAIN list=CountryIPBlocks
add address=87.237.80.0/21 comment=SPAIN list=CountryIPBlocks
add address=87.238.88.0/21 comment=SPAIN list=CountryIPBlocks
add address=87.238.240.0/21 comment=SPAIN list=CountryIPBlocks
add address=87.247.128.0/22 comment=SPAIN list=CountryIPBlocks
add address=87.253.224.0/21 comment=SPAIN list=CountryIPBlocks
add address=88.0.0.0/11 comment=SPAIN list=CountryIPBlocks
add address=88.82.192.0/19 comment=SPAIN list=CountryIPBlocks
add address=88.84.64.0/19 comment=SPAIN list=CountryIPBlocks
add address=88.87.128.0/19 comment=SPAIN list=CountryIPBlocks
add address=88.87.192.0/19 comment=SPAIN list=CountryIPBlocks
add address=88.98.96.0/20 comment=SPAIN list=CountryIPBlocks
add address=88.98.112.0/20 comment=SPAIN list=CountryIPBlocks
add address=88.135.64.0/22 comment=SPAIN list=CountryIPBlocks
add address=88.135.76.0/22 comment=SPAIN list=CountryIPBlocks
add address=88.148.0.0/17 comment=SPAIN list=CountryIPBlocks
add address=88.151.16.0/21 comment=SPAIN list=CountryIPBlocks
add address=88.151.208.0/21 comment=SPAIN list=CountryIPBlocks
add address=88.212.188.0/24 comment=SPAIN list=CountryIPBlocks
add address=88.212.190.0/24 comment=SPAIN list=CountryIPBlocks
add address=88.218.8.0/22 comment=SPAIN list=CountryIPBlocks
add address=88.218.32.0/22 comment=SPAIN list=CountryIPBlocks
add address=88.218.156.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.6.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=89.17.192.0/19 comment=SPAIN list=CountryIPBlocks
add address=89.21.68.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.29.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=89.32.80.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.32.112.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.32.160.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.32.194.0/23 comment=SPAIN list=CountryIPBlocks
add address=89.33.40.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.33.42.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.33.43.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.33.108.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.33.180.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.33.184.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.34.28.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.34.120.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.35.136.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.35.148.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.35.227.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.35.231.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.36.0.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.36.40.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.36.44.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.36.80.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.36.168.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.36.169.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.36.175.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.37.72.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.37.80.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.37.101.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.37.140.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.38.16.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.38.40.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.38.176.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.38.200.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.38.216.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.39.16.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.39.24.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.39.32.0/19 comment=SPAIN list=CountryIPBlocks
add address=89.39.152.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.39.160.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.39.167.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.39.180.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.39.204.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.39.216.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.40.74.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.40.84.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.41.48.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.42.120.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.42.164.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.42.236.0/23 comment=SPAIN list=CountryIPBlocks
add address=89.43.74.0/23 comment=SPAIN list=CountryIPBlocks
add address=89.43.76.0/23 comment=SPAIN list=CountryIPBlocks
add address=89.43.84.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.43.196.0/23 comment=SPAIN list=CountryIPBlocks
add address=89.44.16.0/20 comment=SPAIN list=CountryIPBlocks
add address=89.44.32.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.44.48.0/20 comment=SPAIN list=CountryIPBlocks
add address=89.44.64.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.44.82.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.44.184.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.45.36.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.45.220.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.45.240.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.46.8.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.46.32.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.46.35.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.46.36.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.46.37.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.46.39.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.46.88.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.46.136.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.46.247.0/24 comment=SPAIN list=CountryIPBlocks
add address=89.47.4.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.47.16.0/20 comment=SPAIN list=CountryIPBlocks
add address=89.47.58.0/23 comment=SPAIN list=CountryIPBlocks
add address=89.47.236.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.107.48.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.107.176.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.107.240.0/21 comment=SPAIN list=CountryIPBlocks
add address=89.128.0.0/14 comment=SPAIN list=CountryIPBlocks
add address=89.140.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=89.190.152.0/22 comment=SPAIN list=CountryIPBlocks
add address=89.248.96.0/20 comment=SPAIN list=CountryIPBlocks
add address=89.251.224.0/20 comment=SPAIN list=CountryIPBlocks
add address=90.160.0.0/12 comment=SPAIN list=CountryIPBlocks
add address=91.102.240.0/21 comment=SPAIN list=CountryIPBlocks
add address=91.103.48.0/21 comment=SPAIN list=CountryIPBlocks
add address=91.103.148.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.106.16.0/21 comment=SPAIN list=CountryIPBlocks
add address=91.109.96.0/21 comment=SPAIN list=CountryIPBlocks
add address=91.109.160.0/21 comment=SPAIN list=CountryIPBlocks
add address=91.116.0.0/15 comment=SPAIN list=CountryIPBlocks
add address=91.126.16.0/20 comment=SPAIN list=CountryIPBlocks
add address=91.126.32.0/19 comment=SPAIN list=CountryIPBlocks
add address=91.126.64.0/18 comment=SPAIN list=CountryIPBlocks
add address=91.126.128.0/17 comment=SPAIN list=CountryIPBlocks
add address=91.132.24.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.132.28.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.132.80.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.132.116.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.132.244.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.142.208.0/20 comment=SPAIN list=CountryIPBlocks
add address=91.146.96.0/21 comment=SPAIN list=CountryIPBlocks
add address=91.151.96.0/20 comment=SPAIN list=CountryIPBlocks
add address=91.187.0.0/19 comment=SPAIN list=CountryIPBlocks
add address=91.192.108.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.193.152.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.195.72.0/23 comment=SPAIN list=CountryIPBlocks
add address=91.195.102.0/23 comment=SPAIN list=CountryIPBlocks
add address=91.196.208.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.197.120.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.197.240.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.198.37.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.198.41.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.198.48.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.198.65.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.199.90.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.199.102.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.199.108.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.199.123.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.200.168.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.200.244.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.202.188.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.204.124.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.208.113.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.208.128.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.208.137.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.208.151.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.213.74.0/23 comment=SPAIN list=CountryIPBlocks
add address=91.213.120.0/23 comment=SPAIN list=CountryIPBlocks
add address=91.215.48.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.215.64.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.216.73.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.216.77.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.216.100.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.216.122.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.221.76.0/23 comment=SPAIN list=CountryIPBlocks
add address=91.221.86.0/23 comment=SPAIN list=CountryIPBlocks
add address=91.223.99.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.223.102.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.223.126.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.223.163.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.232.81.0/24 comment=SPAIN list=CountryIPBlocks
add address=91.235.108.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.243.176.0/22 comment=SPAIN list=CountryIPBlocks
add address=91.250.128.0/19 comment=SPAIN list=CountryIPBlocks
add address=91.250.160.0/19 comment=SPAIN list=CountryIPBlocks
add address=91.250.241.0/24 comment=SPAIN list=CountryIPBlocks
add address=92.43.16.0/21 comment=SPAIN list=CountryIPBlocks
add address=92.43.224.0/21 comment=SPAIN list=CountryIPBlocks
add address=92.53.192.0/19 comment=SPAIN list=CountryIPBlocks
add address=92.54.0.0/18 comment=SPAIN list=CountryIPBlocks
add address=92.56.0.0/14 comment=SPAIN list=CountryIPBlocks
add address=92.60.32.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.60.160.0/20 comment=SPAIN list=CountryIPBlocks
add address=92.63.112.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.63.116.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.63.120.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.63.124.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.114.4.0/23 comment=SPAIN list=CountryIPBlocks
add address=92.114.6.0/24 comment=SPAIN list=CountryIPBlocks
add address=92.114.36.0/24 comment=SPAIN list=CountryIPBlocks
add address=92.114.53.0/24 comment=SPAIN list=CountryIPBlocks
add address=92.114.56.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.114.83.0/24 comment=SPAIN list=CountryIPBlocks
add address=92.118.80.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.118.100.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.118.172.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.118.180.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.118.248.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.118.252.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.119.0.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.119.20.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.119.96.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.119.108.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.119.140.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.246.80.0/22 comment=SPAIN list=CountryIPBlocks
add address=92.249.8.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.90.16.0/20 comment=SPAIN list=CountryIPBlocks
add address=93.90.76.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.92.168.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.92.224.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.92.228.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.92.232.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.93.64.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.93.112.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.93.176.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.94.96.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.113.16.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.113.48.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.113.136.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.114.60.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.114.131.0/24 comment=SPAIN list=CountryIPBlocks
add address=93.114.144.0/20 comment=SPAIN list=CountryIPBlocks
add address=93.114.200.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.114.224.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.114.240.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.114.252.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.115.128.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.115.156.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.115.196.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.115.204.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.115.212.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.117.80.0/20 comment=SPAIN list=CountryIPBlocks
add address=93.118.64.0/20 comment=SPAIN list=CountryIPBlocks
add address=93.119.16.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.119.28.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.119.156.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.156.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=93.159.208.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.174.0.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.175.240.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.176.128.0/18 comment=SPAIN list=CountryIPBlocks
add address=93.177.112.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.187.132.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.188.48.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.188.136.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.189.32.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.189.88.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.189.120.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.189.176.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.190.152.0/21 comment=SPAIN list=CountryIPBlocks
add address=93.191.116.0/22 comment=SPAIN list=CountryIPBlocks
add address=93.191.136.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.24.32.0/22 comment=SPAIN list=CountryIPBlocks
add address=94.24.36.0/23 comment=SPAIN list=CountryIPBlocks
add address=94.24.38.0/23 comment=SPAIN list=CountryIPBlocks
add address=94.24.40.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.24.104.0/22 comment=SPAIN list=CountryIPBlocks
add address=94.24.112.0/20 comment=SPAIN list=CountryIPBlocks
add address=94.73.32.0/19 comment=SPAIN list=CountryIPBlocks
add address=94.76.128.0/18 comment=SPAIN list=CountryIPBlocks
add address=94.101.124.0/22 comment=SPAIN list=CountryIPBlocks
add address=94.103.116.0/22 comment=SPAIN list=CountryIPBlocks
add address=94.124.24.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.125.136.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.126.240.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.127.160.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.127.184.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.127.192.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.142.96.0/19 comment=SPAIN list=CountryIPBlocks
add address=94.142.200.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.143.24.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.143.72.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.143.136.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.143.200.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.154.184.0/22 comment=SPAIN list=CountryIPBlocks
add address=94.158.252.0/22 comment=SPAIN list=CountryIPBlocks
add address=94.176.107.0/24 comment=SPAIN list=CountryIPBlocks
add address=94.176.136.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.176.176.0/22 comment=SPAIN list=CountryIPBlocks
add address=94.177.24.0/24 comment=SPAIN list=CountryIPBlocks
add address=94.177.104.0/24 comment=SPAIN list=CountryIPBlocks
add address=94.177.152.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.198.44.0/22 comment=SPAIN list=CountryIPBlocks
add address=94.198.88.0/21 comment=SPAIN list=CountryIPBlocks
add address=94.228.0.0/20 comment=SPAIN list=CountryIPBlocks
add address=94.229.192.0/20 comment=SPAIN list=CountryIPBlocks
add address=94.248.64.0/18 comment=SPAIN list=CountryIPBlocks
add address=95.16.0.0/13 comment=SPAIN list=CountryIPBlocks
add address=95.39.0.0/16 comment=SPAIN list=CountryIPBlocks
add address=95.60.0.0/14 comment=SPAIN list=CountryIPBlocks
add address=95.120.0.0/13 comment=SPAIN list=CountryIPBlocks
add address=95.128.152.0/21 comment=SPAIN list=CountryIPBlocks
add address=95.129.112.0/21 comment=SPAIN list=CountryIPBlocks
add address=95.129.152.0/21 comment=SPAIN list=CountryIPBlocks
add address=95.129.216.0/21 comment=SPAIN list=CountryIPBlocks
add address=95.129.248.0/21 comment=SPAIN list=CountryIPBlocks
add address=95.130.48.0/21 comment=SPAIN list=CountryIPBlocks
add address=95.131.160.0/21 comment=SPAIN list=CountryIPBlocks
add address=95.131.168.0/21 comment=SPAIN list=CountryIPBlocks
add address=95.142.0.0/20 comment=SPAIN list=CountryIPBlocks
add address=95.156.203.0/24 comment=SPAIN list=CountryIPBlocks
add address=95.156.204.0/22 comment=SPAIN list=CountryIPBlocks
add address=95.169.224.0/19 comment=SPAIN list=CountryIPBlocks
add address=95.214.0.0/22 comment=SPAIN list=CountryIPBlocks
add address=95.214.108.0/22 comment=SPAIN list=CountryIPBlocks
add address=95.214.144.0/22 comment=SPAIN list=CountryIPBlocks
add address=95.214.240.0/22 comment=SPAIN list=CountryIPBlocks
add address=2.56.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=2.57.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=2.57.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=2.58.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=2.59.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=5.1.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=5.34.176.0/21 comment=UKRAINE list=CountryIPBlocks
add address=5.53.112.0/21 comment=UKRAINE list=CountryIPBlocks
add address=5.56.24.0/21 comment=UKRAINE list=CountryIPBlocks
add address=5.57.64.0/21 comment=UKRAINE list=CountryIPBlocks
add address=5.58.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=5.83.16.0/21 comment=UKRAINE list=CountryIPBlocks
add address=5.102.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=5.105.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=5.149.120.0/21 comment=UKRAINE list=CountryIPBlocks
add address=5.153.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=5.180.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=5.181.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=5.181.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=5.181.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=5.182.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=5.183.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=5.199.232.0/21 comment=UKRAINE list=CountryIPBlocks
add address=5.207.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=5.248.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=5.252.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=5.255.32.0/20 comment=UKRAINE list=CountryIPBlocks
add address=5.255.160.0/20 comment=UKRAINE list=CountryIPBlocks
add address=5.255.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=31.3.24.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.3.192.0/20 comment=UKRAINE list=CountryIPBlocks
add address=31.12.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=31.24.208.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.28.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.31.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.41.88.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.133.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=31.144.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=31.170.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.172.136.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.193.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=31.202.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=31.223.224.0/21 comment=UKRAINE list=CountryIPBlocks
add address=37.1.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=37.17.240.0/21 comment=UKRAINE list=CountryIPBlocks
add address=37.19.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=37.25.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=37.44.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=37.46.216.0/21 comment=UKRAINE list=CountryIPBlocks
add address=37.46.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=37.52.0.0/14 comment=UKRAINE list=CountryIPBlocks
add address=37.57.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=37.72.40.0/21 comment=UKRAINE list=CountryIPBlocks
add address=37.73.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=37.75.216.0/21 comment=UKRAINE list=CountryIPBlocks
add address=37.115.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=37.139.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=37.143.88.0/21 comment=UKRAINE list=CountryIPBlocks
add address=37.143.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=37.203.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=37.221.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=37.229.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=45.9.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.9.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.10.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.10.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.11.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.12.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.12.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.12.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.13.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.14.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.14.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.14.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.15.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.66.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.67.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.80.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.81.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.82.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.82.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.83.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.84.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.84.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.85.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.87.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.88.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.88.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.89.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.90.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.91.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.91.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.91.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.94.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.94.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.94.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.95.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.95.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.128.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.128.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.129.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.130.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.130.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.130.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.131.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.132.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.132.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.132.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.135.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.138.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.140.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.140.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.140.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.142.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.143.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.144.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.146.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.147.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.147.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.148.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.148.228.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.149.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.150.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.150.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.151.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.151.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.152.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.152.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.153.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.154.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.154.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.155.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.156.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.157.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.158.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.158.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.158.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=45.159.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=46.17.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=46.17.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=46.18.0.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.21.250.0/24 comment=UKRAINE list=CountryIPBlocks
add address=46.28.64.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.28.192.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.29.128.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.30.160.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.33.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.33.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.37.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.39.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.46.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=46.63.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=46.96.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=46.98.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=46.118.0.0/15 comment=UKRAINE list=CountryIPBlocks
add address=46.133.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=46.148.112.0/20 comment=UKRAINE list=CountryIPBlocks
add address=46.160.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=46.162.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=46.164.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=46.172.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.182.80.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.185.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=46.200.0.0/14 comment=UKRAINE list=CountryIPBlocks
add address=46.211.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=46.219.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=46.227.136.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.229.48.0/20 comment=UKRAINE list=CountryIPBlocks
add address=46.231.224.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.232.232.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.247.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.250.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.250.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.252.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=46.255.32.0/21 comment=UKRAINE list=CountryIPBlocks
add address=62.16.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=62.64.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=62.72.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=62.80.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=62.84.248.0/21 comment=UKRAINE list=CountryIPBlocks
add address=62.122.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=62.149.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=62.182.64.0/21 comment=UKRAINE list=CountryIPBlocks
add address=62.216.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=62.221.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=62.244.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=77.47.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=77.52.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=77.75.144.0/21 comment=UKRAINE list=CountryIPBlocks
add address=77.83.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=77.83.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=77.83.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=77.83.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=77.88.192.0/21 comment=UKRAINE list=CountryIPBlocks
add address=77.88.200.0/21 comment=UKRAINE list=CountryIPBlocks
add address=77.88.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=77.88.240.0/20 comment=UKRAINE list=CountryIPBlocks
add address=77.93.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=77.109.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=77.120.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=77.120.32.0/20 comment=UKRAINE list=CountryIPBlocks
add address=77.120.48.0/21 comment=UKRAINE list=CountryIPBlocks
add address=77.120.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=77.120.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=77.120.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=77.121.0.0/21 comment=UKRAINE list=CountryIPBlocks
add address=77.121.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=77.121.12.0/23 comment=UKRAINE list=CountryIPBlocks
add address=77.121.15.0/24 comment=UKRAINE list=CountryIPBlocks
add address=77.121.16.0/20 comment=UKRAINE list=CountryIPBlocks
add address=77.121.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=77.121.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=77.122.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=77.123.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=77.123.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=77.220.212.0/24 comment=UKRAINE list=CountryIPBlocks
add address=77.220.213.0/24 comment=UKRAINE list=CountryIPBlocks
add address=77.220.214.0/23 comment=UKRAINE list=CountryIPBlocks
add address=77.222.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=77.239.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=77.244.32.0/20 comment=UKRAINE list=CountryIPBlocks
add address=77.246.248.0/21 comment=UKRAINE list=CountryIPBlocks
add address=77.247.16.0/20 comment=UKRAINE list=CountryIPBlocks
add address=77.247.216.0/21 comment=UKRAINE list=CountryIPBlocks
add address=78.24.72.0/21 comment=UKRAINE list=CountryIPBlocks
add address=78.25.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=78.26.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=78.26.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=78.109.16.0/20 comment=UKRAINE list=CountryIPBlocks
add address=78.111.16.0/20 comment=UKRAINE list=CountryIPBlocks
add address=78.111.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=78.111.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=78.137.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=78.152.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=78.154.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=78.158.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=78.159.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=79.98.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=79.110.16.0/20 comment=UKRAINE list=CountryIPBlocks
add address=79.124.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=79.135.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=79.140.0.0/20 comment=UKRAINE list=CountryIPBlocks
add address=79.142.192.0/20 comment=UKRAINE list=CountryIPBlocks
add address=79.143.32.0/20 comment=UKRAINE list=CountryIPBlocks
add address=79.171.120.0/21 comment=UKRAINE list=CountryIPBlocks
add address=80.64.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.66.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=80.70.64.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.70.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.73.0.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.77.32.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.78.32.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.78.48.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.82.192.0/21 comment=UKRAINE list=CountryIPBlocks
add address=80.84.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.90.224.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.91.160.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.91.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.92.224.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.93.112.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.242.96.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.243.144.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.249.224.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.252.240.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.254.0.0/20 comment=UKRAINE list=CountryIPBlocks
add address=80.255.64.0/20 comment=UKRAINE list=CountryIPBlocks
add address=81.17.128.0/20 comment=UKRAINE list=CountryIPBlocks
add address=81.21.0.0/20 comment=UKRAINE list=CountryIPBlocks
add address=81.22.128.0/20 comment=UKRAINE list=CountryIPBlocks
add address=81.23.16.0/20 comment=UKRAINE list=CountryIPBlocks
add address=81.24.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=81.25.224.0/20 comment=UKRAINE list=CountryIPBlocks
add address=81.30.160.0/20 comment=UKRAINE list=CountryIPBlocks
add address=81.90.224.0/20 comment=UKRAINE list=CountryIPBlocks
add address=81.95.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=82.117.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=82.118.16.0/21 comment=UKRAINE list=CountryIPBlocks
add address=82.144.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=82.193.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=82.207.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=83.137.88.0/21 comment=UKRAINE list=CountryIPBlocks
add address=83.150.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=83.170.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=83.218.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=85.90.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=85.114.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=85.159.0.0/21 comment=UKRAINE list=CountryIPBlocks
add address=85.198.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=85.209.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=85.209.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=85.209.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=85.223.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=85.238.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=85.255.176.0/21 comment=UKRAINE list=CountryIPBlocks
add address=86.62.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=87.238.152.0/21 comment=UKRAINE list=CountryIPBlocks
add address=87.244.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=87.247.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=88.81.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=88.154.0.0/15 comment=UKRAINE list=CountryIPBlocks
add address=88.214.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=88.214.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=88.218.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=88.218.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=88.218.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=89.19.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=89.21.72.0/21 comment=UKRAINE list=CountryIPBlocks
add address=89.21.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=89.28.200.0/21 comment=UKRAINE list=CountryIPBlocks
add address=89.105.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=89.110.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=89.162.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=89.184.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=89.185.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=89.187.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=89.200.232.0/21 comment=UKRAINE list=CountryIPBlocks
add address=89.209.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=89.251.16.0/20 comment=UKRAINE list=CountryIPBlocks
add address=89.252.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=91.102.176.0/21 comment=UKRAINE list=CountryIPBlocks
add address=91.103.120.0/21 comment=UKRAINE list=CountryIPBlocks
add address=91.124.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=91.132.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.132.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.132.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.132.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.132.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.142.160.0/20 comment=UKRAINE list=CountryIPBlocks
add address=91.145.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=91.193.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.193.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.194.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.195.172.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.196.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.203.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.204.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.207.224.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.211.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.211.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.211.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.217.144.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.231.127.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.243.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.250.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=92.42.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=92.43.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=92.52.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=92.60.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=92.112.0.0/15 comment=UKRAINE list=CountryIPBlocks
add address=92.118.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=92.118.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=92.118.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=92.118.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=92.118.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=92.119.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=92.119.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=92.119.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=92.242.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=92.244.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=93.72.0.0/14 comment=UKRAINE list=CountryIPBlocks
add address=93.76.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=93.77.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=93.77.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=93.77.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=93.78.0.0/15 comment=UKRAINE list=CountryIPBlocks
add address=93.88.48.0/20 comment=UKRAINE list=CountryIPBlocks
add address=93.89.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=93.95.184.0/21 comment=UKRAINE list=CountryIPBlocks
add address=93.127.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=93.178.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=93.180.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=93.183.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=93.185.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=93.188.32.0/21 comment=UKRAINE list=CountryIPBlocks
add address=93.190.40.0/21 comment=UKRAINE list=CountryIPBlocks
add address=93.190.176.0/21 comment=UKRAINE list=CountryIPBlocks
add address=94.27.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=94.74.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=94.76.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=94.100.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=94.124.160.0/21 comment=UKRAINE list=CountryIPBlocks
add address=94.125.120.0/21 comment=UKRAINE list=CountryIPBlocks
add address=94.131.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=94.131.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=94.131.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=94.131.224.0/20 comment=UKRAINE list=CountryIPBlocks
add address=94.131.240.0/20 comment=UKRAINE list=CountryIPBlocks
add address=94.153.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=94.158.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=94.176.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=94.178.0.0/15 comment=UKRAINE list=CountryIPBlocks
add address=94.199.160.0/21 comment=UKRAINE list=CountryIPBlocks
add address=94.230.192.0/20 comment=UKRAINE list=CountryIPBlocks
add address=94.240.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=94.247.224.0/21 comment=UKRAINE list=CountryIPBlocks
add address=94.248.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=95.67.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=95.69.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=95.109.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=95.111.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=95.132.0.0/14 comment=UKRAINE list=CountryIPBlocks
add address=95.158.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=95.214.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=95.214.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=95.214.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=95.215.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=95.215.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=109.68.40.0/21 comment=UKRAINE list=CountryIPBlocks
add address=109.70.104.0/21 comment=UKRAINE list=CountryIPBlocks
add address=109.72.112.0/20 comment=UKRAINE list=CountryIPBlocks
add address=109.86.0.0/15 comment=UKRAINE list=CountryIPBlocks
add address=109.104.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=109.108.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=109.108.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=109.122.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=109.162.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=109.200.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=109.201.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=109.227.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=109.235.8.0/21 comment=UKRAINE list=CountryIPBlocks
add address=109.237.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=109.251.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=109.254.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=128.0.168.0/21 comment=UKRAINE list=CountryIPBlocks
add address=128.124.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=130.0.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=130.0.232.0/21 comment=UKRAINE list=CountryIPBlocks
add address=130.180.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=130.185.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=134.249.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=139.28.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=141.98.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=141.98.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=141.98.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=141.101.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=141.138.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=141.170.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=146.0.80.0/21 comment=UKRAINE list=CountryIPBlocks
add address=147.78.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=149.154.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=149.255.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=151.249.96.0/21 comment=UKRAINE list=CountryIPBlocks
add address=152.89.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=152.89.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=152.89.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=159.146.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=159.160.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=159.224.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=160.19.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=160.238.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=176.8.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=176.32.0.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.32.8.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.36.0.0/14 comment=UKRAINE list=CountryIPBlocks
add address=176.56.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=176.57.48.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.57.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=176.67.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.96.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=176.96.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=176.97.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=176.107.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.118.40.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.119.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=176.221.48.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.227.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=176.241.104.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.241.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=178.20.152.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.23.136.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.74.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=178.92.0.0/14 comment=UKRAINE list=CountryIPBlocks
add address=178.133.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=178.136.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=178.137.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=178.150.0.0/15 comment=UKRAINE list=CountryIPBlocks
add address=178.159.38.0/24 comment=UKRAINE list=CountryIPBlocks
add address=178.159.39.0/24 comment=UKRAINE list=CountryIPBlocks
add address=178.159.42.0/24 comment=UKRAINE list=CountryIPBlocks
add address=178.159.43.0/24 comment=UKRAINE list=CountryIPBlocks
add address=178.159.96.0/20 comment=UKRAINE list=CountryIPBlocks
add address=178.165.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=178.209.64.0/20 comment=UKRAINE list=CountryIPBlocks
add address=178.209.80.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.210.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=178.210.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=178.211.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=178.211.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=178.251.104.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.255.176.0/21 comment=UKRAINE list=CountryIPBlocks
add address=185.2.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.2.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.3.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.4.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.4.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.5.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.5.252.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.6.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.8.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.9.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.10.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.11.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.11.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.12.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.12.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.12.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.13.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.13.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.14.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.14.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.14.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.15.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.16.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.16.228.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.17.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.17.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.18.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.19.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.19.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.20.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.20.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.21.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.22.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.22.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.23.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.23.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.25.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.28.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.28.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.29.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.29.252.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.30.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.31.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.32.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.34.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.35.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.35.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.36.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.36.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.36.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.37.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.38.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.38.208.0/23 comment=UKRAINE list=CountryIPBlocks
add address=185.38.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.39.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.39.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.39.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.40.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.41.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.41.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.41.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.42.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.43.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.43.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.43.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.44.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.45.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.46.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.46.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.46.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.46.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.46.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.46.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.48.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.50.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.51.246.0/24 comment=UKRAINE list=CountryIPBlocks
add address=185.51.247.0/24 comment=UKRAINE list=CountryIPBlocks
add address=185.53.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.56.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.56.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.59.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.61.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.63.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.65.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.66.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.66.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.67.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.68.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.69.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.69.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.70.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.70.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.71.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.72.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.76.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.77.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.80.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.84.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.86.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.86.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.86.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.87.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.89.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.91.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.93.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.94.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.95.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.96.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.96.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.101.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.102.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.102.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.103.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.104.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.109.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.110.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.111.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.111.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.112.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.112.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.114.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.115.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.117.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.119.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.119.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.120.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.121.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.121.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.124.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.124.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.126.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.127.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.128.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.128.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.128.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.130.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.130.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.132.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.135.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.137.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.138.228.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.139.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.139.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.143.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.143.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.145.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.145.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.146.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.147.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.147.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.148.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.149.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.149.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.150.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.151.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.151.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.151.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.153.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.154.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.154.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.154.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.155.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.156.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.156.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.157.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.158.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.159.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.159.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.160.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.160.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.161.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.162.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.166.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.166.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.167.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.168.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.168.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.169.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.170.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.172.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.173.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.174.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.174.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.174.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.174.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.175.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.175.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.175.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.176.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.177.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.177.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.179.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.181.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.181.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.181.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.182.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.182.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.183.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.183.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.184.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.184.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.185.252.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.187.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.189.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.189.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.190.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.191.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.191.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.191.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.191.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.191.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.192.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.192.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.194.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.195.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.197.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.199.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.200.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.200.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.201.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.203.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.203.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.204.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.204.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.205.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.205.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.206.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.206.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.207.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.208.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.208.228.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.209.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.209.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.210.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.212.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.212.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.212.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.212.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.213.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.213.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.213.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.213.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.217.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.218.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.219.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.219.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.220.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.222.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.223.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.223.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.223.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.223.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.224.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.225.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.226.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.226.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.226.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.226.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.227.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.228.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.228.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.228.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.228.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.228.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.229.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.230.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.230.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.230.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.230.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.230.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.231.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.232.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.233.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.233.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.233.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.233.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.233.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.233.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.233.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.234.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.234.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.234.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.234.64.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.234.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.234.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.235.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.235.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.235.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.235.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.235.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.236.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.237.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.237.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.237.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.237.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.237.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.237.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.237.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.238.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.239.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.239.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.239.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.239.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.239.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.240.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.241.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.241.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.241.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.242.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.243.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.244.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.244.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.244.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.244.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.244.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.247.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.247.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.247.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.247.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.248.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.248.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.248.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.248.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.249.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.250.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.250.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.250.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.251.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.251.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.252.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.252.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.253.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.253.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.253.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.253.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.253.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.254.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.254.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.254.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.254.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.254.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.254.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.254.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.255.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.255.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.255.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.255.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.255.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.255.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=185.255.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=188.95.152.0/21 comment=UKRAINE list=CountryIPBlocks
add address=188.115.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=188.163.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=188.230.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=188.231.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=188.247.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=192.145.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.166.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.9.158.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.22.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.24.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.28.177.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.28.255.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.29.1.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.29.4.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.29.8.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.29.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.31.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.32.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.34.172.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.37.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.42.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.53.252.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.56.12.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.56.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.57.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.57.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.106.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.110.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.111.0.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.111.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.135.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.138.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.148.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.151.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.168.51.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.168.55.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.169.200.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.169.218.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.176.1.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.176.2.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.178.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.193.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=193.218.82.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.218.118.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.228.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.239.216.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.246.146.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.246.148.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.9.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.15.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.26.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.31.68.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.31.84.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.31.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.31.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.31.236.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.31.244.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.32.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.32.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.32.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.35.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.37.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.38.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.39.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.44.0.0/16 comment=UKRAINE list=CountryIPBlocks
add address=194.53.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.56.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.62.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.62.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.76.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.104.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.107.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.107.230.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.110.2.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.110.248.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.110.254.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.113.32.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.113.58.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.116.194.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.156.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.183.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=194.242.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.2.204.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.5.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=195.5.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=195.24.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=195.38.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.39.248.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.42.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.49.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.58.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=195.64.142.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.64.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=195.66.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=195.68.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.78.92.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.95.222.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.114.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=195.123.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.123.4.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.123.6.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.123.8.0/21 comment=UKRAINE list=CountryIPBlocks
add address=195.123.16.0/20 comment=UKRAINE list=CountryIPBlocks
add address=195.123.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=195.123.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.123.124.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.123.168.0/21 comment=UKRAINE list=CountryIPBlocks
add address=195.123.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=195.123.192.0/20 comment=UKRAINE list=CountryIPBlocks
add address=195.123.248.0/21 comment=UKRAINE list=CountryIPBlocks
add address=195.128.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.135.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.138.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=195.138.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=195.140.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.158.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.178.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=195.184.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=195.225.228.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.230.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=195.242.110.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.242.118.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.248.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.1.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=212.3.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.8.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.8.245.0/24 comment=UKRAINE list=CountryIPBlocks
add address=212.8.246.0/24 comment=UKRAINE list=CountryIPBlocks
add address=212.9.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.15.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.22.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.26.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.40.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.42.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.55.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.58.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.66.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.68.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.80.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.80.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=212.82.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.86.96.0/23 comment=UKRAINE list=CountryIPBlocks
add address=212.86.98.0/24 comment=UKRAINE list=CountryIPBlocks
add address=212.86.101.0/24 comment=UKRAINE list=CountryIPBlocks
add address=212.86.102.0/24 comment=UKRAINE list=CountryIPBlocks
add address=212.86.103.0/24 comment=UKRAINE list=CountryIPBlocks
add address=212.86.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=212.86.108.0/24 comment=UKRAINE list=CountryIPBlocks
add address=212.86.109.0/24 comment=UKRAINE list=CountryIPBlocks
add address=212.86.110.0/23 comment=UKRAINE list=CountryIPBlocks
add address=212.86.112.0/23 comment=UKRAINE list=CountryIPBlocks
add address=212.86.114.0/24 comment=UKRAINE list=CountryIPBlocks
add address=212.86.115.0/24 comment=UKRAINE list=CountryIPBlocks
add address=212.86.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=212.86.120.0/21 comment=UKRAINE list=CountryIPBlocks
add address=212.86.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.90.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.90.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=212.90.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=212.90.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.92.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.109.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.110.128.0/20 comment=UKRAINE list=CountryIPBlocks
add address=212.110.144.0/21 comment=UKRAINE list=CountryIPBlocks
add address=212.110.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=212.111.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.113.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.115.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=212.178.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.108.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=213.130.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.133.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.139.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=213.154.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.155.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.156.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.159.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.160.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.166.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=213.169.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.174.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.178.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=213.179.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.186.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.186.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.200.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.217.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=213.226.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=213.227.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=213.231.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=217.9.0.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.12.192.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.12.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.18.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=217.20.160.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.20.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.24.160.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.25.192.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.27.144.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.30.192.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.65.240.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.66.96.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.67.64.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.73.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.76.192.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.77.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.112.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.115.96.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.117.64.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.146.240.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.147.160.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.175.0.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.175.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.196.160.0/20 comment=UKRAINE list=CountryIPBlocks
add address=217.199.224.0/20 comment=UKRAINE list=CountryIPBlocks
add address=31.40.16.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.40.104.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.41.48.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.41.64.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.41.72.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.41.104.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.41.112.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.41.128.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.41.216.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.42.48.0/20 comment=UKRAINE list=CountryIPBlocks
add address=31.42.64.0/20 comment=UKRAINE list=CountryIPBlocks
add address=31.42.112.0/20 comment=UKRAINE list=CountryIPBlocks
add address=31.42.160.0/20 comment=UKRAINE list=CountryIPBlocks
add address=31.42.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=31.42.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=31.42.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=31.42.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=31.43.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.43.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.43.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.43.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.43.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.43.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.43.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.128.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.128.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.128.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.128.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.129.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.129.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.129.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.131.16.0/20 comment=UKRAINE list=CountryIPBlocks
add address=31.131.32.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.131.64.0/20 comment=UKRAINE list=CountryIPBlocks
add address=31.131.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.131.128.0/20 comment=UKRAINE list=CountryIPBlocks
add address=31.133.64.0/20 comment=UKRAINE list=CountryIPBlocks
add address=31.133.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=31.134.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.134.104.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.134.112.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.134.120.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.134.208.0/21 comment=UKRAINE list=CountryIPBlocks
add address=31.135.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=31.135.176.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.148.16.0/20 comment=UKRAINE list=CountryIPBlocks
add address=46.149.48.0/20 comment=UKRAINE list=CountryIPBlocks
add address=46.149.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=46.149.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=46.150.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.150.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.150.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.151.40.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.151.80.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.151.176.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.151.192.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.151.248.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.172.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.172.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.173.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.173.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.173.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=46.173.160.0/20 comment=UKRAINE list=CountryIPBlocks
add address=46.174.64.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.174.120.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.174.160.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.174.240.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.175.16.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.175.64.0/20 comment=UKRAINE list=CountryIPBlocks
add address=46.175.80.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.175.136.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.175.144.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.175.160.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.175.184.0/21 comment=UKRAINE list=CountryIPBlocks
add address=46.175.240.0/20 comment=UKRAINE list=CountryIPBlocks
add address=62.122.0.0/21 comment=UKRAINE list=CountryIPBlocks
add address=62.122.56.0/21 comment=UKRAINE list=CountryIPBlocks
add address=62.122.64.0/21 comment=UKRAINE list=CountryIPBlocks
add address=62.122.104.0/21 comment=UKRAINE list=CountryIPBlocks
add address=62.122.152.0/21 comment=UKRAINE list=CountryIPBlocks
add address=62.122.200.0/21 comment=UKRAINE list=CountryIPBlocks
add address=62.182.80.0/21 comment=UKRAINE list=CountryIPBlocks
add address=62.182.120.0/21 comment=UKRAINE list=CountryIPBlocks
add address=62.182.160.0/21 comment=UKRAINE list=CountryIPBlocks
add address=77.87.32.0/21 comment=UKRAINE list=CountryIPBlocks
add address=77.87.40.0/21 comment=UKRAINE list=CountryIPBlocks
add address=77.87.144.0/21 comment=UKRAINE list=CountryIPBlocks
add address=77.87.152.0/21 comment=UKRAINE list=CountryIPBlocks
add address=77.87.192.0/21 comment=UKRAINE list=CountryIPBlocks
add address=78.27.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=78.27.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=78.31.176.0/24 comment=UKRAINE list=CountryIPBlocks
add address=78.31.177.0/24 comment=UKRAINE list=CountryIPBlocks
add address=78.31.178.0/23 comment=UKRAINE list=CountryIPBlocks
add address=78.31.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=78.31.184.0/21 comment=UKRAINE list=CountryIPBlocks
add address=79.110.96.0/20 comment=UKRAINE list=CountryIPBlocks
add address=79.110.128.0/20 comment=UKRAINE list=CountryIPBlocks
add address=79.110.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=79.110.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=81.162.64.0/20 comment=UKRAINE list=CountryIPBlocks
add address=81.162.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=81.162.216.0/21 comment=UKRAINE list=CountryIPBlocks
add address=81.162.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=81.163.88.0/21 comment=UKRAINE list=CountryIPBlocks
add address=81.163.112.0/20 comment=UKRAINE list=CountryIPBlocks
add address=81.163.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=83.142.104.0/21 comment=UKRAINE list=CountryIPBlocks
add address=83.142.208.0/21 comment=UKRAINE list=CountryIPBlocks
add address=83.142.232.0/21 comment=UKRAINE list=CountryIPBlocks
add address=83.143.232.0/21 comment=UKRAINE list=CountryIPBlocks
add address=83.242.96.0/20 comment=UKRAINE list=CountryIPBlocks
add address=84.234.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=84.234.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=86.111.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=86.111.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=86.111.228.0/23 comment=UKRAINE list=CountryIPBlocks
add address=86.111.230.0/23 comment=UKRAINE list=CountryIPBlocks
add address=87.76.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=88.135.16.0/20 comment=UKRAINE list=CountryIPBlocks
add address=88.135.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=88.135.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=89.22.40.0/21 comment=UKRAINE list=CountryIPBlocks
add address=89.22.200.0/21 comment=UKRAINE list=CountryIPBlocks
add address=89.22.240.0/20 comment=UKRAINE list=CountryIPBlocks
add address=89.200.248.0/21 comment=UKRAINE list=CountryIPBlocks
add address=91.90.8.0/21 comment=UKRAINE list=CountryIPBlocks
add address=91.90.16.0/21 comment=UKRAINE list=CountryIPBlocks
add address=91.90.196.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.123.144.0/20 comment=UKRAINE list=CountryIPBlocks
add address=91.189.128.0/21 comment=UKRAINE list=CountryIPBlocks
add address=91.189.152.0/21 comment=UKRAINE list=CountryIPBlocks
add address=91.192.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.192.104.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.192.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.192.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.192.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.192.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.192.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.192.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.192.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.192.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.192.200.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.192.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.193.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.193.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.193.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.193.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.193.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.193.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.193.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.193.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.193.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.193.252.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.194.34.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.194.40.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.194.50.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.194.56.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.194.72.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.194.78.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.194.80.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.194.88.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.194.134.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.194.168.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.194.238.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.194.250.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.2.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.10.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.52.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.68.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.74.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.90.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.96.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.120.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.156.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.184.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.214.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.230.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.244.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.195.248.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.196.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.196.228.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.56.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.197.58.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.197.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.197.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.198.1.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.4.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.10.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.31.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.34.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.36.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.40.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.50.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.83.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.101.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.116.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.140.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.143.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.188.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.233.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.235.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.247.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.198.249.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.13.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.28.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.33.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.35.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.37.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.54.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.91.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.92.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.93.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.106.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.138.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.139.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.144.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.188.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.194.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.206.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.222.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.199.245.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.200.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.60.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.200.72.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.200.73.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.200.74.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.200.75.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.200.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.200.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.202.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.201.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.201.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.202.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.202.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.202.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.202.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.202.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.202.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.202.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.202.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.202.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.202.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.202.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.202.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.203.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.203.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.203.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.203.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.203.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.203.107.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.203.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.203.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.203.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.203.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.203.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.204.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.204.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.204.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.204.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.204.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.204.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.204.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.204.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.204.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.204.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.204.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.205.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.205.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.205.64.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.205.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.205.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.205.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.206.4.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.206.30.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.206.32.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.206.110.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.206.124.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.206.125.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.206.166.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.206.167.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.206.186.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.206.200.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.206.212.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.206.218.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.206.226.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.206.252.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.4.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.207.26.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.44.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.46.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.54.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.60.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.66.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.88.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.104.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.116.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.122.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.146.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.182.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.194.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.204.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.210.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.218.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.207.244.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.208.25.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.52.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.59.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.65.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.94.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.97.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.115.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.116.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.127.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.138.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.145.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.153.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.154.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.194.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.198.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.208.231.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.11.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.24.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.36.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.51.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.55.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.64.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.96.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.118.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.126.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.138.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.139.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.157.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.165.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.176.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.193.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.201.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.202.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.209.206.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.210.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.214.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.226.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.235.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.239.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.209.249.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.210.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.210.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.210.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.210.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.210.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.210.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.210.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.210.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.210.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.210.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.210.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.210.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.211.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.211.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.211.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.211.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.211.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.211.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.211.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.211.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.211.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.212.22.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.212.34.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.212.56.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.212.80.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.212.125.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.212.154.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.212.173.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.212.174.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.212.177.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.212.194.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.212.203.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.212.214.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.212.248.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.212.253.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.8.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.33.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.59.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.62.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.92.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.119.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.149.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.154.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.175.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.182.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.185.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.187.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.209.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.213.231.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.214.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.112.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.214.113.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.214.114.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.214.124.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.214.125.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.214.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.214.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.215.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.215.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.215.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.215.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.215.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.215.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.215.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.215.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.216.22.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.28.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.61.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.94.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.106.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.133.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.135.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.161.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.165.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.173.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.196.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.231.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.232.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.237.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.240.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.244.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.250.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.216.251.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.217.12.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.217.58.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.217.60.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.217.66.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.217.68.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.217.78.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.217.90.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.217.100.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.217.112.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.217.166.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.217.179.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.217.183.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.217.197.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.217.244.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.217.254.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.218.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.218.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.218.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.218.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.218.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.218.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.218.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.218.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.218.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.218.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.218.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.219.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.219.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.219.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.219.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.219.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.219.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.219.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.219.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.219.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.219.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.219.252.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.220.3.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.6.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.60.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.61.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.80.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.91.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.104.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.106.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.140.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.151.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.161.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.163.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.174.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.198.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.204.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.230.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.235.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.252.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.253.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.220.255.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.221.6.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.14.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.64.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.74.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.84.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.124.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.132.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.136.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.154.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.166.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.178.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.190.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.210.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.218.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.234.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.221.252.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.222.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.64.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.222.252.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.223.19.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.30.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.59.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.77.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.86.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.88.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.97.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.103.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.110.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.112.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.122.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.127.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.136.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.149.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.152.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.177.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.180.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.205.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.214.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.216.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.223.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.227.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.223.234.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.224.2.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.8.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.10.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.16.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.24.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.44.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.68.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.74.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.78.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.84.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.96.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.112.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.156.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.178.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.200.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.202.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.222.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.252.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.224.254.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.225.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.225.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.226.4.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.226.14.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.226.34.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.226.42.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.226.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.226.97.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.226.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.226.138.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.226.187.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.226.190.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.226.192.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.226.201.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.226.207.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.226.212.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.226.252.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.227.42.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.227.69.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.227.150.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.227.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.227.206.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.227.254.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.228.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.228.58.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.228.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.228.122.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.228.146.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.228.217.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.228.218.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.228.219.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.228.229.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.228.236.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.229.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.229.66.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.229.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.229.101.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.229.115.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.229.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.229.128.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.229.167.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.229.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.229.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.229.226.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.229.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.230.25.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.230.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.230.92.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.230.121.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.230.198.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.230.220.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.231.1.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.231.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.231.54.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.231.69.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.231.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.231.98.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.231.99.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.231.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.231.160.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.231.170.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.231.185.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.231.206.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.231.229.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.231.240.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.232.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.232.21.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.232.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.232.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.232.128.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.232.157.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.232.158.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.232.177.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.232.178.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.232.199.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.232.238.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.232.240.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.233.17.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.233.48.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.233.90.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.233.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.233.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.233.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.233.123.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.233.127.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.233.140.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.233.172.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.234.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.234.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.234.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.234.28.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.234.31.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.234.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.234.37.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.234.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.234.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.234.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.234.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.234.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.234.140.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.234.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.234.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.234.226.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.235.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.235.46.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.235.67.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.235.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.235.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.235.102.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.235.128.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.235.142.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.235.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.235.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.236.36.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.236.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.236.118.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.236.126.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.236.134.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.236.138.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.236.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.236.171.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.236.221.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.236.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.236.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.237.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.237.4.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.237.5.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.237.6.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.237.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.237.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.237.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.237.40.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.237.64.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.237.107.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.237.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.237.114.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.237.116.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.237.119.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.237.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.237.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.237.128.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.237.142.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.237.152.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.237.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.237.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.237.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.237.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.238.5.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.238.9.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.238.16.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.238.23.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.238.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.238.132.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.238.146.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.238.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.239.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.239.53.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.239.74.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.239.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.239.95.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.239.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.239.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.239.150.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.239.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.239.187.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.239.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.239.241.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.240.18.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.240.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.240.244.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.241.71.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.241.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.241.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=91.241.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=91.241.160.0/21 comment=UKRAINE list=CountryIPBlocks
add address=91.241.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.241.184.0/21 comment=UKRAINE list=CountryIPBlocks
add address=91.241.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=91.242.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.242.192.0/21 comment=UKRAINE list=CountryIPBlocks
add address=91.242.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.242.222.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.242.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=91.243.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=91.243.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=91.244.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=91.244.69.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.244.118.0/23 comment=UKRAINE list=CountryIPBlocks
add address=91.244.124.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.244.127.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.244.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=91.244.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.245.72.0/21 comment=UKRAINE list=CountryIPBlocks
add address=91.245.213.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.245.223.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.246.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.246.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=91.246.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=91.246.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.247.38.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.247.39.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.247.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=91.247.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=91.247.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=91.247.221.0/24 comment=UKRAINE list=CountryIPBlocks
add address=91.247.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=92.249.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=93.126.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=93.157.8.0/21 comment=UKRAINE list=CountryIPBlocks
add address=93.157.24.0/21 comment=UKRAINE list=CountryIPBlocks
add address=93.175.192.0/20 comment=UKRAINE list=CountryIPBlocks
add address=93.175.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=93.175.224.0/20 comment=UKRAINE list=CountryIPBlocks
add address=94.45.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=94.45.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=94.45.96.0/20 comment=UKRAINE list=CountryIPBlocks
add address=94.45.112.0/21 comment=UKRAINE list=CountryIPBlocks
add address=94.45.120.0/21 comment=UKRAINE list=CountryIPBlocks
add address=94.45.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=94.154.32.0/21 comment=UKRAINE list=CountryIPBlocks
add address=94.154.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=94.154.44.0/23 comment=UKRAINE list=CountryIPBlocks
add address=94.154.46.0/24 comment=UKRAINE list=CountryIPBlocks
add address=94.154.47.0/24 comment=UKRAINE list=CountryIPBlocks
add address=94.154.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=94.158.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=94.158.144.0/20 comment=UKRAINE list=CountryIPBlocks
add address=94.231.32.0/20 comment=UKRAINE list=CountryIPBlocks
add address=94.231.64.0/20 comment=UKRAINE list=CountryIPBlocks
add address=94.231.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=94.232.72.0/21 comment=UKRAINE list=CountryIPBlocks
add address=94.232.176.0/21 comment=UKRAINE list=CountryIPBlocks
add address=94.232.208.0/21 comment=UKRAINE list=CountryIPBlocks
add address=94.244.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=94.244.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=95.215.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=95.215.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=95.215.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=95.215.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=95.215.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=95.215.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=95.215.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=95.215.223.0/24 comment=UKRAINE list=CountryIPBlocks
add address=109.95.32.0/21 comment=UKRAINE list=CountryIPBlocks
add address=109.95.40.0/21 comment=UKRAINE list=CountryIPBlocks
add address=109.95.48.0/21 comment=UKRAINE list=CountryIPBlocks
add address=109.196.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=109.197.166.0/23 comment=UKRAINE list=CountryIPBlocks
add address=109.197.216.0/21 comment=UKRAINE list=CountryIPBlocks
add address=109.206.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=109.207.112.0/20 comment=UKRAINE list=CountryIPBlocks
add address=109.207.192.0/20 comment=UKRAINE list=CountryIPBlocks
add address=109.229.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=128.0.104.0/23 comment=UKRAINE list=CountryIPBlocks
add address=156.67.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=171.25.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=171.25.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=171.25.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=171.25.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=171.25.241.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.96.72.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.97.0.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.97.56.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.97.112.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.98.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.98.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.100.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.100.56.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.100.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.101.0.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.101.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.101.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.102.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.102.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.102.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.103.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.103.48.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.103.64.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.103.112.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.103.200.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.103.208.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.104.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=176.104.96.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.104.168.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.104.184.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.104.240.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.104.248.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.105.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=176.105.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.105.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.106.0.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.106.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.107.48.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.107.88.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.108.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.108.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.108.184.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.108.232.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.109.168.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.109.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.110.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.110.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.110.102.0/23 comment=UKRAINE list=CountryIPBlocks
add address=176.111.32.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.111.48.0/23 comment=UKRAINE list=CountryIPBlocks
add address=176.111.50.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.111.51.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.111.53.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.111.57.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.111.58.0/23 comment=UKRAINE list=CountryIPBlocks
add address=176.111.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=176.111.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.111.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.111.244.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.111.246.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.111.247.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.112.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.112.120.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.113.144.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.113.160.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.113.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.114.0.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.115.96.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.116.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.116.146.0/23 comment=UKRAINE list=CountryIPBlocks
add address=176.116.192.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.117.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.117.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.118.48.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.118.144.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.119.0.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.119.24.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.119.232.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.120.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.120.96.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.120.112.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.121.0.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.121.1.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.121.2.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.121.3.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.121.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=176.121.8.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.121.9.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.121.10.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.121.11.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.121.12.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.121.13.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.121.14.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.121.15.0/24 comment=UKRAINE list=CountryIPBlocks
add address=176.121.72.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.121.192.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.121.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.122.0.0/20 comment=UKRAINE list=CountryIPBlocks
add address=176.122.88.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.122.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.123.220.0/23 comment=UKRAINE list=CountryIPBlocks
add address=176.124.128.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.124.138.0/23 comment=UKRAINE list=CountryIPBlocks
add address=176.124.228.0/22 comment=UKRAINE list=CountryIPBlocks
add address=176.124.232.0/21 comment=UKRAINE list=CountryIPBlocks
add address=176.125.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.126.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=176.126.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.126.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=176.126.162.0/23 comment=UKRAINE list=CountryIPBlocks
add address=178.54.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=178.54.128.0/17 comment=UKRAINE list=CountryIPBlocks
add address=178.158.0.0/17 comment=UKRAINE list=CountryIPBlocks
add address=178.158.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=178.158.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=178.159.112.0/20 comment=UKRAINE list=CountryIPBlocks
add address=178.159.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=178.159.208.0/20 comment=UKRAINE list=CountryIPBlocks
add address=178.159.224.0/20 comment=UKRAINE list=CountryIPBlocks
add address=178.212.64.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.212.96.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.212.104.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.212.192.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.212.232.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.212.240.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.213.0.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.213.104.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.213.168.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.213.184.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.214.192.0/19 comment=UKRAINE list=CountryIPBlocks
add address=178.215.160.0/20 comment=UKRAINE list=CountryIPBlocks
add address=178.215.176.0/20 comment=UKRAINE list=CountryIPBlocks
add address=178.215.240.0/20 comment=UKRAINE list=CountryIPBlocks
add address=178.216.0.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.216.8.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.216.16.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.216.96.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.216.120.0/24 comment=UKRAINE list=CountryIPBlocks
add address=178.216.121.0/24 comment=UKRAINE list=CountryIPBlocks
add address=178.216.122.0/24 comment=UKRAINE list=CountryIPBlocks
add address=178.216.123.0/24 comment=UKRAINE list=CountryIPBlocks
add address=178.216.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=178.216.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=178.216.184.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.216.224.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.217.200.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.217.208.0/21 comment=UKRAINE list=CountryIPBlocks
add address=178.218.64.0/20 comment=UKRAINE list=CountryIPBlocks
add address=178.219.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=178.219.192.0/20 comment=UKRAINE list=CountryIPBlocks
add address=178.219.240.0/20 comment=UKRAINE list=CountryIPBlocks
add address=185.1.16.0/24 comment=UKRAINE list=CountryIPBlocks
add address=185.1.39.0/24 comment=UKRAINE list=CountryIPBlocks
add address=185.1.50.0/23 comment=UKRAINE list=CountryIPBlocks
add address=185.1.62.0/23 comment=UKRAINE list=CountryIPBlocks
add address=185.1.84.0/24 comment=UKRAINE list=CountryIPBlocks
add address=185.1.85.0/24 comment=UKRAINE list=CountryIPBlocks
add address=185.1.96.0/24 comment=UKRAINE list=CountryIPBlocks
add address=185.1.99.0/24 comment=UKRAINE list=CountryIPBlocks
add address=185.1.111.0/24 comment=UKRAINE list=CountryIPBlocks
add address=185.1.134.0/24 comment=UKRAINE list=CountryIPBlocks
add address=185.1.146.0/24 comment=UKRAINE list=CountryIPBlocks
add address=188.0.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=188.0.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=188.190.0.0/19 comment=UKRAINE list=CountryIPBlocks
add address=188.190.32.0/19 comment=UKRAINE list=CountryIPBlocks
add address=188.190.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=188.190.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=188.190.224.0/19 comment=UKRAINE list=CountryIPBlocks
add address=188.191.32.0/20 comment=UKRAINE list=CountryIPBlocks
add address=188.191.64.0/20 comment=UKRAINE list=CountryIPBlocks
add address=188.191.96.0/20 comment=UKRAINE list=CountryIPBlocks
add address=188.191.144.0/23 comment=UKRAINE list=CountryIPBlocks
add address=188.191.146.0/23 comment=UKRAINE list=CountryIPBlocks
add address=188.191.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=188.191.232.0/21 comment=UKRAINE list=CountryIPBlocks
add address=188.239.0.0/18 comment=UKRAINE list=CountryIPBlocks
add address=188.239.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=188.239.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=192.102.6.0/23 comment=UKRAINE list=CountryIPBlocks
add address=192.162.19.0/24 comment=UKRAINE list=CountryIPBlocks
add address=192.162.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.162.232.0/21 comment=UKRAINE list=CountryIPBlocks
add address=192.166.112.0/23 comment=UKRAINE list=CountryIPBlocks
add address=192.166.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.166.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=192.166.144.0/23 comment=UKRAINE list=CountryIPBlocks
add address=192.245.152.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.0.61.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.0.142.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.0.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.0.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.0.220.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.0.223.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.0.228.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.0.240.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.0.247.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.8.78.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.8.201.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.9.28.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.9.250.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.16.45.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.16.47.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.16.101.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.16.105.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.16.158.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.16.233.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.16.247.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.17.44.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.17.46.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.17.69.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.17.75.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.17.208.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.17.213.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.17.216.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.17.217.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.19.74.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.19.84.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.19.86.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.19.110.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.19.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.19.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.19.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.19.228.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.19.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.19.252.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.22.84.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.22.140.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.23.53.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.23.58.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.23.140.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.23.157.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.23.175.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.23.181.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.23.183.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.23.225.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.24.25.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.24.30.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.24.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.25.120.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.25.176.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.25.180.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.26.3.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.26.13.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.26.20.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.26.27.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.26.134.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.26.209.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.27.80.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.27.196.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.27.208.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.28.92.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.28.156.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.28.184.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.28.186.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.28.200.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.29.16.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.29.200.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.29.203.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.29.204.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.29.220.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.30.240.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.30.242.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.30.244.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.30.245.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.30.246.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.30.253.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.32.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.32.21.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.33.38.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.33.44.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.33.48.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.33.54.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.33.104.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.33.196.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.33.202.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.33.206.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.33.212.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.34.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.34.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.34.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.34.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.34.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.34.128.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.34.140.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.34.154.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.34.168.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.34.203.0/25 comment=UKRAINE list=CountryIPBlocks
add address=193.34.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.35.25.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.37.141.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.37.156.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.39.69.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.39.72.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.39.75.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.39.76.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.39.114.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.39.118.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.41.4.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.41.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.41.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.41.80.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.41.88.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.41.129.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.41.130.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.41.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.41.218.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.41.239.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.42.148.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.42.156.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.43.95.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.43.210.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.43.222.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.43.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.43.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.43.252.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.46.46.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.46.66.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.46.81.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.46.86.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.46.89.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.46.201.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.46.202.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.46.210.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.47.85.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.47.137.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.47.166.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.53.83.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.53.89.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.58.246.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.84.17.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.84.22.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.84.23.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.84.50.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.84.72.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.84.76.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.84.77.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.93.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.93.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.93.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.93.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.93.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.93.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.93.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.93.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.93.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.93.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.93.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.93.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.93.228.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.104.16.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.58.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.85.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.96.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.133.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.178.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.182.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.183.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.189.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.203.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.208.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.209.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.210.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.213.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.242.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.104.249.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.7.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.41.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.62.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.70.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.92.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.124.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.135.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.152.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.164.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.171.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.201.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.210.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.216.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.219.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.249.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.105.254.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.106.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.106.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.106.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.106.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.106.64.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.106.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.106.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.106.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.106.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.106.211.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.106.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.106.236.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.106.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.108.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.107.109.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.107.110.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.107.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.107.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.108.38.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.108.44.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.108.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.108.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.108.102.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.108.104.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.108.120.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.108.128.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.108.162.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.108.170.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.108.209.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.108.226.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.108.236.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.108.240.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.108.241.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.108.242.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.108.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.109.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.109.80.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.109.128.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.109.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.109.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.109.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.109.216.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.109.240.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.109.248.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.110.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.110.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.110.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.110.89.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.110.100.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.110.106.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.110.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.110.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.110.144.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.110.156.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.110.162.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.110.168.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.110.172.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.110.174.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.110.176.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.110.184.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.110.188.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.111.6.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.111.8.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.111.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.111.83.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.111.85.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.111.114.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.111.126.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.111.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.111.173.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.111.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.111.204.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.111.239.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.111.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.138.84.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.138.87.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.138.93.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.138.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.138.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.138.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.138.244.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.138.245.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.138.246.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.142.114.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.142.124.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.142.159.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.142.213.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.142.218.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.142.219.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.142.221.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.150.6.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.150.7.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.150.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.150.49.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.150.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.150.88.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.150.96.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.150.113.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.150.122.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.151.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.151.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.151.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.151.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.151.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.151.252.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.160.97.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.160.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.161.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.164.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.164.130.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.169.80.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.169.86.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.169.124.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.169.126.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.169.132.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.169.134.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.169.146.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.169.188.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.169.214.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.169.240.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.169.244.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.176.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.178.34.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.178.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.178.162.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.178.187.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.178.190.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.178.228.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.178.236.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.178.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.186.9.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.186.15.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.187.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.189.96.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.189.126.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.193.165.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.194.106.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.194.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.194.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.194.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.200.32.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.200.36.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.200.38.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.200.64.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.200.68.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.200.76.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.200.84.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.200.151.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.200.161.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.200.173.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.200.175.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.200.179.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.200.190.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.200.205.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.200.209.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.200.212.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.200.219.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.200.248.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.200.255.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.201.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.201.80.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.201.83.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.201.98.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.201.100.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.201.105.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.201.116.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.201.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.201.147.128/27 comment=UKRAINE list=CountryIPBlocks
add address=193.201.152.128/25 comment=UKRAINE list=CountryIPBlocks
add address=193.201.175.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.201.198.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.201.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.201.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.202.21.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.202.118.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.203.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.203.218.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.203.236.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.218.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.218.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.219.124.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.222.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.222.140.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.227.96.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.227.97.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.227.115.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.227.119.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.227.120.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.227.206.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.227.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.227.230.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.227.250.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.228.2.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.238.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.238.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.238.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.238.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.238.96.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.238.116.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.238.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.238.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.239.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.239.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.239.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.239.128.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.239.142.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.239.152.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.239.170.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.239.180.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.239.228.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.239.234.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.239.238.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.239.250.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.239.254.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.242.114.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.242.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.242.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=193.242.166.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.243.152.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.243.156.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.243.158.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.243.167.0/24 comment=UKRAINE list=CountryIPBlocks
add address=193.254.196.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.254.216.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.254.220.0/23 comment=UKRAINE list=CountryIPBlocks
add address=193.254.232.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.0.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.0.56.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.0.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.0.131.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.0.138.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.0.148.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.0.150.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.0.157.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.0.187.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.0.200.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.0.206.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.0.218.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.0.237.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.1.159.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.1.193.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.1.195.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.1.220.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.6.231.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.6.232.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.8.51.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.8.56.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.8.64.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.8.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.8.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.8.240.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.8.248.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.9.14.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.9.36.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.9.50.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.9.70.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.11.28.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.11.225.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.12.64.0/19 comment=UKRAINE list=CountryIPBlocks
add address=194.12.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=194.15.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.15.147.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.24.182.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.24.184.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.24.186.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.24.190.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.24.236.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.24.246.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.28.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.36.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.52.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.64.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.28.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.29.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.29.205.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.30.163.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.30.170.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.30.172.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.31.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.31.248.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.33.15.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.33.180.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.33.181.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.33.188.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.33.189.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.37.248.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.42.106.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.42.112.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.42.192.0/20 comment=UKRAINE list=CountryIPBlocks
add address=194.48.209.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.48.212.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.50.9.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.50.51.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.50.79.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.50.81.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.50.85.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.50.98.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.50.119.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.50.125.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.50.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.50.161.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.50.167.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.50.169.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.50.241.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.50.254.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.54.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.54.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.54.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.54.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.54.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.54.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.60.69.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.60.77.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.60.242.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.60.252.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.60.254.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.79.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.79.20.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.79.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.88.1.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.88.150.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.88.152.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.88.206.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.88.218.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.88.220.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.105.136.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.105.144.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.106.208.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.106.216.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.106.218.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.107.115.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.107.117.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.110.6.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.110.79.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.110.126.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.110.129.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.110.219.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.110.252.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.114.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.116.170.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.116.232.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.116.238.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.117.252.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.125.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.125.244.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.126.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.126.204.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.126.224.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.140.239.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.143.136.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.143.144.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.143.146.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.145.117.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.145.198.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.145.203.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.145.214.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.145.216.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.145.220.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.145.227.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.146.110.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.146.112.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.146.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.146.136.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.146.140.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.146.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.146.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.146.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.146.228.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.149.92.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.150.73.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.150.74.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.150.174.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.150.192.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.150.220.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.150.232.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.153.128.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.153.129.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.153.148.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.165.6.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.165.46.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.169.204.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.169.205.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.169.206.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.169.207.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.169.210.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.169.238.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.176.97.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.177.0.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.177.24.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.187.28.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.187.29.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.187.30.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.187.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.187.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.187.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.187.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.187.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.187.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.187.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.187.216.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.213.23.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.213.104.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.213.106.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.213.120.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.242.59.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.242.60.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.242.100.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.242.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=194.246.74.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.246.75.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.246.77.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.246.99.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.246.104.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.246.116.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.246.120.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.247.12.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.247.16.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.247.18.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.247.33.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.247.35.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.247.37.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.247.42.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.247.60.0/24 comment=UKRAINE list=CountryIPBlocks
add address=194.247.172.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.247.174.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.247.176.0/23 comment=UKRAINE list=CountryIPBlocks
add address=194.247.178.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.2.236.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.3.128.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.3.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.3.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.3.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.3.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.3.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.5.106.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.5.124.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.5.126.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.5.184.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.8.40.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.8.42.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.8.200.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.10.210.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.12.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.14.17.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.14.122.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.16.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.18.12.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.18.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.18.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.20.4.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.20.28.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.20.96.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.20.102.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.20.124.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.20.130.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.20.148.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.20.154.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.22.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.22.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.22.130.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.22.132.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.22.140.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.24.234.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.24.242.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.24.252.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.26.16.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.26.18.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.26.64.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.26.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.26.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.28.30.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.34.74.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.34.90.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.34.94.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.34.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.34.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.35.65.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.38.16.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.38.18.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.39.196.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.39.210.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.39.232.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.39.240.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.39.242.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.42.126.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.42.130.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.42.136.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.43.40.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.43.70.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.43.146.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.43.148.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.46.32.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.46.56.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.47.202.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.47.219.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.47.248.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.47.253.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.49.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.49.164.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.54.52.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.54.162.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.60.66.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.60.70.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.60.168.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.60.174.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.60.184.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.60.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.60.224.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.60.228.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.62.14.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.62.24.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.62.36.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.64.136.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.64.148.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.64.154.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.64.162.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.64.166.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.64.182.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.64.184.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.64.190.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.66.65.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.66.66.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.66.79.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.66.93.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.66.105.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.66.110.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.66.136.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.66.138.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.66.140.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.66.146.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.66.156.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.68.196.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.68.202.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.68.210.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.68.216.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.68.222.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.69.76.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.69.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.69.132.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.69.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.69.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.69.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.69.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.69.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.69.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.69.248.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.72.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.72.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.74.67.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.74.72.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.78.38.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.78.42.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.78.58.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.78.68.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.78.96.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.78.100.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.78.104.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.78.112.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.78.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.78.252.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.80.140.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.80.232.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.82.150.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.85.198.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.85.208.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.85.214.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.85.219.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.85.250.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.88.26.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.88.42.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.88.52.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.88.72.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.88.76.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.88.78.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.88.112.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.88.124.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.88.138.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.88.158.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.88.242.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.93.138.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.93.154.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.93.172.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.93.190.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.93.204.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.93.212.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.95.139.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.95.147.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.95.151.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.95.157.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.95.159.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.95.165.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.95.171.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.95.202.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.95.206.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.95.210.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.95.232.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.110.56.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.114.96.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.114.120.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.128.16.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.128.139.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.128.182.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.128.230.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.128.248.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.128.252.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.130.219.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.135.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.137.167.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.137.185.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.137.196.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.137.202.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.137.218.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.137.226.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.137.232.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.137.240.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.137.244.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.137.250.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.137.254.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.138.193.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.138.198.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.138.218.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.138.219.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.140.160.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.140.168.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.140.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.140.228.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.140.244.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.144.14.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.144.25.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.144.28.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.149.70.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.149.88.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.149.106.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.149.108.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.149.109.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.149.112.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.149.114.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.149.117.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.149.125.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.160.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.160.204.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.160.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.160.232.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.162.0.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.162.64.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.162.70.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.162.80.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.162.88.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.170.179.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.177.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.177.92.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.177.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.177.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.177.208.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.177.222.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.177.236.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.177.238.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.177.240.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.178.10.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.178.18.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.178.30.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.182.0.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.182.7.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.182.21.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.182.22.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.182.63.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.182.192.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.182.194.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.182.202.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.184.70.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.184.80.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.189.8.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.189.44.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.189.48.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.189.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.189.104.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.189.196.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.189.200.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.189.214.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.189.226.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.189.228.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.189.234.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.189.240.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.189.246.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.189.248.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.190.152.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.191.12.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.191.24.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.191.38.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.191.58.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.191.72.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.191.80.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.191.81.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.191.104.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.191.126.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.191.138.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.191.168.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.191.178.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.191.194.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.191.200.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.191.214.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.191.234.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.200.64.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.200.90.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.200.196.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.200.244.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.200.250.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.206.232.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.206.238.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.211.60.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.211.84.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.211.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.211.136.0/21 comment=UKRAINE list=CountryIPBlocks
add address=195.211.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.211.148.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.211.152.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.211.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.211.184.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.211.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.211.208.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.211.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.211.228.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.211.240.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.211.252.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.214.192.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.214.196.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.214.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.214.236.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.216.204.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.216.206.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.216.210.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.216.226.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.216.248.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.222.124.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.225.48.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.225.52.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.225.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.225.144.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.225.156.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.225.172.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.226.192.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.226.213.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.230.96.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.230.103.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.230.115.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.230.119.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.230.125.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.230.127.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.234.4.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.234.6.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.234.68.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.234.72.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.234.76.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.234.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.234.132.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.234.148.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.234.174.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.234.212.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.234.220.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.238.92.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.238.108.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.238.112.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.238.116.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.238.176.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.238.180.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.238.188.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.242.80.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.242.94.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.242.112.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.242.114.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.242.150.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.242.161.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.242.179.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.242.200.0/22 comment=UKRAINE list=CountryIPBlocks
add address=195.242.218.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.244.4.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.244.8.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.245.80.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.245.118.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.245.120.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.245.200.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.245.215.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.245.221.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.245.253.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.246.124.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.246.217.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.248.93.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.248.224.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.248.234.0/23 comment=UKRAINE list=CountryIPBlocks
add address=195.250.36.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.250.43.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.250.47.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.250.62.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.254.150.0/24 comment=UKRAINE list=CountryIPBlocks
add address=195.254.151.0/24 comment=UKRAINE list=CountryIPBlocks
add address=213.5.192.0/21 comment=UKRAINE list=CountryIPBlocks
add address=213.108.40.0/21 comment=UKRAINE list=CountryIPBlocks
add address=213.108.72.0/21 comment=UKRAINE list=CountryIPBlocks
add address=213.108.176.0/21 comment=UKRAINE list=CountryIPBlocks
add address=213.109.80.0/20 comment=UKRAINE list=CountryIPBlocks
add address=213.109.128.0/20 comment=UKRAINE list=CountryIPBlocks
add address=213.109.224.0/20 comment=UKRAINE list=CountryIPBlocks
add address=213.110.96.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.110.128.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.110.160.0/19 comment=UKRAINE list=CountryIPBlocks
add address=213.111.64.0/18 comment=UKRAINE list=CountryIPBlocks
add address=213.111.128.0/18 comment=UKRAINE list=CountryIPBlocks
add address=213.111.192.0/18 comment=UKRAINE list=CountryIPBlocks
add address=1.32.128.0/18 comment=SINGAPORE list=CountryIPBlocks
add address=1.32.192.0/18 comment=SINGAPORE list=CountryIPBlocks
add address=8.128.0.0/10 comment=SINGAPORE list=CountryIPBlocks
add address=8.208.0.0/12 comment=SINGAPORE list=CountryIPBlocks
add address=14.1.28.0/22 comment=SINGAPORE list=CountryIPBlocks
add address=14.1.112.0/22 comment=SINGAPORE list=CountryIPBlocks
add address=14.100.0.0/16 comment=SINGAPORE list=CountryIPBlocks
add address=14.128.32.0/19 comment=SINGAPORE list=CountryIPBlocks
add address=23.106.120.0/21 comment=SINGAPORE list=CountryIPBlocks
add address=23.106.248.0/21 comment=SINGAPORE list=CountryIPBlocks
add address=23.108.96.0/21 comment=SINGAPORE list=CountryIPBlocks
add address=23.111.12.0/22 comment=SINGAPORE list=CountryIPBlocks
add address=27.0.8.0/22 comment=SINGAPORE list=CountryIPBlocks
add address=27.34.176.0/20 comment=SINGAPORE list=CountryIPBlocks
add address=27.50.48.0/20 comment=SINGAPORE list=CountryIPBlocks
add address=27.54.0.0/18 comment=SINGAPORE list=CountryIPBlocks
add address=27.96.96.0/19 comment=SINGAPORE list=CountryIPBlocks
add address=27.104.0.0/16 comment=SINGAPORE list=CountryIPBlocks
add address=27.109.104.0/22 comment=SINGAPORE list=CountryIPBlocks
add address=27.111.208.0/20 comment=SINGAPORE list=CountryIPBlocks
add address=27.111.224.0/20 comment=SINGAPORE list=CountryIPBlocks
add address=27.114.192.0/18 comment=SINGAPORE list=CountryIPBlocks
add address=27.116.32.0/22 comment=SINGAPORE list=CountryIPBlocks
add address=27.124.0.0/18 comment=SINGAPORE list=CountryIPBlocks
add address=27.125.128.0/18 comment=SINGAPORE list=CountryIPBlocks
add address=27.125.196.0/22 comment=SINGAPORE list=CountryIPBlocks
add address=36.255.124.0/22 comment=SINGAPORE list=CountryIPBlocks
add address=36.255.148.0/22 comment=SINGAPORE list=CountryIPBlocks
add address=36.255.152.0/22 comment=SINGAPORE list=CountryIPBlocks
add address=89.40.183.136 list=CountryIPBlocks
add address=89.40.183.0/24 list=CountryIPBlocks
add address=81.161.220.0/24 comment="RUSSIAN FEDERATION" list=CountryIPBlocks
add address=185.151.243.0/24 comment="RUSSIAN FEDERATION" list=\
CountryIPBlocks
add address=193.37.255.0/24 comment=ROMANIA list=CountryIPBlocks
/ip firewall filter
add action=accept chain=forward connection-nat-state=dstnat
add action=drop chain=input connection-state=invalid
add action=accept chain=input comment="Allow Established connections" \
connection-state=established,related
add action=accept chain=input comment="Allow ICMP" protocol=icmp
add action=accept chain=input comment="accept OpenVPN" dst-port=1192 log=yes \
protocol=tcp
add action=accept chain=forward dst-port=51820 protocol=udp
add action=accept chain=forward dst-port=51821 protocol=udp
add action=accept chain=input comment=" accept OVPN->LAN" dst-address=\
192.168.0.0/24 src-address=192.168.124.0/24
add action=drop chain=forward comment="drop invalid connections" \
connection-state=invalid protocol=tcp
add action=accept chain=forward comment=\
"allow already established connections" connection-state=established
add action=reject chain=input dst-port=22 in-interface-list=WAN log=yes \
protocol=tcp reject-with=tcp-reset
add action=drop chain=forward dst-port=22 in-interface-list=WAN log=yes \
protocol=tcp
add action=accept chain=forward comment="allow related connections" \
connection-state=related
add action=drop chain=input comment="Block Russian, Chinese and Vietnam IPs" \
log=yes src-address-list=CountryIPBlocks
add action=accept chain=forward comment=\
"Allow traffic between Workstation and Webserver" dst-address=\
192.168.100.110 dst-port=443,80 protocol=tcp src-address=192.168.0.33
add action=accept chain=forward comment=\
"Allow traffic between Workstation and Webserver" dst-address=\
192.168.100.128 dst-port=8086 protocol=tcp src-address=192.168.0.131
add action=accept chain=forward comment=\
"Allow traffic between Workstation and Webserver" dst-address=\
192.168.100.110 dst-port=443,80 protocol=tcp src-address=192.168.0.19
add action=accept chain=forward comment=\
"Allow traffic between Workstation and Webserver" dst-address=\
192.168.100.110 dst-port=443,80 protocol=tcp src-address=192.168.0.217
add action=accept chain=forward comment=\
"Allow traffic between Workstation and Webserver" disabled=yes \
dst-address=192.168.100.138 dst-port=3479 protocol=tcp src-address=\
192.168.100.211
add action=accept chain=forward comment=\
"Allow traffic between Workstation and Webserver" disabled=yes \
dst-address=192.168.100.138 dst-port=3479 protocol=udp src-address=\
192.168.100.211
add action=accept chain=forward comment=\
"Allow traffic between Workstation and Webserver" dst-address=\
192.168.100.110 dst-port=443,80 protocol=tcp src-address=192.168.0.15
add action=accept chain=forward comment=\
"Allow traffic between Workstation and Webserver" dst-address=\
192.168.100.110 dst-port=443,80 protocol=tcp src-address=192.168.0.14
add action=accept chain=forward comment=\
"Allow traffic between Workstation and Webserver" disabled=yes \
dst-address=192.168.0.33 protocol=tcp src-address=192.168.100.110 \
src-port=443,80
add action=accept chain=forward comment=\
"Allow traffic between Workstation and Webserver" disabled=yes \
dst-address=192.168.0.12 protocol=tcp src-address=192.168.100.110 \
src-port=443,80
add action=accept chain=forward comment="allow traffic between these subnets" \
dst-address=192.168.10.0/24 src-address=192.168.0.0/24
add action=accept chain=forward comment="allow traffic between these subnets" \
dst-address=192.168.20.0/24 src-address=192.168.0.0/24
add action=accept chain=forward comment="Allow traffic between these subnets" \
dst-address=192.168.30.0/24 src-address=192.168.0.0/24
add action=accept chain=forward comment="Block traffic between these subnets" \
dst-address=192.168.50.0/24 src-address=192.168.0.0/24
add action=drop chain=forward comment="Block traffic between these subnets" \
dst-address=192.168.100.0/24 src-address=192.168.0.0/24
add action=accept chain=forward comment="Allow traffic between these subnets" \
dst-address=192.168.0.0/24 src-address=192.168.10.0/24
add action=accept chain=forward comment="Allow traffic between these subnets" \
dst-address=192.168.20.0/24 src-address=192.168.10.0/24
add action=accept chain=forward comment="Allow traffic between these subnets" \
dst-address=192.168.50.0/24 src-address=192.168.10.0/24
add action=drop chain=forward comment="Block traffic between these subnets" \
dst-address=192.168.100.0/24 src-address=192.168.10.0/24
add action=accept chain=forward comment="allow traffic between these subnets" \
connection-state=established,related dst-address=192.168.0.0/24 \
src-address=192.168.20.0/24
add action=accept chain=forward comment="allow traffic between these subnets" \
connection-state=established,related dst-address=192.168.10.0/24 \
src-address=192.168.20.0/24
add action=accept chain=forward comment="allow traffic between these subnets" \
connection-state=established,related dst-address=192.168.50.0/24 \
src-address=192.168.20.0/24
add action=drop chain=forward comment="Block traffic between these subnets" \
dst-address=192.168.100.0/24 src-address=192.168.20.0/24
add action=accept chain=forward comment="Allow traffic between these subnets" \
dst-address=192.168.0.0/24 src-address=192.168.30.0/24
add action=drop chain=forward comment="Block traffic between these subnets" \
dst-address=192.168.50.0/24 src-address=192.168.30.0/24
add action=accept chain=forward comment="allowtraffic between these subnets" \
connection-state=established,related dst-address=192.168.0.0/24 \
src-address=192.168.50.0/24
add action=accept chain=forward comment="allowtraffic between these subnets" \
connection-state=established,related dst-address=192.168.10.0/24 \
src-address=192.168.50.0/24
add action=accept chain=forward comment="allowtraffic between these subnets" \
connection-state=established,related dst-address=192.168.20.0/24 \
src-address=192.168.50.0/24
add action=accept chain=forward comment="allowtraffic between these subnets" \
dst-address=192.168.0.0/24 src-address=10.9.0.0/24
add action=drop chain=forward comment="Block traffic between these subnets" \
dst-address=192.168.0.0/24 src-address=192.168.100.0/24
add action=drop chain=forward comment="Block traffic between these subnets" \
dst-address=192.168.20.0/24 src-address=192.168.100.0/24
add action=drop chain=forward comment="Block traffic between these subnets" \
dst-address=192.168.10.0/24 src-address=192.168.100.0/24
add action=accept chain=forward comment=Drucker dst-address=192.168.0.26 \
in-interface="ether2(WLAN)" out-interface=ether5 src-address=\
192.168.50.0/24
add action=accept chain=forward comment=Drucker dst-address=192.168.50.0/24 \
in-interface=ether5 out-interface="ether2(WLAN)" src-address=192.168.0.26
add action=drop chain=input comment="drop ssh from wan" connection-state=\
related in-interface-list=WAN log=yes
add action=drop chain=input comment="drop winbox from wan" dst-port=8291 \
in-interface-list=WAN log=yes protocol=tcp
add action=accept chain=input comment="drop winbox from wan" dst-port=8291 \
in-interface-list=!WAN log=yes protocol=tcp
add action=drop chain=forward comment="Block Fressebuch" layer7-protocol=\
"Block Site" src-address=192.168.0.0/24
add action=accept chain=forward disabled=yes in-interface=ether4 \
src-address-list=192.168.100.0/24
add action=accept chain=input dst-port=4443 protocol=tcp
add action=accept chain=input dst-port=88 protocol=tcp
add action=drop chain=forward src-address=0.0.0.0/8
add action=drop chain=forward dst-address=0.0.0.0/8
add action=drop chain=forward src-address=127.0.0.0/8
add action=drop chain=forward dst-address=127.0.0.0/8
add action=drop chain=forward src-address=224.0.0.0/3
add action=drop chain=forward dst-address=224.0.0.0/3
add action=jump chain=forward jump-target=tcp protocol=tcp
add action=jump chain=forward jump-target=udp protocol=udp
add action=jump chain=forward jump-target=icmp protocol=icmp
add action=accept chain=input dst-port=161 in-interface-list=LAN protocol=udp
add action=accept chain=input dst-port=53 in-interface-list=!WAN protocol=tcp
add action=accept chain=input dst-port=53 in-interface-list=!WAN protocol=udp
add action=drop chain=forward connection-nat-state=!dstnat in-interface-list=\
WAN
add action=drop chain=input dst-port=53 in-interface-list=WAN protocol=tcp
add action=drop chain=input dst-port=53 in-interface-list=WAN protocol=udp
add action=accept chain=input comment="allow IPsec NAT" dst-port=4500 \
protocol=udp
add action=accept chain=input comment="allow IKE (Wlan Telefonie)" dst-port=\
500 protocol=udp
add action=drop chain=input comment="Block everything else"
/ip firewall nat
add action=masquerade chain=srcnat out-interface-list=WAN
add action=accept chain=srcnat dst-address-type=local
add action=dst-nat chain=dstnat comment="HTTPS an reverse proxy" dst-address=\
xx.xx.xx.xxx dst-port=80,443 protocol=tcp to-addresses=192.168.100.110
add action=dst-nat chain=dstnat dst-address=xx.xx.xx.xxx dst-port=8444 \
in-interface=ether1 protocol=tcp to-addresses=192.168.100.110 to-ports=\
443
add action=dst-nat chain=dstnat disabled=yes dst-address=xx.xx.xx.xxx \
dst-port=50000 in-interface=ether1 protocol=tcp to-addresses=\
192.168.100.52 to-ports=50000
add action=dst-nat chain=dstnat dst-address=xx.xx.xx.xxx dst-port=1194 \
in-interface=ether1 log=yes protocol=udp to-addresses=192.168.0.113 \
to-ports=1194
add action=dst-nat chain=dstnat dst-address=xx.xx.xx.xxx dst-port=1195 \
in-interface=ether1 protocol=udp to-addresses=192.168.0.250 to-ports=1195
add action=dst-nat chain=dstnat dst-address=xx.xx.xx.xxx dst-port=1197 \
in-interface=ether1 log=yes protocol=udp to-addresses=192.168.0.9 \
to-ports=1197
add action=dst-nat chain=dstnat comment="192.168.0.117: Plex Media Server" \
dst-address=xx.xx.xx.xxx dst-port=26070 in-interface=ether1 log=yes \
protocol=tcp to-addresses=192.168.0.136 to-ports=32400
add action=dst-nat chain=dstnat comment="TURN Server Nextcloud mydomain" \
dst-address=xx.xx.xx.xxx dst-port=3478 in-interface=ether1 log=yes \
protocol=tcp to-addresses=192.168.100.153 to-ports=3478
add action=dst-nat chain=dstnat comment="TURN Server Nextcloud mydomain" \
dst-address=xx.xx.xx.xxx dst-port=3478 in-interface=ether1 log=yes \
protocol=udp to-addresses=192.168.100.153 to-ports=3478
add action=dst-nat chain=dstnat comment="TURN Server cloud.mydomain" \
dst-address=xx.xx.xx.xxx dst-port=3479 in-interface=ether1 log=yes \
protocol=tcp to-addresses=192.168.100.211 to-ports=3479
add action=dst-nat chain=dstnat comment="TURN Server cloud.mydomain" \
dst-address=xx.xx.xx.xxx dst-port=3479 in-interface=ether1 log=yes \
protocol=udp to-addresses=192.168.100.211 to-ports=3479
add action=dst-nat chain=dstnat disabled=yes dst-address=192.168.0.11 \
dst-port=32400 in-interface=ether1 protocol=tcp to-addresses=\
192.168.0.117 to-ports=26065
add action=dst-nat chain=dstnat dst-port=51820 in-interface=ether1 protocol=\
udp to-addresses=192.168.0.217 to-ports=51820
add action=dst-nat chain=dstnat dst-address=xx.xx.xx.xxx dst-port=51821 \
in-interface=ether1 protocol=udp to-addresses=192.168.0.124 to-ports=\
51821
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
/ip ipsec policy
set 0 disabled=yes
/ip route
add distance=1 gateway=xx.xx.xx.xxx
/ip service
set telnet address=192.168.0.0/24 disabled=yes
set ftp address=192.168.0.0/24 disabled=yes
set www address=192.168.0.0/24 port=88
set ssh address=192.168.0.0/24 disabled=yes
set www-ssl address=192.168.0.0/24 disabled=no port=4443
set api address=192.168.0.0/24 disabled=yes
set winbox address=192.168.0.0/24
set api-ssl address=192.168.0.0/24 disabled=yes
/ip ssh
set allow-none-crypto=yes forwarding-enabled=remote
/ip upnp
set allow-disable-external-interface=yes
/ip upnp interfaces
add type=internal
add interface=ether1 type=external
/ppp secret
add name=AWI profile=vpn service=ovpn
/snmp
set enabled=yes trap-generators="" trap-version=2
/system clock
set time-zone-name=Europe/Berlin
/system script
add dont-require-permissions=no name=dhcp-lease-script owner=user policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=" \
\_ :local DHCPtag\r\
\n :set DHCPtag \"#DHCP\"\r\
\n :if ( [ :len \$leaseActIP ] <= 0 ) do={ :error \"empty lease address\
\" }\r\
\n :if ( \$leaseBound = 1 ) do={\r\
\n :local ttl\r\
\n :local domain\r\
\n :local hostname\r\
\n :local dnsname\r\
\n :local fqdn\r\
\n :local leaseId\r\
\n :local comment\r\
\n :local devicename\r\
\n :local convert ({})\r\
\n :local validChars \"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR\
STUVWXYZ01234567890-\"\r\
\n /ip dhcp-server\r\
\n :set ttl [ get [ find name=\$leaseServerName ] lease-time ]\r\
\n network \r\
\n :set domain [ get [ find \$leaseActIP in address ] domain ]\r\
\n .. lease\r\
\n :set leaseId [ find address=\$leaseActIP ]\r\
\n # Check for multiple active leases for the same IP address. It's\
\_weird and it shouldn't be, but just in case.\r\
\n :if ( [ :len \$leaseId ] != 1) do={\r\
\n :log info \"DHCP2DNS: not registering domain name for addres\
s \$leaseActIP because of multiple active leases for \$leaseActIP\"\r\
\n :error \"multiple active leases for \$leaseActIP\"\r\
\n }\r\
\n :set hostname [ get \$leaseId host-name ]\r\
\n :set comment [ get \$leaseId comment ]\r\
\n /\r\
\n # Namen f\FCr Ger\E4t ermittlen\r\
\n :set devicename \$comment\r\
\n :if ( [ :len \$devicename ] <= 0 ) do={\r\
\n :set devicename \$hostname\r\
\n }\r\
\n # Ger\E4tenamen auf ung\FCltige Zeichen pr\FCfen\r\
\n :for validCharsIndex from=0 to=([:len \$validChars] - 1) do={\r\
\n :local validChar [:pick \$validChars \$validCharsIndex]\r\
\n :set (\$convert->(\$validChar)) (\$validChar)\r\
\n }\r\
\n :set (\$convert->(\"_\")) (\"-\")\r\
\n :set (\$convert->(\" \")) (\"-\")\r\
\n :for i from=0 to=([:len \$devicename] - 1) do={\r\
\n :local char [:pick \$devicename \$i]\r\
\n :local converted (\$convert->\"\$char\")\r\
\n :local convertedType [:typeof \$converted]\r\
\n :if (\$convertedType = \"str\") do={\r\
\n :set \$char \$converted\r\
\n } else={\r\
\n :set \$char \"\"\r\
\n }\r\
\n :set dnsname (\$dnsname.\$char)\r\
\n }\r\
\n # FQDN festlegen\r\
\n :if ( [ :len \$dnsname ] <= 0 ) do={\r\
\n :log error \"DHCP2DNS: not registering domain name for addre\
ss \$leaseActIP because of empty lease host-name or comment\"\r\
\n :error \"empty lease host-name or comment\"\r\
\n }\r\
\n :if ( [ :len \$domain ] <= 0 ) do={\r\
\n :log error \"DHCP2DNS: not registering domain name for addre\
ss \$leaseActIP because of empty network domain name\"\r\
\n :error \"empty network domain name\"\r\
\n }\r\
\n :set fqdn \"\$dnsname.\$domain\"\r\
\n /ip dns static\r\
\n :if ( [ :len [ find name=\$fqdn and address=\$leaseActIP and dis\
abled=no ] ] = 0 ) do={\r\
\n :log info \"DHCP2DNS: registering static domain name \$fqdn \
for address \$leaseActIP with ttl \$ttl\"\r\
\n add address=\$leaseActIP name=\$fqdn ttl=\$ttl comment=\$DHC\
Ptag disabled=no\r\
\n } else={\r\
\n :log error \"DHCP2DNS: not registering domain name \$fqdn fo\
r address \$leaseActIP because of existing active static DNS entry with th\
is name or address\"\r\
\n }\r\
\n /\r\
\n } else={\r\
\n /ip dns static\r\
\n :local dnsDhcpId\r\
\n :set dnsDhcpId [ find address=\$leaseActIP and comment=\$DHCPtag\
\_]\r\
\n :if ( [ :len \$dnsDhcpId ] > 0 ) do={\r\
\n :log info \"DHCP2DNS: removing static domain name(s) for add\
ress \$leaseActIP\"\r\
\n remove \$dnsDhcpId\r\
\n }\r\
\n /\r\
\n }"
/tool bandwidth-server
set enabled=no
/tool graphing interface
add interface=ether1
add interface=ether5
add interface="ether2(WLAN)"
add interface=ether3
add interface=ether4
add interface=vlan20
add interface=vlan10
/tool mac-server ping
set enabled=no
Ich habe keine Ahnung, was da auf einmal schief läuft. Hat da jemand eine Idee?
Kurioserweise kann ich über den Browser auf die jeweiligen Webserver zugreifen (Guacamole, Grafana, etc.). Aber wenn ich versuche ein apt update über meinen aptcacher zu machen, dann klappt das erstmal nicht. Wenn ich den dann anpinge und warte und warte und warte, dann klappt es auf einmal wieder.
Zuletzt bearbeitet: