Hi Everyone,
I have hAP ax3 at home and mAP Lite as my travel router. I use WireGuard to access multiple networks and everything works fine The only problem I have is that I have 2 pi-hole instances at home, which I use for ad blocking and recursive DNS server. I would like to be able to forward all DNS queries from mAP and all devices connected to it to my pi-holes at home. However I don’t want to route all the traffic from mAP (and connected devices) via my hAP ax3.
My hAP ax3 config:
# 2025-04-07 09:59:20 by RouterOS 7.17.1
# model = C53UiG+5HPaxD2HPaxD
/container mounts
add dst=/etc/dnsmasq.d name=dnsmasq_pihole src=/usb1-part1/etc-dnsmasq.d
add dst=/etc/pihole name=etc_pihole src=/usb1-part1/etc
/disk
add parent=usb1 partition-number=1 partition-offset="1 048 576" \
partition-size="16 239 296 512" type=partition
/interface bridge
add admin-mac=78:9A:18:35:00:57 arp=proxy-arp auto-mac=no comment=defconf \
name=bridge1-LAN port-cost-mode=short protocol-mode=none vlan-filtering=\
yes
add name=dockers port-cost-mode=short
/interface ethernet
set [ find default-name=ether1 ] name=ether1-WAN
set [ find default-name=ether5 ] name=ether5-TRUNK
/interface veth
add address=172.16.16.2/24 gateway=172.16.16.1 gateway6="" name=\
veth1-docker-pihole
/interface wireguard
add listen-port=13231 mtu=1420 name=WG-CHR-2-dom
/interface vlan
add interface=bridge1-LAN name=vlan10-security vlan-id=10
add interface=bridge1-LAN name=vlan20-iot vlan-id=20
add interface=bridge1-LAN name=vlan30-home vlan-id=30
add interface=bridge1-LAN name=vlan40-mgmt vlan-id=40
add interface=bridge1-LAN name=vlan50-serwis vlan-id=50
add interface=ether1-WAN name=vlan100_management vlan-id=100
add disabled=yes interface=bridge1-LAN name=vlan1680 vlan-id=1680
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wifi channel
add band=2ghz-n disabled=no name=ch2-n width=20mhz
add band=5ghz-ac disabled=no name=ch5-ac skip-dfs-channels=all width=20/40mhz
add band=2ghz-ax disabled=no name=ch2-ax width=20/40mhz
add band=5ghz-ax disabled=no name=ch5-ax skip-dfs-channels=all width=\
20/40/80mhz
/interface wifi datapath
add bridge=bridge1-LAN disabled=no name=datapath1-home-loc vlan-id=30
add bridge=bridge1-LAN disabled=no name=datapath2-iot-loc vlan-id=20
add bridge=bridge1-LAN client-isolation=yes disabled=no name=\
datapath3-serwis-loc vlan-id=50
add bridge=bridge1-LAN disabled=no name=datapath1-home
add bridge=bridge1-LAN disabled=no name=datapath2-iot
add bridge=bridge1-LAN client-isolation=yes disabled=no name=datapath3-serwis
/interface wifi security
add authentication-types=wpa2-psk disabled=no ft=yes ft-over-ds=yes \
ft-preserve-vlanid=no name=sec1-home
add authentication-types=wpa2-psk disabled=no ft=yes ft-over-ds=yes name=\
sec2-iot
add authentication-types=wpa2-psk disabled=no ft=yes ft-over-ds=yes \
ft-preserve-vlanid=no name=sec3-serwis
/interface wifi steering
add disabled=no name=steering1 neighbor-group=\
dynamic-SSID-1-6d7a4911,dynamic-SSID-1-ax-6d7a4911 rrm=yes wnm=\
yes
add disabled=no name=steering3 neighbor-group=\
dynamic-SSID-3-969e620d,dynamic-SSID-3-ax-969e620d rrm=yes wnm=yes
add disabled=no name=steering2 neighbor-group=dynamic-SSID-2-3b917d4d rrm=yes \
wnm=yes
/interface wifi configuration
add channel=ch2-n country=Poland disabled=no mode=ap name=cfg2-n-home \
security=sec1-home ssid=SSID-1 steering=steering1
add channel=ch2-n country=Poland datapath=datapath2-iot disabled=no mode=ap \
name=cfg2-n-iot security=sec2-iot ssid=SSID-2 steering=steering2
add channel=ch2-n country=Poland disabled=no mode=ap name=cfg2-n-serwis \
security=sec3-serwis ssid=SSID-3 steering=steering3
add channel=ch5-ac country=Poland disabled=no mode=ap name=cfg5-ac-home \
security=sec1-home ssid=SSID-1 steering=steering1
add channel=ch5-ac country=Poland disabled=no mode=ap name=cfg5-ac-serwis \
security=sec3-serwis ssid=SSID-3 steering=steering3
add channel=ch2-ax country=Poland datapath=datapath1-home disabled=no mode=ap \
name=cfg2-ax-home security=sec1-home ssid=SSID-1 steering=steering1
add channel=ch2-ax country=Poland datapath=datapath3-serwis-loc disabled=no \
mode=ap name=cfg2-ax-serwis security=sec3-serwis ssid=SSID-3 steering=\
steering3
add channel=ch5-ax country=Poland datapath=datapath1-home disabled=no mode=ap \
name=cfg5-ax-home security=sec1-home ssid=SSID-1 steering=steering1
add channel=ch5-ax country=Poland datapath=datapath3-serwis-loc disabled=no \
mode=ap name=cfg5-ax-serwis security=sec3-serwis ssid=SSID-3 steering=\
steering3
add channel=ch2-ax country=Poland datapath=datapath2-iot-loc disabled=no \
mode=ap name=cfg2-ax-iot security=sec2-iot ssid=SSID-2 steering=steering2
add channel=ch2-ax country=Poland datapath=datapath1-home-loc disabled=no \
mode=ap name=loc2-ax-home security=sec1-home ssid=SSID-1 steering=\
steering1
add channel=ch2-ax country=Poland datapath=datapath2-iot-loc disabled=no \
mode=ap name=loc2-ax-iot security=sec2-iot ssid=SSID-2 steering=steering2
add channel=ch2-ax country=Poland datapath=datapath3-serwis-loc disabled=no \
mode=ap name=loc2-ax-serwis security=sec3-serwis ssid=SSID-3 steering=\
steering3
add channel=ch5-ax country=Poland datapath=datapath1-home-loc disabled=no \
mode=ap name=loc5-ax-home security=sec1-home ssid=SSID-1 steering=\
steering1
add channel=ch5-ax country=Poland datapath=datapath3-serwis-loc disabled=no \
mode=ap name=loc5-ax-serwis security=sec3-serwis ssid=SSID-3 steering=\
steering3
add channel=ch2-n country=Poland datapath=datapath2-iot-loc disabled=no mode=\
ap name=loc2-n-iot security=sec2-iot ssid=SSID-2 steering=steering2
/interface wifi
# operated by CAP F4:1E:57:1B:6C:68%vlan40-mgmt, traffic processing on CAP
add configuration=cfg2-ax-home disabled=no name=cAP_ax_0p-2G- radio-mac=\
F4:1E:57:1B:6C:6B
# operated by CAP F4:1E:57:1B:6C:68%vlan40-mgmt, traffic processing on CAP
add configuration=cfg2-ax-serwis disabled=no mac-address=F6:1E:57:1B:6C:6B \
master-interface=cAP_ax_0p-2G- name=cAP_ax_0p-2G-2
# operated by CAP F4:1E:57:1B:6C:68%vlan40-mgmt, traffic processing on CAP
add configuration=cfg2-ax-iot disabled=no mac-address=F6:1E:57:1B:6C:6C \
master-interface=cAP_ax_0p-2G- name=cAP_ax_0p-2G-3
# operated by CAP F4:1E:57:1B:6C:68%vlan40-mgmt, traffic processing on CAP
add configuration=cfg5-ax-home disabled=no name=cAP_ax_0p-5G- radio-mac=\
F4:1E:57:1B:6C:6A
# operated by CAP F4:1E:57:1B:6C:68%vlan40-mgmt, traffic processing on CAP
add configuration=cfg5-ax-serwis disabled=no mac-address=F6:1E:57:1B:6C:6A \
master-interface=cAP_ax_0p-5G- name=cAP_ax_0p-5G-2
# operated by CAP F4:1E:57:31:19:98%vlan40-mgmt, traffic processing on CAP
add configuration=cfg2-ax-home disabled=no name=cAP_ax_1p-2G- radio-mac=\
F4:1E:57:31:19:99
# operated by CAP F4:1E:57:31:19:98%vlan40-mgmt, traffic processing on CAP
add configuration=cfg2-ax-serwis disabled=no mac-address=F6:1E:57:31:19:99 \
master-interface=cAP_ax_1p-2G- name=cAP_ax_1p-2G-2
# operated by CAP F4:1E:57:31:19:98%vlan40-mgmt, traffic processing on CAP
add configuration=cfg2-ax-iot disabled=no mac-address=F6:1E:57:31:19:9A \
master-interface=cAP_ax_1p-2G- name=cAP_ax_1p-2G-3
# operated by CAP F4:1E:57:31:19:98%vlan40-mgmt, traffic processing on CAP
add configuration=cfg5-ax-home disabled=no name=cAP_ax_1p-5G- radio-mac=\
F4:1E:57:31:19:98
# operated by CAP F4:1E:57:31:19:98%vlan40-mgmt, traffic processing on CAP
add configuration=cfg5-ax-serwis disabled=no mac-address=F6:1E:57:31:19:98 \
master-interface=cAP_ax_1p-5G- name=cAP_ax_1p-5G-2
# operated by CAP C4:AD:34:08:5F:3A%vlan40-mgmt, traffic processing on CAP
add configuration=cfg2-n-home disabled=no name=hAP_ac^2-2G- radio-mac=\
C4:AD:34:08:5F:3F
# operated by CAP C4:AD:34:08:5F:3A%vlan40-mgmt, traffic processing on CAP
add configuration=cfg2-n-iot disabled=no mac-address=C6:AD:34:08:5F:3F \
master-interface=hAP_ac^2-2G- name=hAP_ac^2-2G-2
# operated by CAP C4:AD:34:08:5F:3A%vlan40-mgmt, traffic processing on CAP
add configuration=cfg2-n-serwis disabled=no mac-address=C6:AD:34:08:5F:41 \
master-interface=hAP_ac^2-2G- name=hAP_ac^2-2G-3
# operated by CAP C4:AD:34:08:5F:3A%vlan40-mgmt, traffic processing on CAP
add configuration=cfg5-ac-home disabled=no name=hAP_ac^2-5G- radio-mac=\
C4:AD:34:08:5F:40
# operated by CAP C4:AD:34:08:5F:3A%vlan40-mgmt, traffic processing on CAP
add configuration=cfg5-ac-serwis disabled=no mac-address=C6:AD:34:08:5F:40 \
master-interface=hAP_ac^2-5G- name=hAP_ac^2-5G-2
set [ find default-name=wifi1 ] configuration=loc5-ax-home \
configuration.manager=local .mode=ap disabled=no name=hAP_ax^3-1
add configuration=loc5-ax-serwis configuration.mode=ap disabled=no \
mac-address=7A:9A:18:35:00:5B master-interface=hAP_ax^3-1 name=hAP_ax^3-2
set [ find default-name=wifi2 ] configuration=loc2-ax-home \
configuration.manager=local .mode=ap disabled=no name=hAP_ax^3-3
add configuration=loc2-ax-iot configuration.mode=ap disabled=no mac-address=\
7A:9A:18:35:00:5C master-interface=hAP_ax^3-3 name=hAP_ax^3-4
add configuration=loc2-ax-serwis configuration.mode=ap disabled=no \
mac-address=7A:9A:18:35:00:5D master-interface=hAP_ax^3-3 name=hAP_ax^3-5
add configuration=loc2-n-iot configuration.mode=ap disabled=no mac-address=\
7A:9A:18:35:00:5E master-interface=hAP_ax^3-3 name=hAP_ax^3-6
/ip firewall layer7-protocol
add name=BlockYTApp regexp="^.+(youtube.com|www.youtube.com|m.youtube.com|ytim\
g.com|s.ytimg.com|ytimg.|.google.com|youtube.|.google.com|i.google.com|goo\
glevideo.com|youtu.be).*\$"
/ip pool
add name=vpn ranges=10.10.60.1-10.10.60.10
add name=dhcp_vl10 ranges=10.10.10.101-10.10.10.254
add name=dhcp_vl20 ranges=10.10.20.101-10.10.20.230
add name=dhcp_vl30 ranges=10.10.30.51-10.10.30.99
add name=dhcp_bridge1 ranges=192.168.100.2
add name=dhcp_vl50 ranges=10.10.50.101-10.10.50.254
add name=dhcp_vl1680 ranges=192.168.0.101-192.168.0.200
/ip dhcp-server
add address-pool=dhcp_bridge1 interface=bridge1-LAN lease-time=1d name=\
dhcp-bridge1
add address-pool=dhcp_vl10 interface=vlan10-security lease-time=1d name=\
dhcp-vl10
add address-pool=dhcp_vl20 interface=vlan20-iot lease-time=1d name=dhcp-vl20
add address-pool=dhcp_vl30 interface=vlan30-home lease-time=1d name=dhcp-vl30
add address-pool=dhcp_vl50 interface=vlan50-serwis lease-time=1d name=\
dhcp-vl50
add address-pool=dhcp_vl1680 disabled=yes interface=vlan1680 lease-time=1d \
name=dhcp-vl1680
/snmp community
add addresses=::/0 name="SiedSNMP v2c" write-access=yes
add addresses=::/0 name="SiedSNMP v3" security=authorized write-access=yes
/system logging action
set 1 disk-file-count=20
set 3 remote=10.10.30.2
/container
add envlist=pihole_envs interface=veth1-docker-pihole logging=yes mounts=\
dnsmasq_pihole,etc_pihole root-dir=usb1-part1/pihole start-on-boot=yes \
workdir=/
/container config
set registry-url=https://registry-1.docker.io tmpdir=usb1-part1/pull
/container envs
add key=TZ name=pihole_envs value=Europe/Warsaw
add key=WEBPASSWORD name=pihole_envs value=xxxxxxxx
add key=DNSMASQ_USER name=pihole_envs value=root
add key=PASSWD name=pihole_envs value=xxxxxxxx
/disk settings
set auto-media-interface=ether1-WAN
/ip smb
set domain=HACIENDA
/interface bridge port
add bridge=bridge1-LAN comment=defconf interface=ether2 internal-path-cost=10 \
path-cost=10
add bridge=bridge1-LAN comment=defconf interface=ether3 internal-path-cost=10 \
path-cost=10
add bridge=bridge1-LAN comment=defconf interface=ether4 internal-path-cost=10 \
path-cost=10
add bridge=bridge1-LAN comment=defconf interface=ether5-TRUNK \
internal-path-cost=10 path-cost=10
add bridge=bridge1-LAN ingress-filtering=no interface=vlan100_management \
internal-path-cost=10 path-cost=10
add bridge=dockers interface=veth1-docker-pihole internal-path-cost=10 \
path-cost=10
# vlan interface already configured on bridge
add bridge=bridge1-LAN ingress-filtering=no interface=vlan40-mgmt \
internal-path-cost=10 path-cost=10
# vlan interface already configured on bridge
add bridge=bridge1-LAN ingress-filtering=no interface=vlan30-home \
internal-path-cost=10 path-cost=10
# vlan interface already configured on bridge
add bridge=bridge1-LAN ingress-filtering=no interface=vlan20-iot \
internal-path-cost=10 path-cost=10
# vlan interface already configured on bridge
add bridge=bridge1-LAN ingress-filtering=no interface=vlan10-security \
internal-path-cost=10 path-cost=10
# vlan interface already configured on bridge
add bridge=bridge1-LAN interface=vlan50-serwis
/interface bridge settings
set use-ip-firewall=yes use-ip-firewall-for-vlan=yes
/ip firewall connection tracking
set udp-timeout=10s
/ip neighbor discovery-settings
set discover-interface-list=all
/ipv6 settings
set disable-ipv6=yes
/interface bridge vlan
add bridge=bridge1-LAN tagged=bridge1-LAN,ether5-TRUNK vlan-ids=10
add bridge=bridge1-LAN tagged=ether5-TRUNK,bridge1-LAN vlan-ids=20
add bridge=bridge1-LAN tagged=ether5-TRUNK,bridge1-LAN vlan-ids=30
add bridge=bridge1-LAN tagged=ether5-TRUNK,bridge1-LAN vlan-ids=40
add bridge=bridge1-LAN tagged=ether5-TRUNK,bridge1-LAN vlan-ids=50
/interface list member
add comment=defconf interface=bridge1-LAN list=LAN
add comment=defconf interface=ether1-WAN list=WAN
add interface=ether2 list=LAN
add interface=vlan30-home list=LAN
add interface=vlan40-mgmt list=LAN
add interface=vlan100_management list=LAN
add interface=dockers list=LAN
add interface=veth1-docker-pihole list=LAN
add interface=WG-CHR-2-dom list=LAN
add interface=vlan10-security list=LAN
add interface=vlan20-iot list=LAN
add interface=vlan50-serwis list=LAN
add interface=vlan1680 list=LAN
/interface ovpn-server server
add mac-address=FE:94:E3:39:78:E2 name=ovpn-server1
/interface wifi cap
set caps-man-addresses=127.0.0.1 discovery-interfaces=vlan40-mgmt \
slaves-datapath=datapath1-home-loc slaves-static=yes
/interface wifi capsman
set enabled=yes interfaces=vlan40-mgmt package-path="" \
require-peer-certificate=no upgrade-policy=require-same-version
/interface wifi provisioning
add action=create-enabled disabled=no identity-regexp=.*ac.* \
master-configuration=cfg2-n-home name-format=%I-2G- slave-configurations=\
cfg2-n-iot,cfg2-n-serwis supported-bands=2ghz-n
add action=create-enabled disabled=no master-configuration=cfg2-ax-home \
name-format=%I-2G- slave-configurations=cfg2-ax-serwis,cfg2-ax-iot \
supported-bands=2ghz-ax
add action=create-enabled disabled=no identity-regexp=.*ac.* \
master-configuration=cfg5-ac-home name-format=%I-5G- \
slave-configurations=cfg5-ac-serwis supported-bands=5ghz-ac
add action=create-enabled disabled=no master-configuration=cfg5-ax-home \
name-format=%I-5G- slave-configurations=cfg5-ax-serwis supported-bands=\
5ghz-ax
/interface wireguard peers
add allowed-address=10.94.0.1/32,172.31.32.0/24 comment=01-CHR \
endpoint-address=x.x.x.x endpoint-port=13231 interface=WG-CHR-2-dom \
name=AWS persistent-keepalive=5m public-key=\
"apd0zT0jAoukl9cCnNuA6UT6uyGep14p/74tnGvdeGg="
add allowed-address=10.94.0.3/32,192.168.88.0/24 comment=03-p440 \
endpoint-address=xxxxxxxxxxxx.sn.mynetname.net endpoint-port=13231 \
interface=WG-CHR-2-dom name=P440 persistent-keepalive=5m public-key=\
"CQoq4Yy/puSznzZI/fv1JIXdZqjyM486/Xv+z7a3yDM="
add allowed-address=10.94.0.4/32,10.100.100.0/24 comment=04-mdk8 disabled=yes \
endpoint-address=xxxxxxxxxxxx.sn.mynetname.net endpoint-port=13231 \
interface=WG-CHR-2-dom name=MDK8 persistent-keepalive=5m public-key=\
"8pyN+9pteeHa7CumN2vWKTy1aUSAjpY4jJZPZ8RVfCA="
add allowed-address=10.94.0.5/32 client-address=10.94.0.5/24 client-dns=\
10.94.0.2,172.16.16.2,10.10.30.253 client-endpoint=\
xxxxxxxxxxxx.sn.mynetname.net comment=05-rw interface=WG-CHR-2-dom name=\
"Galaxy S20FE" persistent-keepalive=5m public-key=\
"XgUh6ULQAXxTHmNkF5qvW6uOXuYX2DrAIp/EQ/duwlw="
add allowed-address="10.94.0.6/32,192.168.60.0/24,192.168.10.0/24,192.168.40.0\
/24,192.168.80.0/24" comment=06-sp358 endpoint-address=\
xxxxxxxxxxxx.sn.mynetname.net endpoint-port=13231 interface=WG-CHR-2-dom \
name=SP358 public-key="L6MNMVWwOU4hwzFdSwTHSVTC+hamo3Im4CDc2TolUn8="
add allowed-address=10.94.0.7/32,10.101.0.0/24 client-dns=\
10.94.0.2,172.16.16.2,10.10.30.253 client-endpoint=\
xxxxxxxxxxxx.sn.mynetname.net comment=07-mAP endpoint-port=13231 \
interface=WG-CHR-2-dom name=mAP public-key=\
"88Oh6k7EbYfQjnei5VqjMTeuYPxHL/bZO6KlD7+ljGw="
add allowed-address=10.94.0.9/32,10.10.30.0/24 comment=09-asus-m interface=\
WG-CHR-2-dom name="ASUS mamy" public-key=\
"eSFM9gqdSBFqhIQWCy14r/cs7HfWMlz0TYqsAREiTWk="
add allowed-address=0.0.0.0/24,10.94.0.8/32 comment=08-lenovo-szkola \
disabled=yes interface=WG-CHR-2-dom name="Lenovo SP358" \
persistent-keepalive=5m public-key=\
"B4jwdHuFzkBuGonfnOKalnFOzoOUO9yA7JPF91DdyWo="
add allowed-address=10.94.0.10/32,10.10.30.0/24 comment=10-Gosia interface=\
WG-CHR-2-dom name="ASUS Gosi" public-key=\
"iqdhIFyKrHk6NmMghGgTBbAAdbMiSX1bDgzRrYYuIWA="
add allowed-address=10.94.0.11/32 comment=11-G-rw interface=WG-CHR-2-dom \
name="Galaxy S23 Gosi" persistent-keepalive=5m public-key=\
"1Hw24IA/Lhqgi8+yagq+BYXxxNFBUV3/zVDsiEyG1XQ="
add allowed-address=10.94.0.12/32 client-listen-port=51820 comment=12-Tab \
interface=WG-CHR-2-dom name="Galaxy Tab S6" persistent-keepalive=5m \
public-key="C29RviMVCgsNafp3YxzSseDiRy6DZhFDzHChBF5CJF4="
add allowed-address=10.94.0.13/32,10.10.30.0/24 comment=13-tesc interface=\
WG-CHR-2-dom name="ASUS tescia" public-key=\
"Igf49IHJ2WqUbRV6dIqOpxV5HupH5wEPVOceYgSohmk="
add allowed-address=\
10.94.0.14/32,10.10.30.0/24,10.10.40.0/28,10.10.20.0/24,10.10.10.0/24 \
comment=14-ASUS-ROG interface=WG-CHR-2-dom name="ASUS ROG" public-key=\
"2ehG6JONdMFjcsKfz7UWvfL7Rcr9aOt5HSNdxntvyg4="
/ip address
add address=192.168.100.1/30 interface=vlan100_management network=\
192.168.100.0
add address=10.10.10.1/24 interface=vlan10-security network=10.10.10.0
add address=10.10.20.1/24 interface=vlan20-iot network=10.10.20.0
add address=10.10.30.1/24 interface=vlan30-home network=10.10.30.0
add address=10.10.40.1/28 interface=vlan40-mgmt network=10.10.40.0
add address=10.0.0.1/24 interface=bridge1-LAN network=10.0.0.0
add address=10.10.50.1/24 interface=vlan50-serwis network=10.10.50.0
add address=172.16.16.1/24 interface=dockers network=172.16.16.0
add address=10.94.0.2/24 interface=WG-CHR-2-dom network=10.94.0.0
/ip cloud
set ddns-enabled=yes ddns-update-interval=1m
/ip dhcp-client
add comment=defconf interface=ether1-WAN use-peer-dns=no use-peer-ntp=no
/ip dhcp-server alert
add alert-timeout=none disabled=no interface=bridge1-LAN valid-server=\
78:9A:18:35:00:57
add alert-timeout=none disabled=no interface=vlan10-security valid-server=\
78:9A:18:35:00:57
add alert-timeout=none disabled=no interface=vlan20-iot valid-server=\
78:9A:18:35:00:57
add alert-timeout=none disabled=no interface=vlan30-home valid-server=\
78:9A:18:35:00:57
add alert-timeout=none disabled=no interface=vlan50-serwis valid-server=\
78:9A:18:35:00:57
/ip dhcp-server lease
add address=10.10.10.2 mac-address=00:1F:08:07:41:87 server=dhcp-vl10
add address=10.10.30.8 client-id=1:9c:5c:8e:34:e2:bb mac-address=\
9C:5C:8E:34:E2:BB server=dhcp-vl30
add address=10.10.30.21 client-id=1:d0:1b:49:6c:1d:e7 mac-address=\
D0:1B:49:6C:1D:E7 server=dhcp-vl30
add address=10.10.30.9 client-id=1:c4:85:8:4c:63:50 mac-address=\
C4:85:08:4C:63:50 server=dhcp-vl30
add address=10.10.30.23 client-id=1:4:d6:aa:d9:23:f5 mac-address=\
04:D6:AA:D9:23:F5 server=dhcp-vl30
add address=10.10.30.24 client-id=1:e8:b2:ac:34:40:2d mac-address=\
E8:B2:AC:34:40:2D server=dhcp-vl30
add address=10.10.30.25 client-id=1:1c:f8:d0:fb:13:61 mac-address=\
1C:F8:D0:FB:13:61 server=dhcp-vl30
add address=10.10.30.10 client-id=1:9c:eb:e8:b:82:bb mac-address=\
9C:EB:E8:0B:82:BB server=dhcp-vl30
add address=10.10.30.11 client-id=1:4c:eb:bd:35:d2:61 mac-address=\
4C:EB:BD:35:D2:61 server=dhcp-vl30
add address=10.10.30.194 client-id=1:a8:13:74:79:88:9b mac-address=\
A8:13:74:79:88:9B server=dhcp-vl30
add address=10.10.30.22 client-id=1:24:11:53:53:7c:5c mac-address=\
24:11:53:53:7C:5C server=dhcp-vl30
add address=10.10.20.221 mac-address=B4:60:ED:61:67:7D server=dhcp-vl20
add address=10.10.30.12 client-id=1:b8:ca:3a:9b:a:9c mac-address=\
B8:CA:3A:9B:0A:9C server=dhcp-vl30
add address=10.10.30.26 client-id=1:48:61:ee:1:ab:33 mac-address=\
48:61:EE:01:AB:33 server=dhcp-vl30
add address=10.10.30.13 client-id=1:10:2:b5:86:f2:b8 mac-address=\
10:02:B5:86:F2:B8 server=dhcp-vl30
add address=10.10.20.3 mac-address=02:E9:91:C7:9F:62 server=dhcp-vl20
add address=10.10.30.27 client-id=1:4c:66:a6:9f:67:2b mac-address=\
4C:66:A6:9F:67:2B server=dhcp-vl30
add address=10.10.30.14 client-id=1:98:e7:43:46:91:f8 mac-address=\
98:E7:43:46:91:F8 server=dhcp-vl30
add address=10.10.30.15 mac-address=10:FF:E0:6A:EF:0C server=dhcp-vl30
add address=10.10.30.16 client-id=1:44:fa:66:e5:64:25 mac-address=\
44:FA:66:E5:64:25 server=dhcp-vl30
/ip dhcp-server network
add address=10.10.10.0/24 dns-server=172.16.16.2,10.10.30.253 gateway=\
10.10.10.1 netmask=24 ntp-server=10.10.10.1
add address=10.10.20.0/24 dns-server=172.16.16.2,10.10.30.253 gateway=\
10.10.20.1 netmask=24 ntp-server=10.10.20.1
add address=10.10.30.0/24 boot-file-name=snponly.efi comment=\
"snponly.efi ipxe.efi - UEFI undionly.kpxe - BIOS" dns-server=\
172.16.16.2,10.10.30.253 gateway=10.10.30.1 netmask=24 next-server=\
10.10.30.110 ntp-server=10.10.30.1
add address=10.10.50.0/24 boot-file-name=snponly.efi comment=\
"snponly.efi ipxe.efi - UEFI undionly.kpxe - BIOS" dns-server=\
172.16.16.2,10.10.30.253 gateway=10.10.50.1 netmask=24 next-server=\
10.10.30.110 ntp-server=10.10.50.1
add address=192.168.0.0/24 dns-server=172.16.16.2,10.10.30.253 gateway=\
192.168.0.1 netmask=24 ntp-server=192.168.0.1
add address=192.168.100.0/30 dns-server=172.16.16.2,10.10.30.253 gateway=\
192.168.100.1 netmask=30 ntp-server=192.168.100.1
/ip dns
set allow-remote-requests=yes cache-size=20480KiB servers=\
172.16.16.2,10.10.30.253
/ip dns static
add address=10.10.40.1 comment=defconf name=router.lan type=A
/ip firewall address-list
add address=0.0.0.0/8 comment=RFC6890 list=not_in_internet
add address=172.16.0.0/12 comment=RFC6890 list=not_in_internet
add address=192.168.0.0/16 comment=RFC6890 list=not_in_internet
add address=10.0.0.0/8 comment=RFC6890 list=not_in_internet
add address=169.254.0.0/16 comment=RFC6890 list=not_in_internet
add address=127.0.0.0/8 comment=RFC6890 list=not_in_internet
add address=224.0.0.0/4 comment=Multicast list=not_in_internet
add address=198.18.0.0/15 comment=RFC6890 list=not_in_internet
add address=192.0.0.0/24 comment=RFC6890 list=not_in_internet
add address=192.0.2.0/24 comment=RFC6890 list=not_in_internet
add address=198.51.100.0/24 comment=RFC6890 list=not_in_internet
add address=203.0.113.0/24 comment=RFC6890 list=not_in_internet
add address=100.64.0.0/10 comment=RFC6890 list=not_in_internet
add address=240.0.0.0/4 comment=RFC6890 list=not_in_internet
add address=192.88.99.0/24 comment="6to4 relay Anycast [RFC 3068]" list=\
not_in_internet
add address=vpn_l2tp list=vpn
add address=xxxxxxxxxxxx.sn.mynetname.net list=WAN-IP
add address=xxxxxxxx.myqnapcloud.com list=NAS-WAN-IP
add address=2.56.68.0/22 comment=POLAND list=CountryIPBlocks
add address=2.57.8.0/22 comment=POLAND list=CountryIPBlocks
add address=2.57.132.0/22 comment=POLAND list=CountryIPBlocks
add address=2.57.136.0/22 comment=POLAND list=CountryIPBlocks
add address=2.57.208.0/22 comment=POLAND list=CountryIPBlocks
add address=2.58.104.0/22 comment=POLAND list=CountryIPBlocks
add address=2.58.216.0/22 comment=POLAND list=CountryIPBlocks
add address=2.59.128.0/22 comment=POLAND list=CountryIPBlocks
add address=5.39.192.0/21 comment=POLAND list=CountryIPBlocks
add address=5.57.128.0/18 comment=POLAND list=CountryIPBlocks
add address=5.60.0.0/16 comment=POLAND list=CountryIPBlocks
add address=5.63.184.0/21 comment=POLAND list=CountryIPBlocks
add address=5.102.40.0/21 comment=POLAND list=CountryIPBlocks
add address=5.102.64.0/21 comment=POLAND list=CountryIPBlocks
add address=5.104.248.0/21 comment=POLAND list=CountryIPBlocks
add address=5.133.8.0/21 comment=POLAND list=CountryIPBlocks
add address=5.133.248.0/21 comment=POLAND list=CountryIPBlocks
add address=5.134.64.0/20 comment=POLAND list=CountryIPBlocks
add address=5.134.208.0/21 comment=POLAND list=CountryIPBlocks
add address=5.149.160.0/21 comment=POLAND list=CountryIPBlocks
add address=5.149.192.0/21 comment=POLAND list=CountryIPBlocks
add address=5.152.160.0/21 comment=POLAND list=CountryIPBlocks
add address=5.172.184.0/21 comment=POLAND list=CountryIPBlocks
add address=5.172.224.0/19 comment=POLAND list=CountryIPBlocks
add address=5.173.0.0/16 comment=POLAND list=CountryIPBlocks
add address=5.174.0.0/16 comment=POLAND list=CountryIPBlocks
add address=5.181.188.0/22 comment=POLAND list=CountryIPBlocks
add address=5.182.140.0/22 comment=POLAND list=CountryIPBlocks
add address=5.183.192.0/22 comment=POLAND list=CountryIPBlocks
add address=5.184.0.0/15 comment=POLAND list=CountryIPBlocks
add address=5.187.48.0/21 comment=POLAND list=CountryIPBlocks
add address=5.201.0.0/17 comment=POLAND list=CountryIPBlocks
add address=5.206.240.0/20 comment=POLAND list=CountryIPBlocks
add address=5.226.64.0/18 comment=POLAND list=CountryIPBlocks
add address=5.226.128.0/21 comment=POLAND list=CountryIPBlocks
add address=5.252.108.0/22 comment=POLAND list=CountryIPBlocks
add address=5.252.200.0/22 comment=POLAND list=CountryIPBlocks
add address=5.252.212.0/22 comment=POLAND list=CountryIPBlocks
add address=5.252.228.0/22 comment=POLAND list=CountryIPBlocks
add address=5.253.120.0/22 comment=POLAND list=CountryIPBlocks
add address=31.0.0.0/15 comment=POLAND list=CountryIPBlocks
add address=31.2.0.0/17 comment=POLAND list=CountryIPBlocks
add address=31.6.64.0/21 comment=POLAND list=CountryIPBlocks
add address=31.6.128.0/17 comment=POLAND list=CountryIPBlocks
add address=31.7.40.0/21 comment=POLAND list=CountryIPBlocks
add address=31.11.128.0/17 comment=POLAND list=CountryIPBlocks
add address=31.14.9.0/24 comment=POLAND list=CountryIPBlocks
add address=31.14.76.0/22 comment=POLAND list=CountryIPBlocks
add address=31.14.162.0/24 comment=POLAND list=CountryIPBlocks
add address=31.22.96.0/21 comment=POLAND list=CountryIPBlocks
add address=31.25.248.0/21 comment=POLAND list=CountryIPBlocks
add address=31.31.168.0/21 comment=POLAND list=CountryIPBlocks
add address=31.41.24.0/21 comment=POLAND list=CountryIPBlocks
add address=31.41.80.0/21 comment=POLAND list=CountryIPBlocks
add address=31.41.136.0/21 comment=POLAND list=CountryIPBlocks
add address=31.41.144.0/21 comment=POLAND list=CountryIPBlocks
add address=31.41.168.0/21 comment=POLAND list=CountryIPBlocks
add address=31.41.176.0/21 comment=POLAND list=CountryIPBlocks
add address=31.41.208.0/21 comment=POLAND list=CountryIPBlocks
add address=31.41.232.0/21 comment=POLAND list=CountryIPBlocks
add address=31.42.0.0/19 comment=POLAND list=CountryIPBlocks
add address=31.60.0.0/14 comment=POLAND list=CountryIPBlocks
add address=31.128.0.0/19 comment=POLAND list=CountryIPBlocks
add address=31.130.96.0/20 comment=POLAND list=CountryIPBlocks
add address=31.130.216.0/21 comment=POLAND list=CountryIPBlocks
add address=31.131.48.0/20 comment=POLAND list=CountryIPBlocks
add address=31.131.168.0/21 comment=POLAND list=CountryIPBlocks
add address=31.132.64.0/21 comment=POLAND list=CountryIPBlocks
add address=31.133.0.0/21 comment=POLAND list=CountryIPBlocks
add address=31.133.16.0/21 comment=POLAND list=CountryIPBlocks
add address=31.133.112.0/21 comment=POLAND list=CountryIPBlocks
add address=31.134.48.0/20 comment=POLAND list=CountryIPBlocks
add address=31.135.16.0/20 comment=POLAND list=CountryIPBlocks
add address=31.135.160.0/20 comment=POLAND list=CountryIPBlocks
add address=31.135.192.0/20 comment=POLAND list=CountryIPBlocks
add address=31.172.168.0/22 comment=POLAND list=CountryIPBlocks
add address=31.172.176.0/20 comment=POLAND list=CountryIPBlocks
add address=31.174.0.0/15 comment=POLAND list=CountryIPBlocks
add address=31.178.0.0/15 comment=POLAND list=CountryIPBlocks
add address=31.182.0.0/15 comment=POLAND list=CountryIPBlocks
add address=31.186.80.0/21 comment=POLAND list=CountryIPBlocks
add address=31.186.192.0/19 comment=POLAND list=CountryIPBlocks
add address=31.187.0.0/18 comment=POLAND list=CountryIPBlocks
add address=31.192.216.0/21 comment=POLAND list=CountryIPBlocks
add address=31.193.96.0/21 comment=POLAND list=CountryIPBlocks
add address=31.214.137.0/24 comment=POLAND list=CountryIPBlocks
add address=31.214.138.0/24 comment=POLAND list=CountryIPBlocks
add address=31.214.140.0/24 comment=POLAND list=CountryIPBlocks
add address=31.214.145.0/24 comment=POLAND list=CountryIPBlocks
add address=31.216.56.0/21 comment=POLAND list=CountryIPBlocks
add address=31.220.144.0/21 comment=POLAND list=CountryIPBlocks
add address=31.222.16.0/21 comment=POLAND list=CountryIPBlocks
add address=37.7.0.0/16 comment=POLAND list=CountryIPBlocks
add address=37.8.192.0/18 comment=POLAND list=CountryIPBlocks
add address=37.26.160.0/21 comment=POLAND list=CountryIPBlocks
add address=37.26.192.0/21 comment=POLAND list=CountryIPBlocks
add address=37.28.152.0/21 comment=POLAND list=CountryIPBlocks
add address=37.30.0.0/15 comment=POLAND list=CountryIPBlocks
add address=37.46.12.0/22 comment=POLAND list=CountryIPBlocks
add address=37.47.0.0/16 comment=POLAND list=CountryIPBlocks
add address=37.60.24.0/21 comment=POLAND list=CountryIPBlocks
add address=37.72.120.0/21 comment=POLAND list=CountryIPBlocks
add address=37.72.168.0/21 comment=POLAND list=CountryIPBlocks
add address=37.77.152.0/21 comment=POLAND list=CountryIPBlocks
add address=37.98.208.0/20 comment=POLAND list=CountryIPBlocks
add address=37.108.0.0/15 comment=POLAND list=CountryIPBlocks
add address=37.123.200.0/21 comment=POLAND list=CountryIPBlocks
add address=37.128.0.0/17 comment=POLAND list=CountryIPBlocks
add address=37.128.152.0/21 comment=POLAND list=CountryIPBlocks
add address=37.128.160.0/21 comment=POLAND list=CountryIPBlocks
add address=37.130.0.0/18 comment=POLAND list=CountryIPBlocks
add address=37.131.128.0/19 comment=POLAND list=CountryIPBlocks
add address=37.131.160.0/20 comment=POLAND list=CountryIPBlocks
add address=37.139.72.0/21 comment=POLAND list=CountryIPBlocks
add address=37.139.144.0/21 comment=POLAND list=CountryIPBlocks
add address=37.152.16.0/20 comment=POLAND list=CountryIPBlocks
add address=37.156.34.0/24 comment=POLAND list=CountryIPBlocks
add address=37.157.200.0/21 comment=POLAND list=CountryIPBlocks
add address=37.190.128.0/17 comment=POLAND list=CountryIPBlocks
add address=37.202.32.0/20 comment=POLAND list=CountryIPBlocks
add address=37.209.128.0/19 comment=POLAND list=CountryIPBlocks
add address=37.221.100.0/22 comment=POLAND list=CountryIPBlocks
add address=37.225.0.0/16 comment=POLAND list=CountryIPBlocks
add address=37.228.0.0/18 comment=POLAND list=CountryIPBlocks
add address=37.233.96.0/20 comment=POLAND list=CountryIPBlocks
add address=37.247.56.0/21 comment=POLAND list=CountryIPBlocks
add address=37.247.128.0/17 comment=POLAND list=CountryIPBlocks
add address=37.248.0.0/15 comment=POLAND list=CountryIPBlocks
add address=45.9.64.0/22 comment=POLAND list=CountryIPBlocks
add address=45.9.136.0/22 comment=POLAND list=CountryIPBlocks
add address=45.9.180.0/22 comment=POLAND list=CountryIPBlocks
add address=45.9.232.0/22 comment=POLAND list=CountryIPBlocks
add address=45.10.136.0/22 comment=POLAND list=CountryIPBlocks
add address=45.11.60.0/22 comment=POLAND list=CountryIPBlocks
add address=45.11.120.0/22 comment=POLAND list=CountryIPBlocks
add address=45.12.248.0/22 comment=POLAND list=CountryIPBlocks
add address=45.66.20.0/22 comment=POLAND list=CountryIPBlocks
add address=45.66.140.0/22 comment=POLAND list=CountryIPBlocks
add address=45.81.120.0/22 comment=POLAND list=CountryIPBlocks
add address=45.82.144.0/22 comment=POLAND list=CountryIPBlocks
add address=45.85.8.0/22 comment=POLAND list=CountryIPBlocks
add address=45.85.184.0/22 comment=POLAND list=CountryIPBlocks
add address=45.85.208.0/22 comment=POLAND list=CountryIPBlocks
add address=45.86.32.0/22 comment=POLAND list=CountryIPBlocks
add address=45.86.212.0/22 comment=POLAND list=CountryIPBlocks
add address=45.87.32.0/22 comment=POLAND list=CountryIPBlocks
add address=45.88.4.0/22 comment=POLAND list=CountryIPBlocks
add address=45.89.8.0/22 comment=POLAND list=CountryIPBlocks
add address=45.90.0.0/22 comment=POLAND list=CountryIPBlocks
add address=45.90.164.0/22 comment=POLAND list=CountryIPBlocks
add address=45.92.240.0/22 comment=POLAND list=CountryIPBlocks
add address=45.93.160.0/22 comment=POLAND list=CountryIPBlocks
add address=45.93.228.0/22 comment=POLAND list=CountryIPBlocks
add address=45.95.40.0/22 comment=POLAND list=CountryIPBlocks
add address=45.128.108.0/22 comment=POLAND list=CountryIPBlocks
add address=45.128.216.0/22 comment=POLAND list=CountryIPBlocks
add address=45.129.252.0/22 comment=POLAND list=CountryIPBlocks
add address=45.130.28.0/22 comment=POLAND list=CountryIPBlocks
add address=45.130.100.0/22 comment=POLAND list=CountryIPBlocks
add address=45.130.132.0/22 comment=POLAND list=CountryIPBlocks
add address=45.130.208.0/22 comment=POLAND list=CountryIPBlocks
add address=45.131.32.0/22 comment=POLAND list=CountryIPBlocks
add address=45.131.204.0/22 comment=POLAND list=CountryIPBlocks
add address=45.132.56.0/22 comment=POLAND list=CountryIPBlocks
add address=45.132.144.0/22 comment=POLAND list=CountryIPBlocks
add address=45.135.216.0/22 comment=POLAND list=CountryIPBlocks
add address=45.135.236.0/22 comment=POLAND list=CountryIPBlocks
add address=45.137.224.0/22 comment=POLAND list=CountryIPBlocks
add address=45.138.152.0/22 comment=POLAND list=CountryIPBlocks
add address=45.139.92.0/22 comment=POLAND list=CountryIPBlocks
add address=45.139.188.0/22 comment=POLAND list=CountryIPBlocks
add address=45.141.0.0/22 comment=POLAND list=CountryIPBlocks
add address=45.141.32.0/22 comment=POLAND list=CountryIPBlocks
add address=45.142.160.0/22 comment=POLAND list=CountryIPBlocks
add address=45.143.72.0/22 comment=POLAND list=CountryIPBlocks
add address=45.144.48.0/22 comment=POLAND list=CountryIPBlocks
add address=45.144.120.0/22 comment=POLAND list=CountryIPBlocks
add address=45.145.76.0/22 comment=POLAND list=CountryIPBlocks
add address=45.145.208.0/22 comment=POLAND list=CountryIPBlocks
add address=45.146.44.0/22 comment=POLAND list=CountryIPBlocks
add address=45.147.56.0/22 comment=POLAND list=CountryIPBlocks
add address=45.148.40.0/22 comment=POLAND list=CountryIPBlocks
add address=45.149.48.0/22 comment=POLAND list=CountryIPBlocks
add address=45.149.208.0/22 comment=POLAND list=CountryIPBlocks
add address=45.151.24.0/22 comment=POLAND list=CountryIPBlocks
add address=45.151.124.0/22 comment=POLAND list=CountryIPBlocks
add address=45.151.216.0/22 comment=POLAND list=CountryIPBlocks
add address=45.154.140.0/22 comment=POLAND list=CountryIPBlocks
add address=45.154.144.0/22 comment=POLAND list=CountryIPBlocks
add address=45.154.220.0/22 comment=POLAND list=CountryIPBlocks
add address=45.155.0.0/22 comment=POLAND list=CountryIPBlocks
add address=45.155.88.0/22 comment=POLAND list=CountryIPBlocks
add address=45.155.148.0/22 comment=POLAND list=CountryIPBlocks
add address=45.157.12.0/22 comment=POLAND list=CountryIPBlocks
add address=45.158.4.0/22 comment=POLAND list=CountryIPBlocks
add address=45.158.72.0/22 comment=POLAND list=CountryIPBlocks
add address=45.158.108.0/22 comment=POLAND list=CountryIPBlocks
add address=45.159.80.0/22 comment=POLAND list=CountryIPBlocks
add address=45.159.164.0/22 comment=POLAND list=CountryIPBlocks
add address=45.159.236.0/22 comment=POLAND list=CountryIPBlocks
add address=46.17.112.0/21 comment=POLAND list=CountryIPBlocks
add address=46.20.48.0/20 comment=POLAND list=CountryIPBlocks
add address=46.21.208.0/20 comment=POLAND list=CountryIPBlocks
add address=46.22.160.0/20 comment=POLAND list=CountryIPBlocks
add address=46.28.8.0/21 comment=POLAND list=CountryIPBlocks
add address=46.28.240.0/21 comment=POLAND list=CountryIPBlocks
add address=46.29.16.0/21 comment=POLAND list=CountryIPBlocks
add address=46.29.144.0/21 comment=POLAND list=CountryIPBlocks
add address=46.31.32.0/21 comment=POLAND list=CountryIPBlocks
add address=46.36.224.0/19 comment=POLAND list=CountryIPBlocks
add address=46.41.128.0/18 comment=POLAND list=CountryIPBlocks
add address=46.45.64.0/18 comment=POLAND list=CountryIPBlocks
add address=46.76.0.0/15 comment=POLAND list=CountryIPBlocks
add address=46.102.96.0/22 comment=POLAND list=CountryIPBlocks
add address=46.102.100.0/24 comment=POLAND list=CountryIPBlocks
add address=46.112.0.0/15 comment=POLAND list=CountryIPBlocks
add address=46.134.0.0/16 comment=POLAND list=CountryIPBlocks
add address=46.148.0.0/20 comment=POLAND list=CountryIPBlocks
add address=46.148.64.0/19 comment=POLAND list=CountryIPBlocks
add address=46.148.144.0/20 comment=POLAND list=CountryIPBlocks
add address=46.148.160.0/20 comment=POLAND list=CountryIPBlocks
add address=46.149.144.0/20 comment=POLAND list=CountryIPBlocks
add address=46.149.208.0/20 comment=POLAND list=CountryIPBlocks
add address=46.151.16.0/21 comment=POLAND list=CountryIPBlocks
add address=46.151.72.0/21 comment=POLAND list=CountryIPBlocks
add address=46.151.112.0/21 comment=POLAND list=CountryIPBlocks
add address=46.151.136.0/21 comment=POLAND list=CountryIPBlocks
add address=46.151.184.0/21 comment=POLAND list=CountryIPBlocks
add address=46.151.216.0/21 comment=POLAND list=CountryIPBlocks
add address=46.168.0.0/14 comment=POLAND list=CountryIPBlocks
add address=46.174.0.0/21 comment=POLAND list=CountryIPBlocks
add address=46.174.24.0/21 comment=POLAND list=CountryIPBlocks
add address=46.174.72.0/21 comment=POLAND list=CountryIPBlocks
add address=46.174.168.0/21 comment=POLAND list=CountryIPBlocks
add address=46.174.176.0/21 comment=POLAND list=CountryIPBlocks
add address=46.174.208.0/21 comment=POLAND list=CountryIPBlocks
add address=46.174.224.0/20 comment=POLAND list=CountryIPBlocks
add address=46.175.14.0/23 comment=POLAND list=CountryIPBlocks
add address=46.175.40.0/21 comment=POLAND list=CountryIPBlocks
add address=46.175.104.0/21 comment=POLAND list=CountryIPBlocks
add address=46.175.112.0/21 comment=POLAND list=CountryIPBlocks
add address=46.175.224.0/20 comment=POLAND list=CountryIPBlocks
add address=46.182.96.0/21 comment=POLAND list=CountryIPBlocks
add address=46.183.208.0/21 comment=POLAND list=CountryIPBlocks
add address=46.186.0.0/17 comment=POLAND list=CountryIPBlocks
add address=46.187.128.0/17 comment=POLAND list=CountryIPBlocks
add address=46.204.0.0/15 comment=POLAND list=CountryIPBlocks
add address=46.215.0.0/16 comment=POLAND list=CountryIPBlocks
add address=46.227.32.0/21 comment=POLAND list=CountryIPBlocks
add address=46.227.104.0/21 comment=POLAND list=CountryIPBlocks
add address=46.227.240.0/21 comment=POLAND list=CountryIPBlocks
add address=46.228.80.0/20 comment=POLAND list=CountryIPBlocks
add address=46.228.224.0/20 comment=POLAND list=CountryIPBlocks
add address=46.229.144.0/20 comment=POLAND list=CountryIPBlocks
add address=46.231.56.0/21 comment=POLAND list=CountryIPBlocks
add address=46.231.152.0/21 comment=POLAND list=CountryIPBlocks
add address=46.232.128.0/21 comment=POLAND list=CountryIPBlocks
add address=46.232.212.0/22 comment=POLAND list=CountryIPBlocks
add address=46.235.120.0/21 comment=POLAND list=CountryIPBlocks
add address=46.238.64.0/18 comment=POLAND list=CountryIPBlocks
add address=46.238.192.0/18 comment=POLAND list=CountryIPBlocks
add address=46.239.128.0/18 comment=POLAND list=CountryIPBlocks
add address=46.242.128.0/17 comment=POLAND list=CountryIPBlocks
add address=46.245.192.0/21 comment=POLAND list=CountryIPBlocks
add address=46.248.160.0/19 comment=POLAND list=CountryIPBlocks
add address=46.250.160.0/19 comment=POLAND list=CountryIPBlocks
add address=46.253.208.0/20 comment=POLAND list=CountryIPBlocks
add address=46.254.72.0/21 comment=POLAND list=CountryIPBlocks
add address=62.3.160.0/19 comment=POLAND list=CountryIPBlocks
add address=62.21.0.0/17 comment=POLAND list=CountryIPBlocks
add address=62.29.128.0/17 comment=POLAND list=CountryIPBlocks
add address=62.61.32.0/19 comment=POLAND list=CountryIPBlocks
add address=62.69.192.0/18 comment=POLAND list=CountryIPBlocks
add address=62.87.128.0/17 comment=POLAND list=CountryIPBlocks
add address=62.89.64.0/18 comment=POLAND list=CountryIPBlocks
add address=62.93.32.0/19 comment=POLAND list=CountryIPBlocks
add address=62.108.160.0/19 comment=POLAND list=CountryIPBlocks
add address=62.111.128.0/17 comment=POLAND list=CountryIPBlocks
add address=62.121.128.0/19 comment=POLAND list=CountryIPBlocks
add address=62.122.112.0/20 comment=POLAND list=CountryIPBlocks
add address=62.122.232.0/21 comment=POLAND list=CountryIPBlocks
add address=62.129.192.0/18 comment=POLAND list=CountryIPBlocks
add address=62.133.128.0/19 comment=POLAND list=CountryIPBlocks
add address=62.141.192.0/18 comment=POLAND list=CountryIPBlocks
add address=62.148.64.0/19 comment=POLAND list=CountryIPBlocks
add address=62.152.128.0/19 comment=POLAND list=CountryIPBlocks
add address=62.181.0.0/19 comment=POLAND list=CountryIPBlocks
add address=62.181.160.0/19 comment=POLAND list=CountryIPBlocks
add address=62.182.104.0/21 comment=POLAND list=CountryIPBlocks
add address=62.182.144.0/21 comment=POLAND list=CountryIPBlocks
add address=62.182.208.0/21 comment=POLAND list=CountryIPBlocks
add address=62.182.224.0/21 comment=POLAND list=CountryIPBlocks
add address=62.233.128.0/17 comment=POLAND list=CountryIPBlocks
add address=62.244.128.0/19 comment=POLAND list=CountryIPBlocks
add address=64.18.128.0/20 comment=POLAND list=CountryIPBlocks
add address=77.32.240.0/20 comment=POLAND list=CountryIPBlocks
add address=77.45.0.0/17 comment=POLAND list=CountryIPBlocks
add address=77.46.0.0/17 comment=POLAND list=CountryIPBlocks
add address=77.55.0.0/16 comment=POLAND list=CountryIPBlocks
add address=77.65.0.0/16 comment=POLAND list=CountryIPBlocks
add address=77.73.16.0/22 comment=POLAND list=CountryIPBlocks
add address=77.73.36.0/22 comment=POLAND list=CountryIPBlocks
add address=77.79.192.0/18 comment=POLAND list=CountryIPBlocks
add address=77.83.40.0/22 comment=POLAND list=CountryIPBlocks
add address=77.83.128.0/22 comment=POLAND list=CountryIPBlocks
add address=77.87.0.0/21 comment=POLAND list=CountryIPBlocks
add address=77.87.72.0/21 comment=POLAND list=CountryIPBlocks
add address=77.87.136.0/21 comment=POLAND list=CountryIPBlocks
add address=77.87.216.0/21 comment=POLAND list=CountryIPBlocks
add address=77.88.128.0/18 comment=POLAND list=CountryIPBlocks
add address=77.89.64.0/18 comment=POLAND list=CountryIPBlocks
add address=77.91.0.0/18 comment=POLAND list=CountryIPBlocks
add address=77.92.32.0/19 comment=POLAND list=CountryIPBlocks
add address=77.95.48.0/21 comment=POLAND list=CountryIPBlocks
add address=77.95.234.0/23 comment=POLAND list=CountryIPBlocks
add address=77.95.236.0/22 comment=POLAND list=CountryIPBlocks
add address=77.112.0.0/14 comment=POLAND list=CountryIPBlocks
add address=77.222.224.0/19 comment=POLAND list=CountryIPBlocks
add address=77.223.192.0/18 comment=POLAND list=CountryIPBlocks
add address=77.236.0.0/19 comment=POLAND list=CountryIPBlocks
add address=77.237.0.0/19 comment=POLAND list=CountryIPBlocks
add address=77.242.224.0/20 comment=POLAND list=CountryIPBlocks
add address=77.245.240.0/20 comment=POLAND list=CountryIPBlocks
add address=77.252.0.0/14 comment=POLAND list=CountryIPBlocks
add address=78.8.0.0/14 comment=POLAND list=CountryIPBlocks
add address=78.24.160.0/21 comment=POLAND list=CountryIPBlocks
add address=78.28.0.0/18 comment=POLAND list=CountryIPBlocks
add address=78.30.64.0/18 comment=POLAND list=CountryIPBlocks
add address=78.31.88.0/21 comment=POLAND list=CountryIPBlocks
add address=78.31.120.0/21 comment=POLAND list=CountryIPBlocks
add address=78.31.136.0/21 comment=POLAND list=CountryIPBlocks
add address=78.31.144.0/20 comment=POLAND list=CountryIPBlocks
add address=78.31.162.0/23 comment=POLAND list=CountryIPBlocks
add address=78.31.166.0/23 comment=POLAND list=CountryIPBlocks
add address=78.31.209.0/24 comment=POLAND list=CountryIPBlocks
add address=78.31.214.0/23 comment=POLAND list=CountryIPBlocks
add address=78.41.24.0/21 comment=POLAND list=CountryIPBlocks
add address=78.88.0.0/16 comment=POLAND list=CountryIPBlocks
add address=78.108.212.0/22 comment=POLAND list=CountryIPBlocks
add address=78.131.128.0/17 comment=POLAND list=CountryIPBlocks
add address=78.133.128.0/17 comment=POLAND list=CountryIPBlocks
add address=78.142.224.0/22 comment=POLAND list=CountryIPBlocks
add address=78.152.0.0/19 comment=POLAND list=CountryIPBlocks
add address=78.154.64.0/19 comment=POLAND list=CountryIPBlocks
add address=78.155.96.0/19 comment=POLAND list=CountryIPBlocks
add address=78.156.160.0/19 comment=POLAND list=CountryIPBlocks
add address=78.159.64.0/19 comment=POLAND list=CountryIPBlocks
add address=79.96.0.0/16 comment=POLAND list=CountryIPBlocks
add address=79.98.144.0/21 comment=POLAND list=CountryIPBlocks
add address=79.110.0.0/20 comment=POLAND list=CountryIPBlocks
add address=79.110.192.0/20 comment=POLAND list=CountryIPBlocks
add address=79.124.96.0/19 comment=POLAND list=CountryIPBlocks
add address=79.133.192.0/19 comment=POLAND list=CountryIPBlocks
add address=79.135.160.0/19 comment=POLAND list=CountryIPBlocks
add address=79.139.0.0/17 comment=POLAND list=CountryIPBlocks
add address=79.162.0.0/15 comment=POLAND list=CountryIPBlocks
add address=79.171.0.0/21 comment=POLAND list=CountryIPBlocks
add address=79.173.0.0/18 comment=POLAND list=CountryIPBlocks
add address=79.175.192.0/18 comment=POLAND list=CountryIPBlocks
add address=79.184.0.0/13 comment=POLAND list=CountryIPBlocks
add address=80.48.0.0/13 comment=POLAND list=CountryIPBlocks
add address=80.65.212.0/22 comment=POLAND list=CountryIPBlocks
add address=80.68.224.0/20 comment=POLAND list=CountryIPBlocks
add address=80.72.32.0/20 comment=POLAND list=CountryIPBlocks
add address=80.72.192.0/20 comment=POLAND list=CountryIPBlocks
add address=80.82.16.0/20 comment=POLAND list=CountryIPBlocks
add address=80.85.224.0/20 comment=POLAND list=CountryIPBlocks
add address=80.87.32.0/20 comment=POLAND list=CountryIPBlocks
add address=80.94.16.0/20 comment=POLAND list=CountryIPBlocks
add address=80.209.248.0/22 comment=POLAND list=CountryIPBlocks
add address=80.238.64.0/18 comment=POLAND list=CountryIPBlocks
add address=80.241.128.0/21 comment=POLAND list=CountryIPBlocks
add address=80.244.128.0/19 comment=POLAND list=CountryIPBlocks
add address=80.245.176.0/20 comment=POLAND list=CountryIPBlocks
add address=80.252.0.0/20 comment=POLAND list=CountryIPBlocks
add address=81.6.128.0/18 comment=POLAND list=CountryIPBlocks
add address=81.15.128.0/17 comment=POLAND list=CountryIPBlocks
add address=81.18.192.0/19 comment=POLAND list=CountryIPBlocks
add address=81.21.192.0/20 comment=POLAND list=CountryIPBlocks
add address=81.26.0.0/19 comment=POLAND list=CountryIPBlocks
add address=81.30.128.0/20 comment=POLAND list=CountryIPBlocks
add address=81.95.192.0/20 comment=POLAND list=CountryIPBlocks
add address=81.161.62.0/24 comment=POLAND list=CountryIPBlocks
add address=81.161.100.0/22 comment=POLAND list=CountryIPBlocks
add address=81.161.104.0/21 comment=POLAND list=CountryIPBlocks
add address=81.161.112.0/23 comment=POLAND list=CountryIPBlocks
add address=81.161.192.0/20 comment=POLAND list=CountryIPBlocks
add address=81.162.208.0/21 comment=POLAND list=CountryIPBlocks
add address=81.163.8.0/21 comment=POLAND list=CountryIPBlocks
add address=81.163.200.0/21 comment=POLAND list=CountryIPBlocks
add address=81.168.128.0/17 comment=POLAND list=CountryIPBlocks
add address=81.186.224.0/20 comment=POLAND list=CountryIPBlocks
add address=81.190.0.0/16 comment=POLAND list=CountryIPBlocks
add address=81.210.0.0/17 comment=POLAND list=CountryIPBlocks
add address=81.219.0.0/16 comment=POLAND list=CountryIPBlocks
add address=82.115.64.0/19 comment=POLAND list=CountryIPBlocks
add address=82.139.0.0/18 comment=POLAND list=CountryIPBlocks
add address=82.139.128.0/18 comment=POLAND list=CountryIPBlocks
add address=82.143.128.0/18 comment=POLAND list=CountryIPBlocks
add address=82.145.64.0/19 comment=POLAND list=CountryIPBlocks
add address=82.146.224.0/19 comment=POLAND list=CountryIPBlocks
add address=82.160.0.0/16 comment=POLAND list=CountryIPBlocks
add address=82.177.0.0/16 comment=POLAND list=CountryIPBlocks
add address=82.197.32.0/19 comment=POLAND list=CountryIPBlocks
add address=82.214.128.0/18 comment=POLAND list=CountryIPBlocks
add address=83.0.0.0/11 comment=POLAND list=CountryIPBlocks
add address=83.68.64.0/19 comment=POLAND list=CountryIPBlocks
add address=83.136.152.0/21 comment=POLAND list=CountryIPBlocks
add address=83.136.224.0/21 comment=POLAND list=CountryIPBlocks
add address=83.142.40.0/21 comment=POLAND list=CountryIPBlocks
add address=83.142.56.0/21 comment=POLAND list=CountryIPBlocks
add address=83.142.112.0/20 comment=POLAND list=CountryIPBlocks
add address=83.142.136.0/21 comment=POLAND list=CountryIPBlocks
add address=83.142.152.0/21 comment=POLAND list=CountryIPBlocks
add address=83.142.168.0/21 comment=POLAND list=CountryIPBlocks
add address=83.142.176.0/20 comment=POLAND list=CountryIPBlocks
add address=83.142.192.0/20 comment=POLAND list=CountryIPBlocks
add address=83.142.216.0/21 comment=POLAND list=CountryIPBlocks
add address=83.143.40.0/21 comment=POLAND list=CountryIPBlocks
add address=83.143.96.0/21 comment=POLAND list=CountryIPBlocks
add address=83.143.128.0/20 comment=POLAND list=CountryIPBlocks
add address=83.143.160.0/21 comment=POLAND list=CountryIPBlocks
add address=83.144.64.0/18 comment=POLAND list=CountryIPBlocks
add address=83.145.128.0/18 comment=POLAND list=CountryIPBlocks
add address=83.150.196.0/22 comment=POLAND list=CountryIPBlocks
add address=83.151.32.0/20 comment=POLAND list=CountryIPBlocks
add address=83.168.64.0/18 comment=POLAND list=CountryIPBlocks
add address=83.175.128.0/18 comment=POLAND list=CountryIPBlocks
add address=83.218.96.0/19 comment=POLAND list=CountryIPBlocks
add address=83.220.96.0/19 comment=POLAND list=CountryIPBlocks
add address=83.230.0.0/17 comment=POLAND list=CountryIPBlocks
add address=83.238.0.0/16 comment=POLAND list=CountryIPBlocks
add address=83.242.64.0/19 comment=POLAND list=CountryIPBlocks
add address=83.242.112.0/20 comment=POLAND list=CountryIPBlocks
add address=83.243.32.0/21 comment=POLAND list=CountryIPBlocks
add address=83.243.104.0/21 comment=POLAND list=CountryIPBlocks
add address=84.10.0.0/16 comment=POLAND list=CountryIPBlocks
add address=84.23.160.0/19 comment=POLAND list=CountryIPBlocks
add address=84.38.16.0/20 comment=POLAND list=CountryIPBlocks
add address=84.38.80.0/20 comment=POLAND list=CountryIPBlocks
add address=84.38.96.0/20 comment=POLAND list=CountryIPBlocks
add address=84.38.160.0/20 comment=POLAND list=CountryIPBlocks
add address=84.38.208.0/20 comment=POLAND list=CountryIPBlocks
add address=84.39.160.0/20 comment=POLAND list=CountryIPBlocks
add address=84.39.196.0/22 comment=POLAND list=CountryIPBlocks
add address=84.40.128.0/17 comment=POLAND list=CountryIPBlocks
add address=84.201.208.0/20 comment=POLAND list=CountryIPBlocks
add address=84.205.0.0/19 comment=POLAND list=CountryIPBlocks
add address=84.205.160.0/19 comment=POLAND list=CountryIPBlocks
add address=84.234.0.0/20 comment=POLAND list=CountryIPBlocks
add address=84.234.32.0/20 comment=POLAND list=CountryIPBlocks
add address=84.234.112.0/20 comment=POLAND list=CountryIPBlocks
add address=85.11.64.0/18 comment=POLAND list=CountryIPBlocks
add address=85.14.64.0/18 comment=POLAND list=CountryIPBlocks
add address=85.28.128.0/18 comment=POLAND list=CountryIPBlocks
add address=85.31.224.0/19 comment=POLAND list=CountryIPBlocks
add address=85.89.160.0/19 comment=POLAND list=CountryIPBlocks
add address=85.92.112.0/22 comment=POLAND list=CountryIPBlocks
add address=85.115.212.0/22 comment=POLAND list=CountryIPBlocks
add address=85.117.0.0/19 comment=POLAND list=CountryIPBlocks
add address=85.128.0.0/16 comment=POLAND list=CountryIPBlocks
add address=85.193.192.0/18 comment=POLAND list=CountryIPBlocks
add address=85.194.240.0/21 comment=POLAND list=CountryIPBlocks
add address=85.198.192.0/18 comment=POLAND list=CountryIPBlocks
add address=85.202.32.0/19 comment=POLAND list=CountryIPBlocks
add address=85.202.96.0/20 comment=POLAND list=CountryIPBlocks
add address=85.202.144.0/20 comment=POLAND list=CountryIPBlocks
add address=85.202.208.0/20 comment=POLAND list=CountryIPBlocks
add address=85.204.27.0/24 comment=POLAND list=CountryIPBlocks
add address=85.209.36.0/22 comment=POLAND list=CountryIPBlocks
add address=85.209.64.0/22 comment=POLAND list=CountryIPBlocks
add address=85.209.240.0/22 comment=POLAND list=CountryIPBlocks
add address=85.219.128.0/17 comment=POLAND list=CountryIPBlocks
add address=85.221.128.0/17 comment=POLAND list=CountryIPBlocks
add address=85.222.0.0/17 comment=POLAND list=CountryIPBlocks
add address=85.232.224.0/19 comment=POLAND list=CountryIPBlocks
add address=85.234.248.0/21 comment=POLAND list=CountryIPBlocks
add address=85.237.160.0/19 comment=POLAND list=CountryIPBlocks
add address=85.255.0.0/20 comment=POLAND list=CountryIPBlocks
add address=85.255.240.0/20 comment=POLAND list=CountryIPBlocks
add address=86.63.64.0/18 comment=POLAND list=CountryIPBlocks
add address=86.63.128.0/19 comment=POLAND list=CountryIPBlocks
add address=86.106.91.0/24 comment=POLAND list=CountryIPBlocks
add address=86.107.62.0/24 comment=POLAND list=CountryIPBlocks
add address=86.107.112.0/21 comment=POLAND list=CountryIPBlocks
add address=86.111.96.0/19 comment=POLAND list=CountryIPBlocks
add address=86.111.200.0/21 comment=POLAND list=CountryIPBlocks
add address=86.111.240.0/21 comment=POLAND list=CountryIPBlocks
add address=87.96.0.0/17 comment=POLAND list=CountryIPBlocks
add address=87.99.0.0/18 comment=POLAND list=CountryIPBlocks
add address=87.99.96.0/19 comment=POLAND list=CountryIPBlocks
add address=87.101.16.0/20 comment=POLAND list=CountryIPBlocks
add address=87.101.32.0/20 comment=POLAND list=CountryIPBlocks
add address=87.101.64.0/20 comment=POLAND list=CountryIPBlocks
add address=87.105.0.0/16 comment=POLAND list=CountryIPBlocks
add address=87.116.192.0/18 comment=POLAND list=CountryIPBlocks
add address=87.119.0.0/18 comment=POLAND list=CountryIPBlocks
add address=87.199.0.0/16 comment=POLAND list=CountryIPBlocks
add address=87.204.0.0/14 comment=POLAND list=CountryIPBlocks
add address=87.239.40.0/21 comment=POLAND list=CountryIPBlocks
add address=87.239.72.0/21 comment=POLAND list=CountryIPBlocks
add address=87.239.88.0/21 comment=POLAND list=CountryIPBlocks
add address=87.239.168.0/21 comment=POLAND list=CountryIPBlocks
add address=87.239.176.0/21 comment=POLAND list=CountryIPBlocks
add address=87.239.192.0/21 comment=POLAND list=CountryIPBlocks
add address=87.239.216.0/21 comment=POLAND list=CountryIPBlocks
add address=87.239.240.0/21 comment=POLAND list=CountryIPBlocks
add address=87.246.192.0/18 comment=POLAND list=CountryIPBlocks
add address=87.248.64.0/19 comment=POLAND list=CountryIPBlocks
add address=87.251.224.0/19 comment=POLAND list=CountryIPBlocks
add address=88.135.160.0/19 comment=POLAND list=CountryIPBlocks
add address=88.151.136.0/21 comment=POLAND list=CountryIPBlocks
add address=88.156.0.0/16 comment=POLAND list=CountryIPBlocks
add address=88.199.0.0/16 comment=POLAND list=CountryIPBlocks
add address=88.218.144.0/22 comment=POLAND list=CountryIPBlocks
add address=88.218.252.0/22 comment=POLAND list=CountryIPBlocks
add address=88.220.0.0/16 comment=POLAND list=CountryIPBlocks
add address=89.17.224.0/19 comment=POLAND list=CountryIPBlocks
add address=89.22.32.0/21 comment=POLAND list=CountryIPBlocks
add address=89.22.192.0/21 comment=POLAND list=CountryIPBlocks
add address=89.22.208.0/21 comment=POLAND list=CountryIPBlocks
add address=89.25.128.0/17 comment=POLAND list=CountryIPBlocks
add address=89.28.224.0/21 comment=POLAND list=CountryIPBlocks
add address=89.31.64.0/21 comment=POLAND list=CountryIPBlocks
add address=89.33.68.0/22 comment=POLAND list=CountryIPBlocks
add address=89.34.103.0/24 comment=POLAND list=CountryIPBlocks
add address=89.35.78.0/23 comment=POLAND list=CountryIPBlocks
add address=89.35.144.0/22 comment=POLAND list=CountryIPBlocks
add address=89.39.108.0/24 comment=POLAND list=CountryIPBlocks
add address=89.39.168.0/22 comment=POLAND list=CountryIPBlocks
add address=89.39.240.0/24 comment=POLAND list=CountryIPBlocks
add address=89.39.255.0/24 comment=POLAND list=CountryIPBlocks
add address=89.40.139.0/24 comment=POLAND list=CountryIPBlocks
add address=89.40.144.0/22 comment=POLAND list=CountryIPBlocks
add address=89.40.213.0/24 comment=POLAND list=CountryIPBlocks
add address=89.42.172.0/23 comment=POLAND list=CountryIPBlocks
add address=89.42.238.0/23 comment=POLAND list=CountryIPBlocks
add address=89.43.112.0/22 comment=POLAND list=CountryIPBlocks
add address=89.45.70.0/23 comment=POLAND list=CountryIPBlocks
add address=89.46.144.0/21 comment=POLAND list=CountryIPBlocks
add address=89.64.0.0/12 comment=POLAND list=CountryIPBlocks
add address=89.107.152.0/21 comment=POLAND list=CountryIPBlocks
add address=89.108.192.0/18 comment=POLAND list=CountryIPBlocks
add address=89.151.0.0/18 comment=POLAND list=CountryIPBlocks
add address=89.161.0.0/16 comment=POLAND list=CountryIPBlocks
add address=89.167.0.0/17 comment=POLAND list=CountryIPBlocks
add address=89.171.0.0/16 comment=POLAND list=CountryIPBlocks
add address=89.174.0.0/16 comment=POLAND list=CountryIPBlocks
add address=89.186.0.0/19 comment=POLAND list=CountryIPBlocks
add address=89.187.224.0/19 comment=POLAND list=CountryIPBlocks
add address=89.188.192.0/19 comment=POLAND list=CountryIPBlocks
add address=89.191.128.0/18 comment=POLAND list=CountryIPBlocks
add address=89.200.144.0/20 comment=POLAND list=CountryIPBlocks
add address=89.200.160.0/21 comment=POLAND list=CountryIPBlocks
add address=89.200.208.0/21 comment=POLAND list=CountryIPBlocks
add address=89.200.224.0/21 comment=POLAND list=CountryIPBlocks
add address=89.206.0.0/18 comment=POLAND list=CountryIPBlocks
add address=89.228.0.0/14 comment=POLAND list=CountryIPBlocks
add address=89.233.104.0/21 comment=POLAND list=CountryIPBlocks
add address=89.234.192.0/18 comment=POLAND list=CountryIPBlocks
add address=89.238.0.0/18 comment=POLAND list=CountryIPBlocks
add address=89.239.64.0/18 comment=POLAND list=CountryIPBlocks
add address=89.250.192.0/20 comment=POLAND list=CountryIPBlocks
add address=90.156.0.0/17 comment=POLAND list=CountryIPBlocks
add address=91.90.56.0/21 comment=POLAND list=CountryIPBlocks
add address=91.90.72.0/21 comment=POLAND list=CountryIPBlocks
add address=91.90.88.0/21 comment=POLAND list=CountryIPBlocks
add address=91.90.112.0/21 comment=POLAND list=CountryIPBlocks
add address=91.90.160.0/19 comment=POLAND list=CountryIPBlocks
add address=91.94.0.0/16 comment=POLAND list=CountryIPBlocks
add address=91.102.104.0/21 comment=POLAND list=CountryIPBlocks
add address=91.102.112.0/21 comment=POLAND list=CountryIPBlocks
add address=91.103.144.0/22 comment=POLAND list=CountryIPBlocks
add address=91.106.24.0/21 comment=POLAND list=CountryIPBlocks
add address=91.123.160.0/19 comment=POLAND list=CountryIPBlocks
add address=91.123.208.0/20 comment=POLAND list=CountryIPBlocks
add address=91.132.112.0/22 comment=POLAND list=CountryIPBlocks
add address=91.142.133.0/24 comment=POLAND list=CountryIPBlocks
add address=91.142.137.0/24 comment=POLAND list=CountryIPBlocks
add address=91.142.140.0/24 comment=POLAND list=CountryIPBlocks
add address=91.142.192.0/20 comment=POLAND list=CountryIPBlocks
add address=91.145.128.0/18 comment=POLAND list=CountryIPBlocks
add address=91.146.192.0/18 comment=POLAND list=CountryIPBlocks
add address=91.149.192.0/18 comment=POLAND list=CountryIPBlocks
add address=91.150.128.0/18 comment=POLAND list=CountryIPBlocks
add address=91.150.192.0/19 comment=POLAND list=CountryIPBlocks
add address=91.185.184.0/21 comment=POLAND list=CountryIPBlocks
add address=91.187.224.0/19 comment=POLAND list=CountryIPBlocks
add address=91.188.96.0/19 comment=POLAND list=CountryIPBlocks
add address=91.189.0.0/21 comment=POLAND list=CountryIPBlocks
add address=91.189.16.0/20 comment=POLAND list=CountryIPBlocks
add address=91.189.32.0/21 comment=POLAND list=CountryIPBlocks
add address=91.189.56.0/21 comment=POLAND list=CountryIPBlocks
add address=91.189.72.0/21 comment=POLAND list=CountryIPBlocks
add address=91.189.136.0/21 comment=POLAND list=CountryIPBlocks
add address=91.189.216.0/21 comment=POLAND list=CountryIPBlocks
add address=91.189.248.0/21 comment=POLAND list=CountryIPBlocks
add address=91.192.0.0/22 comment=POLAND list=CountryIPBlocks
add address=91.192.56.0/22 comment=POLAND list=CountryIPBlocks
add address=91.192.76.0/22 comment=POLAND list=CountryIPBlocks
add address=91.192.88.0/22 comment=POLAND list=CountryIPBlocks
add address=91.192.120.0/22 comment=POLAND list=CountryIPBlocks
add address=91.192.144.0/22 comment=POLAND list=CountryIPBlocks
add address=91.192.164.0/22 comment=POLAND list=CountryIPBlocks
add address=91.192.196.0/22 comment=POLAND list=CountryIPBlocks
add address=91.192.204.0/22 comment=POLAND list=CountryIPBlocks
add address=91.192.224.0/23 comment=POLAND list=CountryIPBlocks
add address=91.192.228.0/22 comment=POLAND list=CountryIPBlocks
add address=91.192.248.0/22 comment=POLAND list=CountryIPBlocks
add address=91.193.12.0/22 comment=POLAND list=CountryIPBlocks
add address=91.193.40.0/23 comment=POLAND list=CountryIPBlocks
add address=91.193.52.0/22 comment=POLAND list=CountryIPBlocks
add address=91.193.73.0/24 comment=POLAND list=CountryIPBlocks
add address=91.193.74.0/24 comment=POLAND list=CountryIPBlocks
add address=91.193.84.0/22 comment=POLAND list=CountryIPBlocks
add address=91.193.90.0/23 comment=POLAND list=CountryIPBlocks
add address=91.193.96.0/21 comment=POLAND list=CountryIPBlocks
add address=91.193.120.0/22 comment=POLAND list=CountryIPBlocks
add address=91.193.144.0/22 comment=POLAND list=CountryIPBlocks
add address=91.193.160.0/22 comment=POLAND list=CountryIPBlocks
add address=91.193.184.0/22 comment=POLAND list=CountryIPBlocks
add address=91.193.196.0/22 comment=POLAND list=CountryIPBlocks
add address=91.193.208.0/22 comment=POLAND list=CountryIPBlocks
add address=91.193.248.0/22 comment=POLAND list=CountryIPBlocks
add address=91.194.18.0/23 comment=POLAND list=CountryIPBlocks
add address=91.194.106.0/23 comment=POLAND list=CountryIPBlocks
add address=91.194.122.0/23 comment=POLAND list=CountryIPBlocks
add address=91.194.138.0/23 comment=POLAND list=CountryIPBlocks
add address=91.194.140.0/23 comment=POLAND list=CountryIPBlocks
add address=91.194.144.0/23 comment=POLAND list=CountryIPBlocks
add address=91.194.156.0/23 comment=POLAND list=CountryIPBlocks
add address=91.194.166.0/23 comment=POLAND list=CountryIPBlocks
add address=91.194.177.0/24 comment=POLAND list=CountryIPBlocks
add address=91.194.188.0/23 comment=POLAND list=CountryIPBlocks
add address=91.194.198.0/23 comment=POLAND list=CountryIPBlocks
add address=91.194.210.0/23 comment=POLAND list=CountryIPBlocks
add address=91.194.228.0/23 comment=POLAND list=CountryIPBlocks
add address=91.195.12.0/23 comment=POLAND list=CountryIPBlocks
add address=91.195.26.0/23 comment=POLAND list=CountryIPBlocks
add address=91.195.42.0/23 comment=POLAND list=CountryIPBlocks
add address=91.195.46.0/23 comment=POLAND list=CountryIPBlocks
add address=91.195.56.0/23 comment=POLAND list=CountryIPBlocks
add address=91.195.92.0/23 comment=POLAND list=CountryIPBlocks
add address=91.195.108.0/23 comment=POLAND list=CountryIPBlocks
add address=91.195.134.0/23 comment=POLAND list=CountryIPBlocks
add address=91.195.158.0/23 comment=POLAND list=CountryIPBlocks
add address=91.195.190.0/23 comment=POLAND list=CountryIPBlocks
add address=91.195.232.0/23 comment=POLAND list=CountryIPBlocks
add address=91.195.250.0/23 comment=POLAND list=CountryIPBlocks
add address=91.196.8.0/21 comment=POLAND list=CountryIPBlocks
add address=91.196.48.0/22 comment=POLAND list=CountryIPBlocks
add address=91.196.56.0/22 comment=POLAND list=CountryIPBlocks
add address=91.196.108.0/22 comment=POLAND list=CountryIPBlocks
add address=91.196.212.0/22 comment=POLAND list=CountryIPBlocks
add address=91.197.88.0/22 comment=POLAND list=CountryIPBlocks
add address=91.197.148.0/22 comment=POLAND list=CountryIPBlocks
add address=91.197.152.0/22 comment=POLAND list=CountryIPBlocks
add address=91.197.200.0/22 comment=POLAND list=CountryIPBlocks
add address=91.197.224.0/22 comment=POLAND list=CountryIPBlocks
add address=91.198.15.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.16.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.20.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.28.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.53.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.55.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.56.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.74.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.76.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.80.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.89.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.94.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.97.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.100.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.110.0/23 comment=POLAND list=CountryIPBlocks
add address=91.198.118.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.121.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.145.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.146.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.150.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.161.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.177.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.179.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.186.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.194.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.209.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.217.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.222.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.226.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.232.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.245.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.246.0/24 comment=POLAND list=CountryIPBlocks
add address=91.198.248.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.12.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.22.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.25.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.48.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.51.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.57.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.89.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.95.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.97.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.101.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.105.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.117.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.127.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.132.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.140.0/23 comment=POLAND list=CountryIPBlocks
add address=91.199.176.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.203.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.240.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.246.0/24 comment=POLAND list=CountryIPBlocks
add address=91.199.250.0/24 comment=POLAND list=CountryIPBlocks
add address=91.200.24.0/22 comment=POLAND list=CountryIPBlocks
add address=91.200.32.0/21 comment=POLAND list=CountryIPBlocks
add address=91.200.68.0/22 comment=POLAND list=CountryIPBlocks
add address=91.200.76.0/22 comment=POLAND list=CountryIPBlocks
add address=91.200.92.0/22 comment=POLAND list=CountryIPBlocks
add address=91.200.104.0/22 comment=POLAND list=CountryIPBlocks
add address=91.200.172.0/22 comment=POLAND list=CountryIPBlocks
add address=91.200.184.0/22 comment=POLAND list=CountryIPBlocks
add address=91.200.236.0/22 comment=POLAND list=CountryIPBlocks
add address=91.201.16.0/22 comment=POLAND list=CountryIPBlocks
add address=91.201.44.0/22 comment=POLAND list=CountryIPBlocks
add address=91.201.88.0/22 comment=POLAND list=CountryIPBlocks
add address=91.201.120.0/22 comment=POLAND list=CountryIPBlocks
add address=91.201.152.0/22 comment=POLAND list=CountryIPBlocks
add address=91.202.100.0/22 comment=POLAND list=CountryIPBlocks
add address=91.202.124.0/22 comment=POLAND list=CountryIPBlocks
add address=91.202.152.0/22 comment=POLAND list=CountryIPBlocks
add address=91.202.172.0/22 comment=POLAND list=CountryIPBlocks
add address=91.202.176.0/22 comment=POLAND list=CountryIPBlocks
add address=91.202.192.0/22 comment=POLAND list=CountryIPBlocks
add address=91.202.228.0/22 comment=POLAND list=CountryIPBlocks
add address=91.203.16.0/22 comment=POLAND list=CountryIPBlocks
add address=91.203.52.0/22 comment=POLAND list=CountryIPBlocks
add address=91.203.104.0/24 comment=POLAND list=CountryIPBlocks
add address=91.203.132.0/22 comment=POLAND list=CountryIPBlocks
add address=91.203.156.0/22 comment=POLAND list=CountryIPBlocks
add address=91.203.216.0/22 comment=POLAND list=CountryIPBlocks
add address=91.203.221.0/24 comment=POLAND list=CountryIPBlocks
add address=91.203.222.0/23 comment=POLAND list=CountryIPBlocks
add address=91.203.244.0/22 comment=POLAND list=CountryIPBlocks
add address=91.203.248.0/22 comment=POLAND list=CountryIPBlocks
add address=91.204.88.0/22 comment=POLAND list=CountryIPBlocks
add address=91.204.140.0/22 comment=POLAND list=CountryIPBlocks
add address=91.204.152.0/22 comment=POLAND list=CountryIPBlocks
add address=91.204.160.0/22 comment=POLAND list=CountryIPBlocks
add address=91.204.204.0/22 comment=POLAND list=CountryIPBlocks
add address=91.205.20.0/22 comment=POLAND list=CountryIPBlocks
add address=91.205.72.0/22 comment=POLAND list=CountryIPBlocks
add address=91.205.88.0/22 comment=POLAND list=CountryIPBlocks
add address=91.205.244.0/22 comment=POLAND list=CountryIPBlocks
add address=91.206.6.0/23 comment=POLAND list=CountryIPBlocks
add address=91.206.26.0/23 comment=POLAND list=CountryIPBlocks
add address=91.206.38.0/23 comment=POLAND list=CountryIPBlocks
add address=91.206.76.0/23 comment=POLAND list=CountryIPBlocks
add address=91.206.86.0/23 comment=POLAND list=CountryIPBlocks
add address=91.206.90.0/24 comment=POLAND list=CountryIPBlocks
add address=91.206.96.0/23 comment=POLAND list=CountryIPBlocks
add address=91.206.108.0/23 comment=POLAND list=CountryIPBlocks
add address=91.206.114.0/23 comment=POLAND list=CountryIPBlocks
add address=91.206.154.0/23 comment=POLAND list=CountryIPBlocks
add address=91.206.172.0/23 comment=POLAND list=CountryIPBlocks
add address=91.206.178.0/23 comment=POLAND list=CountryIPBlocks
add address=91.206.180.0/23 comment=POLAND list=CountryIPBlocks
add address=91.206.210.0/23 comment=POLAND list=CountryIPBlocks
add address=91.206.244.0/23 comment=POLAND list=CountryIPBlocks
add address=91.207.10.0/23 comment=POLAND list=CountryIPBlocks
add address=91.207.14.0/23 comment=POLAND list=CountryIPBlocks
add address=91.207.48.0/23 comment=POLAND list=CountryIPBlocks
add address=91.207.52.0/23 comment=POLAND list=CountryIPBlocks
add address=91.207.64.0/23 comment=POLAND list=CountryIPBlocks
add address=91.207.68.0/23 comment=POLAND list=CountryIPBlocks
add address=91.207.126.0/23 comment=POLAND list=CountryIPBlocks
add address=91.207.148.0/23 comment=POLAND list=CountryIPBlocks
add address=91.207.156.0/23 comment=POLAND list=CountryIPBlocks
add address=91.207.166.0/23 comment=POLAND list=CountryIPBlocks
add address=91.207.168.0/23 comment=POLAND list=CountryIPBlocks
add address=91.207.184.0/22 comment=POLAND list=CountryIPBlocks
add address=91.207.200.0/22 comment=POLAND list=CountryIPBlocks
add address=91.207.242.0/23 comment=POLAND list=CountryIPBlocks
add address=91.208.10.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.32.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.44.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.50.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.55.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.72.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.78.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.93.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.106.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.133.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.135.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.150.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.176.0/23 comment=POLAND list=CountryIPBlocks
add address=91.208.182.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.186.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.189.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.190.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.247.0/24 comment=POLAND list=CountryIPBlocks
add address=91.208.250.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.4.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.20.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.27.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.40.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.48.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.50.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.56.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.58.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.62.0/23 comment=POLAND list=CountryIPBlocks
add address=91.209.93.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.95.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.105.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.115.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.116.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.141.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.149.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.151.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.152.0/23 comment=POLAND list=CountryIPBlocks
add address=91.209.155.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.177.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.180.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.199.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.221.0/24 comment=POLAND list=CountryIPBlocks
add address=91.209.222.0/24 comment=POLAND list=CountryIPBlocks
add address=91.210.12.0/22 comment=POLAND list=CountryIPBlocks
add address=91.210.48.0/22 comment=POLAND list=CountryIPBlocks
add address=91.210.76.0/22 comment=POLAND list=CountryIPBlocks
add address=91.210.128.0/22 comment=POLAND list=CountryIPBlocks
add address=91.210.208.0/22 comment=POLAND list=CountryIPBlocks
add address=91.210.236.0/22 comment=POLAND list=CountryIPBlocks
add address=91.210.240.0/21 comment=POLAND list=CountryIPBlocks
add address=91.211.84.0/22 comment=POLAND list=CountryIPBlocks
add address=91.211.100.0/22 comment=POLAND list=CountryIPBlocks
add address=91.211.220.0/22 comment=POLAND list=CountryIPBlocks
add address=91.211.224.0/22 comment=POLAND list=CountryIPBlocks
add address=91.211.252.0/22 comment=POLAND list=CountryIPBlocks
add address=91.212.2.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.5.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.9.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.25.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.30.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.33.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.84.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.86.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.127.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.135.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.141.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.142.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.149.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.155.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.165.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.169.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.170.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.172.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.223.0/24 comment=POLAND list=CountryIPBlocks
add address=91.212.242.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.38.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.58.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.64.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.71.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.88.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.96.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.107.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.108.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.118.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.123.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.124.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.137.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.156.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.162.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.170.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.193.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.206.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.226.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.237.0/24 comment=POLAND list=CountryIPBlocks
add address=91.213.238.0/23 comment=POLAND list=CountryIPBlocks
add address=91.213.255.0/24 comment=POLAND list=CountryIPBlocks
add address=91.214.0.0/22 comment=POLAND list=CountryIPBlocks
add address=91.214.24.0/22 comment=POLAND list=CountryIPBlocks
add address=91.214.32.0/21 comment=POLAND list=CountryIPBlocks
add address=91.214.52.0/22 comment=POLAND list=CountryIPBlocks
add address=91.215.0.0/22 comment=POLAND list=CountryIPBlocks
add address=91.215.32.0/22 comment=POLAND list=CountryIPBlocks
add address=91.215.44.0/22 comment=POLAND list=CountryIPBlocks
add address=91.215.80.0/22 comment=POLAND list=CountryIPBlocks
add address=91.215.104.0/22 comment=POLAND list=CountryIPBlocks
add address=91.215.228.0/22 comment=POLAND list=CountryIPBlocks
add address=91.215.236.0/22 comment=POLAND list=CountryIPBlocks
add address=91.216.5.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.16.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.25.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.30.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.51.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.64.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.99.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.115.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.124.0/23 comment=POLAND list=CountryIPBlocks
add address=91.216.134.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.149.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.160.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.191.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.192.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.194.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.202.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.204.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.213.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.214.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.224.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.239.0/24 comment=POLAND list=CountryIPBlocks
add address=91.216.254.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.0.0/23 comment=POLAND list=CountryIPBlocks
add address=91.217.18.0/23 comment=POLAND list=CountryIPBlocks
add address=91.217.22.0/23 comment=POLAND list=CountryIPBlocks
add address=91.217.24.0/23 comment=POLAND list=CountryIPBlocks
add address=91.217.40.0/23 comment=POLAND list=CountryIPBlocks
add address=91.217.48.0/23 comment=POLAND list=CountryIPBlocks
add address=91.217.98.0/23 comment=POLAND list=CountryIPBlocks
add address=91.217.104.0/23 comment=POLAND list=CountryIPBlocks
add address=91.217.132.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.142.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.150.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.152.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.158.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.161.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.163.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.171.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.182.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.198.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.204.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.208.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.217.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.218.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.221.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.224.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.228.0/24 comment=POLAND list=CountryIPBlocks
add address=91.217.242.0/24 comment=POLAND list=CountryIPBlocks
add address=91.218.60.0/22 comment=POLAND list=CountryIPBlocks
add address=91.218.68.0/22 comment=POLAND list=CountryIPBlocks
add address=91.218.76.0/22 comment=POLAND list=CountryIPBlocks
add address=91.218.156.0/22 comment=POLAND list=CountryIPBlocks
add address=91.218.164.0/22 comment=POLAND list=CountryIPBlocks
add address=91.218.196.0/22 comment=POLAND list=CountryIPBlocks
add address=91.218.200.0/22 comment=POLAND list=CountryIPBlocks
add address=91.218.208.0/22 comment=POLAND list=CountryIPBlocks
add address=91.218.216.0/22 comment=POLAND list=CountryIPBlocks
add address=91.218.240.0/22 comment=POLAND list=CountryIPBlocks
add address=91.219.0.0/22 comment=POLAND list=CountryIPBlocks
add address=91.219.104.0/22 comment=POLAND list=CountryIPBlocks
add address=91.219.112.0/22 comment=POLAND list=CountryIPBlocks
add address=91.219.120.0/22 comment=POLAND list=CountryIPBlocks
add address=91.219.128.0/22 comment=POLAND list=CountryIPBlocks
add address=91.219.184.0/22 comment=POLAND list=CountryIPBlocks
add address=91.219.208.0/22 comment=POLAND list=CountryIPBlocks
add address=91.220.0.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.10.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.17.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.18.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.32.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.39.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.44.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.54.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.73.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.97.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.103.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.105.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.130.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.164.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.177.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.205.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.222.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.225.0/24 comment=POLAND list=CountryIPBlocks
add address=91.220.238.0/24 comment=POLAND list=CountryIPBlocks
add address=91.221.26.0/23 comment=POLAND list=CountryIPBlocks
add address=91.221.44.0/23 comment=POLAND list=CountryIPBlocks
add address=91.221.88.0/23 comment=POLAND list=CountryIPBlocks
add address=91.221.94.0/23 comment=POLAND list=CountryIPBlocks
add address=91.221.114.0/23 comment=POLAND list=CountryIPBlocks
add address=91.221.122.0/23 comment=POLAND list=CountryIPBlocks
add address=91.221.126.0/23 comment=POLAND list=CountryIPBlocks
add address=91.221.144.0/23 comment=POLAND list=CountryIPBlocks
add address=91.221.158.0/23 comment=POLAND list=CountryIPBlocks
add address=91.221.172.0/23 comment=POLAND list=CountryIPBlocks
add address=91.221.214.0/23 comment=POLAND list=CountryIPBlocks
add address=91.222.24.0/22 comment=POLAND list=CountryIPBlocks
add address=91.222.56.0/22 comment=POLAND list=CountryIPBlocks
add address=91.222.68.0/22 comment=POLAND list=CountryIPBlocks
add address=91.222.72.0/22 comment=POLAND list=CountryIPBlocks
add address=91.222.100.0/22 comment=POLAND list=CountryIPBlocks
add address=91.222.108.0/22 comment=POLAND list=CountryIPBlocks
add address=91.222.116.0/22 comment=POLAND list=CountryIPBlocks
add address=91.222.124.0/22 comment=POLAND list=CountryIPBlocks
add address=91.222.140.0/22 comment=POLAND list=CountryIPBlocks
add address=91.222.144.0/21 comment=POLAND list=CountryIPBlocks
add address=91.222.160.0/22 comment=POLAND list=CountryIPBlocks
add address=91.222.184.0/22 comment=POLAND list=CountryIPBlocks
add address=91.222.192.0/22 comment=POLAND list=CountryIPBlocks
add address=91.222.212.0/22 comment=POLAND list=CountryIPBlocks
add address=91.222.224.0/22 comment=POLAND list=CountryIPBlocks
add address=91.223.3.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.4.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.6.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.13.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.14.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.23.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.31.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.33.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.52.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.55.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.57.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.64.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.68.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.72.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.78.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.81.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.83.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.119.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.130.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.134.0/23 comment=POLAND list=CountryIPBlocks
add address=91.223.142.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.160.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.167.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.168.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.171.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.175.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.184.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.196.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.212.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.221.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.225.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.241.0/24 comment=POLAND list=CountryIPBlocks
add address=91.223.250.0/24 comment=POLAND list=CountryIPBlocks
add address=91.224.28.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.38.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.46.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.56.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.60.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.104.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.116.0/22 comment=POLAND list=CountryIPBlocks
add address=91.224.120.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.128.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.142.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.144.0/22 comment=POLAND list=CountryIPBlocks
add address=91.224.180.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.184.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.192.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.196.0/22 comment=POLAND list=CountryIPBlocks
add address=91.224.214.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.216.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.220.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.224.0/23 comment=POLAND list=CountryIPBlocks
add address=91.224.236.0/23 comment=POLAND list=CountryIPBlocks
add address=91.225.8.0/22 comment=POLAND list=CountryIPBlocks
add address=91.225.28.0/22 comment=POLAND list=CountryIPBlocks
add address=91.225.64.0/22 comment=POLAND list=CountryIPBlocks
add address=91.225.132.0/22 comment=POLAND list=CountryIPBlocks
add address=91.225.156.0/22 comment=POLAND list=CountryIPBlocks
add address=91.225.176.0/22 comment=POLAND list=CountryIPBlocks
add address=91.225.184.0/21 comment=POLAND list=CountryIPBlocks
add address=91.225.240.0/22 comment=POLAND list=CountryIPBlocks
add address=91.226.6.0/23 comment=POLAND list=CountryIPBlocks
add address=91.226.16.0/23 comment=POLAND list=CountryIPBlocks
add address=91.226.22.0/23 comment=POLAND list=CountryIPBlocks
add address=91.226.26.0/23 comment=POLAND list=CountryIPBlocks
add address=91.226.38.0/23 comment=POLAND list=CountryIPBlocks
add address=91.226.44.0/23 comment=POLAND list=CountryIPBlocks
add address=91.226.50.0/23 comment=POLAND list=CountryIPBlocks
add address=91.226.68.0/22 comment=POLAND list=CountryIPBlocks
add address=91.226.78.0/24 comment=POLAND list=CountryIPBlocks
add address=91.226.96.0/24 comment=POLAND list=CountryIPBlocks
add address=91.226.100.0/22 comment=POLAND list=CountryIPBlocks
add address=91.226.110.0/23 comment=POLAND list=CountryIPBlocks
add address=91.226.117.0/24 comment=POLAND list=CountryIPBlocks
add address=91.226.146.0/24 comment=POLAND list=CountryIPBlocks
add address=91.226.160.0/24 comment=POLAND list=CountryIPBlocks
add address=91.226.184.0/24 comment=POLAND list=CountryIPBlocks
add address=91.226.194.0/23 comment=POLAND list=CountryIPBlocks
add address=91.226.196.0/22 comment=POLAND list=CountryIPBlocks
add address=91.226.228.0/22 comment=POLAND list=CountryIPBlocks
add address=91.226.232.0/23 comment=POLAND list=CountryIPBlocks
add address=91.226.236.0/22 comment=POLAND list=CountryIPBlocks
add address=91.226.251.0/24 comment=POLAND list=CountryIPBlocks
add address=91.227.0.0/22 comment=POLAND list=CountryIPBlocks
add address=91.227.21.0/24 comment=POLAND list=CountryIPBlocks
add address=91.227.36.0/22 comment=POLAND list=CountryIPBlocks
add address=91.227.40.0/23 comment=POLAND list=CountryIPBlocks
add address=91.227.56.0/22 comment=POLAND list=CountryIPBlocks
add address=91.227.60.0/23 comment=POLAND list=CountryIPBlocks
add address=91.227.63.0/24 comment=POLAND list=CountryIPBlocks
add address=91.227.64.0/22 comment=POLAND list=CountryIPBlocks
add address=91.227.72.0/23 comment=POLAND list=CountryIPBlocks
add address=91.227.76.0/23 comment=POLAND list=CountryIPBlocks
add address=91.227.80.0/22 comment=POLAND list=CountryIPBlocks
add address=91.227.88.0/23 comment=POLAND list=CountryIPBlocks
add address=91.227.102.0/23 comment=POLAND list=CountryIPBlocks
add address=91.227.104.0/22 comment=POLAND list=CountryIPBlocks
add address=91.227.115.0/24 comment=POLAND list=CountryIPBlocks
add address=91.227.116.0/22 comment=POLAND list=CountryIPBlocks
add address=91.227.120.0/24 comment=POLAND list=CountryIPBlocks
add address=91.227.122.0/23 comment=POLAND list=CountryIPBlocks
add address=91.227.156.0/22 comment=POLAND list=CountryIPBlocks
add address=91.227.167.0/24 comment=POLAND list=CountryIPBlocks
add address=91.227.176.0/24 comment=POLAND list=CountryIPBlocks
add address=91.227.196.0/23 comment=POLAND list=CountryIPBlocks
add address=91.227.199.0/24 comment=POLAND list=CountryIPBlocks
add address=91.227.200.0/22 comment=POLAND list=CountryIPBlocks
add address=91.227.212.0/22 comment=POLAND list=CountryIPBlocks
add address=91.227.216.0/22 comment=POLAND list=CountryIPBlocks
add address=91.228.8.0/23 comment=POLAND list=CountryIPBlocks
add address=91.228.11.0/24 comment=POLAND list=CountryIPBlocks
add address=91.228.28.0/24 comment=POLAND list=CountryIPBlocks
add address=91.228.32.0/22 comment=POLAND list=CountryIPBlocks
add address=91.228.42.0/23 comment=POLAND list=CountryIPBlocks
add address=91.228.80.0/22 comment=POLAND list=CountryIPBlocks
add address=91.228.88.0/23 comment=POLAND list=CountryIPBlocks
add address=91.228.92.0/22 comment=POLAND list=CountryIPBlocks
add address=91.228.112.0/23 comment=POLAND list=CountryIPBlocks
add address=91.228.125.0/24 comment=POLAND list=CountryIPBlocks
add address=91.228.136.0/22 comment=POLAND list=CountryIPBlocks
add address=91.228.156.0/22 comment=POLAND list=CountryIPBlocks
add address=91.228.185.0/24 comment=POLAND list=CountryIPBlocks
add address=91.228.196.0/22 comment=POLAND list=CountryIPBlocks
add address=91.228.204.0/24 comment=POLAND list=CountryIPBlocks
add address=91.228.237.0/24 comment=POLAND list=CountryIPBlocks
add address=91.229.22.0/24 comment=POLAND list=CountryIPBlocks
add address=91.229.26.0/23 comment=POLAND list=CountryIPBlocks
add address=91.229.40.0/22 comment=POLAND list=CountryIPBlocks
add address=91.229.56.0/24 comment=POLAND list=CountryIPBlocks
add address=91.229.68.0/22 comment=POLAND list=CountryIPBlocks
add address=91.229.84.0/22 comment=POLAND list=CountryIPBlocks
add address=91.229.88.0/23 comment=POLAND list=CountryIPBlocks
add address=91.229.106.0/23 comment=POLAND list=CountryIPBlocks
add address=91.229.182.0/24 comment=POLAND list=CountryIPBlocks
add address=91.229.185.0/24 comment=POLAND list=CountryIPBlocks
add address=91.229.193.0/24 comment=POLAND list=CountryIPBlocks
add address=91.229.210.0/24 comment=POLAND list=CountryIPBlocks
add address=91.229.212.0/23 comment=POLAND list=CountryIPBlocks
add address=91.229.238.0/24 comment=POLAND list=CountryIPBlocks
add address=91.229.249.0/24 comment=POLAND list=CountryIPBlocks
add address=91.229.250.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.8.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.17.0/24 comment=POLAND list=CountryIPBlocks
add address=91.230.24.0/24 comment=POLAND list=CountryIPBlocks
add address=91.230.36.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.42.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.58.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.74.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.76.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.86.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.88.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.98.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.112.0/21 comment=POLAND list=CountryIPBlocks
add address=91.230.120.0/24 comment=POLAND list=CountryIPBlocks
add address=91.230.122.0/24 comment=POLAND list=CountryIPBlocks
add address=91.230.148.0/24 comment=POLAND list=CountryIPBlocks
add address=91.230.156.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.159.0/24 comment=POLAND list=CountryIPBlocks
add address=91.230.162.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.164.0/22 comment=POLAND list=CountryIPBlocks
add address=91.230.180.0/24 comment=POLAND list=CountryIPBlocks
add address=91.230.200.0/22 comment=POLAND list=CountryIPBlocks
add address=91.230.204.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.221.0/24 comment=POLAND list=CountryIPBlocks
add address=91.230.222.0/23 comment=POLAND list=CountryIPBlocks
add address=91.230.233.0/24 comment=POLAND list=CountryIPBlocks
add address=91.231.2.0/24 comment=POLAND list=CountryIPBlocks
add address=91.231.9.0/24 comment=POLAND list=CountryIPBlocks
add address=91.231.12.0/22 comment=POLAND list=CountryIPBlocks
add address=91.231.18.0/23 comment=POLAND list=CountryIPBlocks
add address=91.231.20.0/23 comment=POLAND list=CountryIPBlocks
add address=91.231.23.0/24 comment=POLAND list=CountryIPBlocks
add address=91.231.24.0/22 comment=POLAND list=CountryIPBlocks
add address=91.231.32.0/23 comment=POLAND list=CountryIPBlocks
add address=91.231.36.0/22 comment=POLAND list=CountryIPBlocks
add address=91.231.44.0/23 comment=POLAND list=CountryIPBlocks
add address=91.231.52.0/23 comment=POLAND list=CountryIPBlocks
add address=91.231.60.0/23 comment=POLAND list=CountryIPBlocks
add address=91.231.70.0/23 comment=POLAND list=CountryIPBlocks
add address=91.231.72.0/22 comment=POLAND list=CountryIPBlocks
add address=91.231.80.0/22 comment=POLAND list=CountryIPBlocks
add address=91.231.92.0/23 comment=POLAND list=CountryIPBlocks
add address=91.231.100.0/22 comment=POLAND list=CountryIPBlocks
add address=91.231.104.0/22 comment=POLAND list=CountryIPBlocks
add address=91.231.110.0/23 comment=POLAND list=CountryIPBlocks
add address=91.231.116.0/22 comment=POLAND list=CountryIPBlocks
add address=91.231.120.0/22 comment=POLAND list=CountryIPBlocks
add address=91.231.124.0/23 comment=POLAND list=CountryIPBlocks
add address=91.231.140.0/24 comment=POLAND list=CountryIPBlocks
add address=91.231.152.0/24 comment=POLAND list=CountryIPBlocks
add address=91.231.157.0/24 comment=POLAND list=CountryIPBlocks
add address=91.231.168.0/23 comment=POLAND list=CountryIPBlocks
add address=91.231.178.0/24 comment=POLAND list=CountryIPBlocks
add address=91.231.205.0/24 comment=POLAND list=CountryIPBlocks
add address=91.231.221.0/24 comment=POLAND list=CountryIPBlocks
add address=91.231.230.0/23 comment=POLAND list=CountryIPBlocks
add address=91.231.241.0/24 comment=POLAND list=CountryIPBlocks
add address=91.231.242.0/24 comment=POLAND list=CountryIPBlocks
add address=91.231.244.0/22 comment=POLAND list=CountryIPBlocks
add address=91.231.248.0/22 comment=POLAND list=CountryIPBlocks
add address=91.232.4.0/23 comment=POLAND list=CountryIPBlocks
add address=91.232.27.0/24 comment=POLAND list=CountryIPBlocks
add address=91.232.38.0/24 comment=POLAND list=CountryIPBlocks
add address=91.232.44.0/22 comment=POLAND list=CountryIPBlocks
add address=91.232.48.0/22 comment=POLAND list=CountryIPBlocks
add address=91.232.52.0/23 comment=POLAND list=CountryIPBlocks
add address=91.232.58.0/24 comment=POLAND list=CountryIPBlocks
add address=91.232.62.0/23 comment=POLAND list=CountryIPBlocks
add address=91.232.90.0/23 comment=POLAND list=CountryIPBlocks
add address=91.232.102.0/24 comment=POLAND list=CountryIPBlocks
add address=91.232.112.0/24 comment=POLAND list=CountryIPBlocks
add address=91.232.127.0/24 comment=POLAND list=CountryIPBlocks
add address=91.232.140.0/22 comment=POLAND list=CountryIPBlocks
add address=91.232.160.0/23 comment=POLAND list=CountryIPBlocks
add address=91.232.164.0/22 comment=POLAND list=CountryIPBlocks
add address=91.232.175.0/24 comment=POLAND list=CountryIPBlocks
add address=91.232.176.0/24 comment=POLAND list=CountryIPBlocks
add address=91.232.183.0/24 comment=POLAND list=CountryIPBlocks
add address=91.232.190.0/23 comment=POLAND list=CountryIPBlocks
add address=91.232.192.0/22 comment=POLAND list=CountryIPBlocks
add address=91.232.248.0/22 comment=POLAND list=CountryIPBlocks
add address=91.233.18.0/23 comment=POLAND list=CountryIPBlocks
add address=91.233.25.0/24 comment=POLAND list=CountryIPBlocks
add address=91.233.34.0/24 comment=POLAND list=CountryIPBlocks
add address=91.233.60.0/24 comment=POLAND list=CountryIPBlocks
add address=91.233.69.0/24 comment=POLAND list=CountryIPBlocks
add address=91.233.70.0/23 comment=POLAND list=CountryIPBlocks
add address=91.233.72.0/21 comment=POLAND list=CountryIPBlocks
add address=91.233.104.0/24 comment=POLAND list=CountryIPBlocks
add address=91.233.107.0/24 comment=POLAND list=CountryIPBlocks
add address=91.233.112.0/22 comment=POLAND list=CountryIPBlocks
add address=91.233.136.0/22 comment=POLAND list=CountryIPBlocks
add address=91.233.150.0/24 comment=POLAND list=CountryIPBlocks
add address=91.233.156.0/22 comment=POLAND list=CountryIPBlocks
add address=91.233.160.0/23 comment=POLAND list=CountryIPBlocks
add address=91.233.162.0/24 comment=POLAND list=CountryIPBlocks
add address=91.233.184.0/22 comment=POLAND list=CountryIPBlocks
add address=91.233.196.0/22 comment=POLAND list=CountryIPBlocks
add address=91.233.204.0/23 comment=POLAND list=CountryIPBlocks
add address=91.233.228.0/23 comment=POLAND list=CountryIPBlocks
add address=91.233.232.0/22 comment=POLAND list=CountryIPBlocks
add address=91.233.236.0/23 comment=POLAND list=CountryIPBlocks
add address=91.233.250.0/23 comment=POLAND list=CountryIPBlocks
add address=91.234.8.0/24 comment=POLAND list=CountryIPBlocks
add address=91.234.10.0/24 comment=POLAND list=CountryIPBlocks
add address=91.234.12.0/22 comment=POLAND list=CountryIPBlocks
add address=91.234.20.0/24 comment=POLAND list=CountryIPBlocks
add address=91.234.44.0/23 comment=POLAND list=CountryIPBlocks
add address=91.234.49.0/24 comment=POLAND list=CountryIPBlocks
add address=91.234.53.0/24 comment=POLAND list=CountryIPBlocks
add address=91.234.66.0/23 comment=POLAND list=CountryIPBlocks
add address=91.234.100.0/22 comment=POLAND list=CountryIPBlocks
add address=91.234.112.0/22 comment=POLAND list=CountryIPBlocks
add address=91.234.124.0/22 comment=POLAND list=CountryIPBlocks
add address=91.234.128.0/22 comment=POLAND list=CountryIPBlocks
add address=91.234.142.0/23 comment=POLAND list=CountryIPBlocks
add address=91.234.144.0/24 comment=POLAND list=CountryIPBlocks
add address=91.234.146.0/24 comment=POLAND list=CountryIPBlocks
add address=91.234.176.0/24 comment=POLAND list=CountryIPBlocks
add address=91.234.186.0/23 comment=POLAND list=CountryIPBlocks
add address=91.234.207.0/24 comment=POLAND list=CountryIPBlocks
add address=91.234.217.0/24 comment=POLAND list=CountryIPBlocks
add address=91.234.232.0/24 comment=POLAND list=CountryIPBlocks
add address=91.234.245.0/24 comment=POLAND list=CountryIPBlocks
add address=91.234.246.0/23 comment=POLAND list=CountryIPBlocks
add address=91.234.252.0/23 comment=POLAND list=CountryIPBlocks
add address=91.235.0.0/23 comment=POLAND list=CountryIPBlocks
add address=91.235.16.0/21 comment=POLAND list=CountryIPBlocks
add address=91.235.24.0/23 comment=POLAND list=CountryIPBlocks
add address=91.235.124.0/23 comment=POLAND list=CountryIPBlocks
add address=91.235.126.0/24 comment=POLAND list=CountryIPBlocks
add address=91.235.149.0/24 comment=POLAND list=CountryIPBlocks
add address=91.235.152.0/22 comment=POLAND list=CountryIPBlocks
add address=91.235.160.0/22 comment=POLAND list=CountryIPBlocks
add address=91.235.192.0/22 comment=POLAND list=CountryIPBlocks
add address=91.235.202.0/24 comment=POLAND list=CountryIPBlocks
add address=91.235.204.0/22 comment=POLAND list=CountryIPBlocks
add address=91.235.216.0/22 comment=POLAND list=CountryIPBlocks
add address=91.235.222.0/23 comment=POLAND list=CountryIPBlocks
add address=91.235.228.0/22 comment=POLAND list=CountryIPBlocks
add address=91.235.238.0/23 comment=POLAND list=CountryIPBlocks
add address=91.235.252.0/22 comment=POLAND list=CountryIPBlocks
add address=91.236.0.0/24 comment=POLAND list=CountryIPBlocks
add address=91.236.4.0/22 comment=POLAND list=CountryIPBlocks
add address=91.236.8.0/23 comment=POLAND list=CountryIPBlocks
add address=91.236.13.0/24 comment=POLAND list=CountryIPBlocks
add address=91.236.20.0/23 comment=POLAND list=CountryIPBlocks
add address=91.236.32.0/22 comment=POLAND list=CountryIPBlocks
add address=91.236.52.0/22 comment=POLAND list=CountryIPBlocks
add address=91.236.57.0/24 comment=POLAND list=CountryIPBlocks
add address=91.236.72.0/22 comment=POLAND list=CountryIPBlocks
add address=91.236.84.0/22 comment=POLAND list=CountryIPBlocks
add address=91.236.105.0/24 comment=POLAND list=CountryIPBlocks
add address=91.236.125.0/24 comment=POLAND list=CountryIPBlocks
add address=91.236.128.0/22 comment=POLAND list=CountryIPBlocks
add address=91.236.132.0/23 comment=POLAND list=CountryIPBlocks
add address=91.236.137.0/24 comment=POLAND list=CountryIPBlocks
add address=91.236.163.0/24 comment=POLAND list=CountryIPBlocks
add address=91.236.172.0/22 comment=POLAND list=CountryIPBlocks
add address=91.236.229.0/24 comment=POLAND list=CountryIPBlocks
add address=91.236.232.0/23 comment=POLAND list=CountryIPBlocks
add address=91.237.18.0/23 comment=POLAND list=CountryIPBlocks
add address=91.237.36.0/24 comment=POLAND list=CountryIPBlocks
add address=91.237.52.0/24 comment=POLAND list=CountryIPBlocks
add address=91.237.60.0/22 comment=POLAND list=CountryIPBlocks
add address=91.237.68.0/22 comment=POLAND list=CountryIPBlocks
add address=91.237.72.0/23 comment=POLAND list=CountryIPBlocks
add address=91.237.77.0/24 comment=POLAND list=CountryIPBlocks
add address=91.237.79.0/24 comment=POLAND list=CountryIPBlocks
add address=91.237.80.0/23 comment=POLAND list=CountryIPBlocks
add address=91.237.84.0/23 comment=POLAND list=CountryIPBlocks
add address=91.237.86.0/24 comment=POLAND list=CountryIPBlocks
add address=91.237.112.0/23 comment=POLAND list=CountryIPBlocks
add address=91.237.118.0/24 comment=POLAND list=CountryIPBlocks
add address=91.237.136.0/22 comment=POLAND list=CountryIPBlocks
add address=91.237.149.0/24 comment=POLAND list=CountryIPBlocks
add address=91.237.154.0/23 comment=POLAND list=CountryIPBlocks
add address=91.237.156.0/22 comment=POLAND list=CountryIPBlocks
add address=91.237.160.0/23 comment=POLAND list=CountryIPBlocks
add address=91.237.171.0/24 comment=POLAND list=CountryIPBlocks
add address=91.237.172.0/23 comment=POLAND list=CountryIPBlocks
add address=91.237.190.0/24 comment=POLAND list=CountryIPBlocks
add address=91.237.196.0/24 comment=POLAND list=CountryIPBlocks
add address=91.237.219.0/24 comment=POLAND list=CountryIPBlocks
add address=91.237.224.0/22 comment=POLAND list=CountryIPBlocks
add address=91.237.228.0/23 comment=POLAND list=CountryIPBlocks
add address=91.238.36.0/24 comment=POLAND list=CountryIPBlocks
add address=91.238.52.0/22 comment=POLAND list=CountryIPBlocks
add address=91.238.56.0/22 comment=POLAND list=CountryIPBlocks
add address=91.238.60.0/24 comment=POLAND list=CountryIPBlocks
add address=91.238.62.0/23 comment=POLAND list=CountryIPBlocks
add address=91.238.76.0/23 comment=POLAND list=CountryIPBlocks
add address=91.238.78.0/24 comment=POLAND list=CountryIPBlocks
add address=91.238.85.0/24 comment=POLAND list=CountryIPBlocks
add address=91.238.107.0/24 comment=POLAND list=CountryIPBlocks
add address=91.238.124.0/23 comment=POLAND list=CountryIPBlocks
add address=91.238.134.0/23 comment=POLAND list=CountryIPBlocks
add address=91.238.142.0/23 comment=POLAND list=CountryIPBlocks
add address=91.238.145.0/24 comment=POLAND list=CountryIPBlocks
add address=91.238.166.0/23 comment=POLAND list=CountryIPBlocks
add address=91.238.172.0/22 comment=POLAND list=CountryIPBlocks
add address=91.238.178.0/23 comment=POLAND list=CountryIPBlocks
add address=91.238.216.0/24 comment=POLAND list=CountryIPBlocks
add address=91.238.232.0/22 comment=POLAND list=CountryIPBlocks
add address=91.238.240.0/22 comment=POLAND list=CountryIPBlocks
add address=91.238.246.0/23 comment=POLAND list=CountryIPBlocks
add address=91.238.254.0/24 comment=POLAND list=CountryIPBlocks
add address=91.239.28.0/22 comment=POLAND list=CountryIPBlocks
add address=91.239.36.0/24 comment=POLAND list=CountryIPBlocks
add address=91.239.61.0/24 comment=POLAND list=CountryIPBlocks
add address=91.239.66.0/23 comment=POLAND list=CountryIPBlocks
add address=91.239.90.0/24 comment=POLAND list=CountryIPBlocks
add address=91.239.113.0/24 comment=POLAND list=CountryIPBlocks
add address=91.239.114.0/23 comment=POLAND list=CountryIPBlocks
add address=91.239.116.0/22 comment=POLAND list=CountryIPBlocks
add address=91.239.120.0/24 comment=POLAND list=CountryIPBlocks
add address=91.239.129.0/24 comment=POLAND list=CountryIPBlocks
add address=91.239.144.0/24 comment=POLAND list=CountryIPBlocks
add address=91.239.152.0/22 comment=POLAND list=CountryIPBlocks
add address=91.239.168.0/22 comment=POLAND list=CountryIPBlocks
add address=91.239.180.0/22 comment=POLAND list=CountryIPBlocks
add address=91.239.185.0/24 comment=POLAND list=CountryIPBlocks
add address=91.239.196.0/22 comment=POLAND list=CountryIPBlocks
add address=91.239.205.0/24 comment=POLAND list=CountryIPBlocks
add address=91.239.244.0/22 comment=POLAND list=CountryIPBlocks
add address=91.239.248.0/22 comment=POLAND list=CountryIPBlocks
add address=91.239.254.0/24 comment=POLAND list=CountryIPBlocks
add address=91.240.28.0/22 comment=POLAND list=CountryIPBlocks
add address=91.240.44.0/24 comment=POLAND list=CountryIPBlocks
add address=91.240.46.0/23 comment=POLAND list=CountryIPBlocks
add address=91.240.68.0/24 comment=POLAND list=CountryIPBlocks
add address=91.240.70.0/24 comment=POLAND list=CountryIPBlocks
add address=91.240.76.0/24 comment=POLAND list=CountryIPBlocks
add address=91.240.89.0/24 comment=POLAND list=CountryIPBlocks
add address=91.240.93.0/24 comment=POLAND list=CountryIPBlocks
add address=91.240.100.0/23 comment=POLAND list=CountryIPBlocks
add address=91.240.106.0/23 comment=POLAND list=CountryIPBlocks
add address=91.240.128.0/24 comment=POLAND list=CountryIPBlocks
add address=91.240.130.0/23 comment=POLAND list=CountryIPBlocks
add address=91.240.132.0/22 comment=POLAND list=CountryIPBlocks
add address=91.240.136.0/22 comment=POLAND list=CountryIPBlocks
add address=91.240.152.0/23 comment=POLAND list=CountryIPBlocks
add address=91.240.163.0/24 comment=POLAND list=CountryIPBlocks
add address=91.240.175.0/24 comment=POLAND list=CountryIPBlocks
add address=91.240.193.0/24 comment=POLAND list=CountryIPBlocks
add address=91.240.196.0/22 comment=POLAND list=CountryIPBlocks
add address=91.240.223.0/24 comment=POLAND list=CountryIPBlocks
add address=91.240.238.0/23 comment=POLAND list=CountryIPBlocks
add address=91.240.248.0/22 comment=POLAND list=CountryIPBlocks
add address=91.240.254.0/24 comment=POLAND list=CountryIPBlocks
add address=91.241.2.0/24 comment=POLAND list=CountryIPBlocks
add address=91.241.5.0/24 comment=POLAND list=CountryIPBlocks
add address=91.241.24.0/22 comment=POLAND list=CountryIPBlocks
add address=91.241.31.0/24 comment=POLAND list=CountryIPBlocks
add address=91.241.32.0/21 comment=POLAND list=CountryIPBlocks
add address=91.241.40.0/23 comment=POLAND list=CountryIPBlocks
add address=91.241.60.0/22 comment=POLAND list=CountryIPBlocks
add address=91.242.56.0/21 comment=POLAND list=CountryIPBlocks
add address=91.242.174.0/23 comment=POLAND list=CountryIPBlocks
add address=91.242.218.0/24 comment=POLAND list=CountryIPBlocks
add address=91.242.220.0/23 comment=POLAND list=CountryIPBlocks
add address=91.243.66.0/23 comment=POLAND list=CountryIPBlocks
add address=91.243.115.0/24 comment=POLAND list=CountryIPBlocks
add address=91.244.70.0/23 comment=POLAND list=CountryIPBlocks
add address=91.244.182.0/24 comment=POLAND list=CountryIPBlocks
add address=91.244.184.0/21 comment=POLAND list=CountryIPBlocks
add address=91.244.208.0/20 comment=POLAND list=CountryIPBlocks
add address=91.244.225.0/24 comment=POLAND list=CountryIPBlocks
add address=91.244.230.0/23 comment=POLAND list=CountryIPBlocks
add address=91.244.248.0/22 comment=POLAND list=CountryIPBlocks
add address=91.245.80.0/21 comment=POLAND list=CountryIPBlocks
add address=91.245.209.0/24 comment=POLAND list=CountryIPBlocks
add address=91.245.219.0/24 comment=POLAND list=CountryIPBlocks
add address=91.246.13.0/24 comment=POLAND list=CountryIPBlocks
add address=91.246.15.0/24 comment=POLAND list=CountryIPBlocks
add address=91.246.64.0/20 comment=POLAND list=CountryIPBlocks
add address=91.246.104.0/21 comment=POLAND list=CountryIPBlocks
add address=91.246.168.0/22 comment=POLAND list=CountryIPBlocks
add address=91.246.208.0/21 comment=POLAND list=CountryIPBlocks
add address=91.247.146.0/23 comment=POLAND list=CountryIPBlocks
add address=91.247.252.0/24 comment=POLAND list=CountryIPBlocks
add address=91.250.243.0/24 comment=POLAND list=CountryIPBlocks
add address=92.42.112.0/21 comment=POLAND list=CountryIPBlocks
add address=92.43.112.0/21 comment=POLAND list=CountryIPBlocks
add address=92.43.144.0/21 comment=POLAND list=CountryIPBlocks
add address=92.55.192.0/18 comment=POLAND list=CountryIPBlocks
add address=92.60.128.0/20 comment=POLAND list=CountryIPBlocks
add address=92.63.32.0/20 comment=POLAND list=CountryIPBlocks
add address=92.118.104.0/22 comment=POLAND list=CountryIPBlocks
add address=92.118.164.0/22 comment=POLAND list=CountryIPBlocks
add address=92.242.180.0/22 comment=POLAND list=CountryIPBlocks
add address=92.244.32.0/19 comment=POLAND list=CountryIPBlocks
add address=93.89.192.0/20 comment=POLAND list=CountryIPBlocks
add address=93.91.208.0/20 comment=POLAND list=CountryIPBlocks
add address=93.94.16.0/21 comment=POLAND list=CountryIPBlocks
add address=93.94.184.0/21 comment=POLAND list=CountryIPBlocks
add address=93.95.88.0/21 comment=POLAND list=CountryIPBlocks
add address=93.105.0.0/16 comment=POLAND list=CountryIPBlocks
add address=93.113.44.0/24 comment=POLAND list=CountryIPBlocks
add address=93.113.97.0/24 comment=POLAND list=CountryIPBlocks
add address=93.113.101.0/24 comment=POLAND list=CountryIPBlocks
add address=93.113.130.0/24 comment=POLAND list=CountryIPBlocks
add address=93.154.128.0/17 comment=POLAND list=CountryIPBlocks
add address=93.157.64.0/20 comment=POLAND list=CountryIPBlocks
add address=93.157.88.0/21 comment=POLAND list=CountryIPBlocks
add address=93.157.96.0/21 comment=POLAND list=CountryIPBlocks
add address=93.157.112.0/21 comment=POLAND list=CountryIPBlocks
add address=93.157.152.0/21 comment=POLAND list=CountryIPBlocks
add address=93.158.232.0/22 comment=POLAND list=CountryIPBlocks
add address=93.159.0.0/18 comment=POLAND list=CountryIPBlocks
add address=93.159.128.0/18 comment=POLAND list=CountryIPBlocks
add address=93.174.24.0/21 comment=POLAND list=CountryIPBlocks
add address=93.175.64.0/18 comment=POLAND list=CountryIPBlocks
add address=93.175.128.0/20 comment=POLAND list=CountryIPBlocks
add address=93.175.160.0/20 comment=POLAND list=CountryIPBlocks
add address=93.176.192.0/18 comment=POLAND list=CountryIPBlocks
add address=93.177.88.0/22 comment=POLAND list=CountryIPBlocks
add address=93.179.192.0/18 comment=POLAND list=CountryIPBlocks
add address=93.180.160.0/19 comment=POLAND list=CountryIPBlocks
add address=93.181.128.0/18 comment=POLAND list=CountryIPBlocks
add address=93.190.36.0/22 comment=POLAND list=CountryIPBlocks
add address=94.24.28.0/24 comment=POLAND list=CountryIPBlocks
add address=94.24.79.0/24 comment=POLAND list=CountryIPBlocks
add address=94.40.0.0/16 comment=POLAND list=CountryIPBlocks
add address=94.42.0.0/16 comment=POLAND list=CountryIPBlocks
add address=94.72.64.0/18 comment=POLAND list=CountryIPBlocks
add address=94.75.64.0/18 comment=POLAND list=CountryIPBlocks
add address=94.78.128.0/18 comment=POLAND list=CountryIPBlocks
add address=94.101.16.0/20 comment=POLAND list=CountryIPBlocks
add address=94.103.252.0/22 comment=POLAND list=CountryIPBlocks
add address=94.124.0.0/20 comment=POLAND list=CountryIPBlocks
add address=94.124.16.0/21 comment=POLAND list=CountryIPBlocks
add address=94.127.104.0/21 comment=POLAND list=CountryIPBlocks
add address=94.141.128.0/19 comment=POLAND list=CountryIPBlocks
add address=94.152.0.0/16 comment=POLAND list=CountryIPBlocks
add address=94.154.16.0/20 comment=POLAND list=CountryIPBlocks
add address=94.154.56.0/21 comment=POLAND list=CountryIPBlocks
add address=94.154.96.0/21 comment=POLAND list=CountryIPBlocks
add address=94.158.128.0/20 comment=POLAND list=CountryIPBlocks
add address=94.158.224.0/20 comment=POLAND list=CountryIPBlocks
add address=94.176.109.0/24 comment=POLAND list=CountryIPBlocks
add address=94.177.67.0/24 comment=POLAND list=CountryIPBlocks
add address=94.229.208.0/20 comment=POLAND list=CountryIPBlocks
add address=94.230.16.0/20 comment=POLAND list=CountryIPBlocks
add address=94.231.0.0/20 comment=POLAND list=CountryIPBlocks
add address=94.231.48.0/20 comment=POLAND list=CountryIPBlocks
add address=94.231.224.0/20 comment=POLAND list=CountryIPBlocks
add address=94.232.32.0/21 comment=POLAND list=CountryIPBlocks
add address=94.232.144.0/20 comment=POLAND list=CountryIPBlocks
add address=94.232.216.0/21 comment=POLAND list=CountryIPBlocks
add address=94.240.0.0/18 comment=POLAND list=CountryIPBlocks
add address=94.246.128.0/18 comment=POLAND list=CountryIPBlocks
add address=94.251.128.0/17 comment=POLAND list=CountryIPBlocks
add address=94.254.128.0/17 comment=POLAND list=CountryIPBlocks
add address=95.40.0.0/15 comment=POLAND list=CountryIPBlocks
add address=95.48.0.0/14 comment=POLAND list=CountryIPBlocks
add address=95.108.0.0/17 comment=POLAND list=CountryIPBlocks
add address=95.129.224.0/21 comment=POLAND list=CountryIPBlocks
add address=95.130.4.0/22 comment=POLAND list=CountryIPBlocks
add address=95.131.32.0/21 comment=POLAND list=CountryIPBlocks
add address=95.142.240.0/20 comment=POLAND list=CountryIPBlocks
add address=95.143.240.0/20 comment=POLAND list=CountryIPBlocks
add address=95.155.64.0/18 comment=POLAND list=CountryIPBlocks
add address=95.156.240.0/21 comment=POLAND list=CountryIPBlocks
add address=95.158.64.0/18 comment=POLAND list=CountryIPBlocks
add address=95.160.0.0/16 comment=POLAND list=CountryIPBlocks
add address=95.171.96.0/19 comment=POLAND list=CountryIPBlocks
add address=95.171.192.0/19 comment=POLAND list=CountryIPBlocks
add address=95.174.32.0/19 comment=POLAND list=CountryIPBlocks
add address=95.175.0.0/19 comment=POLAND list=CountryIPBlocks
add address=95.178.0.0/17 comment=POLAND list=CountryIPBlocks
add address=95.182.24.0/21 comment=POLAND list=CountryIPBlocks
add address=95.214.4.0/22 comment=POLAND list=CountryIPBlocks
add address=95.214.52.0/22 comment=POLAND list=CountryIPBlocks
add address=95.214.84.0/22 comment=POLAND list=CountryIPBlocks
add address=95.214.124.0/22 comment=POLAND list=CountryIPBlocks
add address=95.215.20.0/22 comment=POLAND list=CountryIPBlocks
add address=95.215.24.0/21 comment=POLAND list=CountryIPBlocks
add address=95.215.52.0/22 comment=POLAND list=CountryIPBlocks
add address=95.215.64.0/22 comment=POLAND list=CountryIPBlocks
add address=95.215.76.0/22 comment=POLAND list=CountryIPBlocks
add address=95.215.192.0/21 comment=POLAND list=CountryIPBlocks
add address=95.215.232.0/22 comment=POLAND list=CountryIPBlocks
add address=109.69.88.0/21 comment=POLAND list=CountryIPBlocks
add address=109.74.96.0/20 comment=POLAND list=CountryIPBlocks
add address=109.94.240.0/20 comment=POLAND list=CountryIPBlocks
add address=109.95.0.0/21 comment=POLAND list=CountryIPBlocks
add address=109.95.24.0/21 comment=POLAND list=CountryIPBlocks
add address=109.95.88.0/21 comment=POLAND list=CountryIPBlocks
add address=109.95.112.0/21 comment=POLAND list=CountryIPBlocks
add address=109.95.136.0/21 comment=POLAND list=CountryIPBlocks
add address=109.95.144.0/20 comment=POLAND list=CountryIPBlocks
add address=109.95.168.0/21 comment=POLAND list=CountryIPBlocks
add address=109.95.176.0/21 comment=POLAND list=CountryIPBlocks
add address=109.95.200.0/21 comment=POLAND list=CountryIPBlocks
add address=109.95.232.0/21 comment=POLAND list=CountryIPBlocks
add address=109.106.4.0/22 comment=POLAND list=CountryIPBlocks
add address=109.107.0.0/19 comment=POLAND list=CountryIPBlocks
add address=109.125.192.0/18 comment=POLAND list=CountryIPBlocks
add address=109.173.128.0/17 comment=POLAND list=CountryIPBlocks
add address=109.196.0.0/20 comment=POLAND list=CountryIPBlocks
add address=109.196.32.0/19 comment=POLAND list=CountryIPBlocks
add address=109.196.80.0/20 comment=POLAND list=CountryIPBlocks
add address=109.196.112.0/20 comment=POLAND list=CountryIPBlocks
add address=109.196.144.0/20 comment=POLAND list=CountryIPBlocks
add address=109.196.224.0/19 comment=POLAND list=CountryIPBlocks
add address=109.197.32.0/20 comment=POLAND list=CountryIPBlocks
add address=109.197.56.0/21 comment=POLAND list=CountryIPBlocks
add address=109.197.64.0/21 comment=POLAND list=CountryIPBlocks
add address=109.197.96.0/21 comment=POLAND list=CountryIPBlocks
add address=109.197.164.0/24 comment=POLAND list=CountryIPBlocks
add address=109.197.168.0/21 comment=POLAND list=CountryIPBlocks
add address=109.197.184.0/21 comment=POLAND list=CountryIPBlocks
add address=109.199.0.0/19 comment=POLAND list=CountryIPBlocks
add address=109.199.64.0/19 comment=POLAND list=CountryIPBlocks
add address=109.200.64.0/19 comment=POLAND list=CountryIPBlocks
add address=109.205.48.0/21 comment=POLAND list=CountryIPBlocks
add address=109.206.192.0/19 comment=POLAND list=CountryIPBlocks
add address=109.207.48.0/20 comment=POLAND list=CountryIPBlocks
add address=109.207.68.0/22 comment=POLAND list=CountryIPBlocks
add address=109.207.96.0/20 comment=POLAND list=CountryIPBlocks
add address=109.207.144.0/20 comment=POLAND list=CountryIPBlocks
add address=109.231.0.0/18 comment=POLAND list=CountryIPBlocks
add address=109.232.24.0/21 comment=POLAND list=CountryIPBlocks
add address=109.232.240.0/21 comment=POLAND list=CountryIPBlocks
add address=109.233.88.0/21 comment=POLAND list=CountryIPBlocks
add address=109.241.0.0/16 comment=POLAND list=CountryIPBlocks
add address=109.243.0.0/16 comment=POLAND list=CountryIPBlocks
add address=128.0.54.0/24 comment=POLAND list=CountryIPBlocks
add address=128.127.12.0/22 comment=POLAND list=CountryIPBlocks
add address=128.127.80.0/20 comment=POLAND list=CountryIPBlocks
add address=128.204.216.0/21 comment=POLAND list=CountryIPBlocks
add address=130.180.192.0/21 comment=POLAND list=CountryIPBlocks
add address=130.185.96.0/21 comment=POLAND list=CountryIPBlocks
add address=130.255.152.0/21 comment=POLAND list=CountryIPBlocks
add address=139.28.40.0/22 comment=POLAND list=CountryIPBlocks
add address=141.98.84.0/22 comment=POLAND list=CountryIPBlocks
add address=141.105.16.0/21 comment=POLAND list=CountryIPBlocks
add address=141.138.160.0/21 comment=POLAND list=CountryIPBlocks
add address=145.14.240.0/21 comment=POLAND list=CountryIPBlocks
add address=145.237.0.0/16 comment=POLAND list=CountryIPBlocks
add address=147.78.232.0/22 comment=POLAND list=CountryIPBlocks
add address=148.81.0.0/16 comment=POLAND list=CountryIPBlocks
add address=149.156.0.0/16 comment=POLAND list=CountryIPBlocks
add address=150.254.0.0/16 comment=POLAND list=CountryIPBlocks
add address=151.248.32.0/20 comment=POLAND list=CountryIPBlocks
add address=151.248.56.0/21 comment=POLAND list=CountryIPBlocks
add address=151.249.80.0/21 comment=POLAND list=CountryIPBlocks
add address=152.89.52.0/22 comment=POLAND list=CountryIPBlocks
add address=153.19.0.0/16 comment=POLAND list=CountryIPBlocks
add address=153.92.16.0/21 comment=POLAND list=CountryIPBlocks
add address=153.92.24.0/23 comment=POLAND list=CountryIPBlocks
add address=153.92.26.0/24 comment=POLAND list=CountryIPBlocks
add address=155.133.0.0/17 comment=POLAND list=CountryIPBlocks
add address=155.158.0.0/16 comment=POLAND list=CountryIPBlocks
add address=156.17.0.0/16 comment=POLAND list=CountryIPBlocks
add address=157.25.0.0/16 comment=POLAND list=CountryIPBlocks
add address=157.158.0.0/16 comment=POLAND list=CountryIPBlocks
add address=158.66.0.0/16 comment=POLAND list=CountryIPBlocks
add address=158.75.0.0/16 comment=POLAND list=CountryIPBlocks
add address=158.255.88.0/21 comment=POLAND list=CountryIPBlocks
add address=159.205.0.0/16 comment=POLAND list=CountryIPBlocks
add address=159.253.240.0/21 comment=POLAND list=CountryIPBlocks
add address=159.255.176.0/20 comment=POLAND list=CountryIPBlocks
add address=162.27.160.0/23 comment=POLAND list=CountryIPBlocks
add address=162.27.162.0/24 comment=POLAND list=CountryIPBlocks
add address=164.40.240.0/21 comment=POLAND list=CountryIPBlocks
add address=164.126.0.0/15 comment=POLAND list=CountryIPBlocks
add address=171.22.80.0/22 comment=POLAND list=CountryIPBlocks
add address=171.22.88.0/22 comment=POLAND list=CountryIPBlocks
add address=171.22.160.0/22 comment=POLAND list=CountryIPBlocks
add address=171.25.182.0/23 comment=POLAND list=CountryIPBlocks
add address=171.25.192.0/24 comment=POLAND list=CountryIPBlocks
add address=171.25.196.0/22 comment=POLAND list=CountryIPBlocks
add address=171.25.216.0/24 comment=POLAND list=CountryIPBlocks
add address=171.25.226.0/23 comment=POLAND list=CountryIPBlocks
add address=171.25.230.0/23 comment=POLAND list=CountryIPBlocks
add address=176.32.160.0/20 comment=POLAND list=CountryIPBlocks
add address=176.58.16.0/21 comment=POLAND list=CountryIPBlocks
add address=176.96.32.0/20 comment=POLAND list=CountryIPBlocks
add address=176.96.144.0/21 comment=POLAND list=CountryIPBlocks
add address=176.96.160.0/20 comment=POLAND list=CountryIPBlocks
add address=176.97.16.0/20 comment=POLAND list=CountryIPBlocks
add address=176.97.48.0/21 comment=POLAND list=CountryIPBlocks
add address=176.97.80.0/20 comment=POLAND list=CountryIPBlocks
add address=176.97.136.0/21 comment=POLAND list=CountryIPBlocks
add address=176.97.248.0/21 comment=POLAND list=CountryIPBlocks
add address=176.98.112.0/20 comment=POLAND list=CountryIPBlocks
add address=176.99.48.0/21 comment=POLAND list=CountryIPBlocks
add address=176.100.192.0/21 comment=POLAND list=CountryIPBlocks
add address=176.101.80.0/21 comment=POLAND list=CountryIPBlocks
add address=176.101.128.0/20 comment=POLAND list=CountryIPBlocks
add address=176.101.160.0/21 comment=POLAND list=CountryIPBlocks
add address=176.102.80.0/20 comment=POLAND list=CountryIPBlocks
add address=176.102.176.0/20 comment=POLAND list=CountryIPBlocks
add address=176.103.32.0/20 comment=POLAND list=CountryIPBlocks
add address=176.103.72.0/21 comment=POLAND list=CountryIPBlocks
add address=176.103.160.0/20 comment=POLAND list=CountryIPBlocks
add address=176.104.112.0/21 comment=POLAND list=CountryIPBlocks
add address=176.104.176.0/21 comment=POLAND list=CountryIPBlocks
add address=176.105.128.0/20 comment=POLAND list=CountryIPBlocks
add address=176.106.32.0/21 comment=POLAND list=CountryIPBlocks
add address=176.106.104.0/21 comment=POLAND list=CountryIPBlocks
add address=176.107.32.0/20 comment=POLAND list=CountryIPBlocks
add address=176.107.104.0/21 comment=POLAND list=CountryIPBlocks
add address=176.107.112.0/21 comment=POLAND list=CountryIPBlocks
add address=176.107.168.0/21 comment=POLAND list=CountryIPBlocks
add address=176.108.128.0/21 comment=POLAND list=CountryIPBlocks
add address=176.109.48.0/21 comment=POLAND list=CountryIPBlocks
add address=176.109.128.0/21 comment=POLAND list=CountryIPBlocks
add address=176.109.160.0/21 comment=POLAND list=CountryIPBlocks
add address=176.110.144.0/20 comment=POLAND list=CountryIPBlocks
add address=176.111.16.0/20 comment=POLAND list=CountryIPBlocks
add address=176.111.112.0/20 comment=POLAND list=CountryIPBlocks
add address=176.111.128.0/19 comment=POLAND list=CountryIPBlocks
add address=176.111.168.0/22 comment=POLAND list=CountryIPBlocks
add address=176.111.224.0/20 comment=POLAND list=CountryIPBlocks
add address=176.112.72.0/21 comment=POLAND list=CountryIPBlocks
add address=176.112.112.0/21 comment=POLAND list=CountryIPBlocks
add address=176.113.192.0/20 comment=POLAND list=CountryIPBlocks
add address=176.114.232.0/21 comment=POLAND list=CountryIPBlocks
add address=176.115.0.0/19 comment=POLAND list=CountryIPBlocks
add address=176.115.80.0/21 comment=POLAND list=CountryIPBlocks
add address=176.115.240.0/20 comment=POLAND list=CountryIPBlocks
add address=176.116.148.0/22 comment=POLAND list=CountryIPBlocks
add address=176.116.200.0/21 comment=POLAND list=CountryIPBlocks
add address=176.118.136.0/21 comment=POLAND list=CountryIPBlocks
add address=176.119.32.0/19 comment=POLAND list=CountryIPBlocks
add address=176.120.120.0/21 comment=POLAND list=CountryIPBlocks
add address=176.121.80.0/21 comment=POLAND list=CountryIPBlocks
add address=176.121.112.0/20 comment=POLAND list=CountryIPBlocks
add address=176.122.199.0/24 comment=POLAND list=CountryIPBlocks
add address=176.122.212.0/22 comment=POLAND list=CountryIPBlocks
add address=176.122.216.0/21 comment=POLAND list=CountryIPBlocks
add address=176.122.224.0/20 comment=POLAND list=CountryIPBlocks
add address=176.122.240.0/22 comment=POLAND list=CountryIPBlocks
add address=176.122.244.0/23 comment=POLAND list=CountryIPBlocks
add address=176.123.60.0/23 comment=POLAND list=CountryIPBlocks
add address=176.123.223.0/24 comment=POLAND list=CountryIPBlocks
add address=176.124.140.0/22 comment=POLAND list=CountryIPBlocks
add address=176.124.190.0/24 comment=POLAND list=CountryIPBlocks
add address=176.124.240.0/22 comment=POLAND list=CountryIPBlocks
add address=176.124.244.0/23 comment=POLAND list=CountryIPBlocks
add address=176.126.56.0/22 comment=POLAND list=CountryIPBlocks
add address=176.126.222.0/24 comment=POLAND list=CountryIPBlocks
add address=176.126.248.0/22 comment=POLAND list=CountryIPBlocks
add address=176.221.96.0/19 comment=POLAND list=CountryIPBlocks
add address=176.227.160.0/21 comment=POLAND list=CountryIPBlocks
add address=176.241.72.0/21 comment=POLAND list=CountryIPBlocks
add address=176.241.240.0/21 comment=POLAND list=CountryIPBlocks
add address=178.16.96.0/19 comment=POLAND list=CountryIPBlocks
add address=178.17.216.0/22 comment=POLAND list=CountryIPBlocks
add address=178.19.96.0/20 comment=POLAND list=CountryIPBlocks
add address=178.19.176.0/20 comment=POLAND list=CountryIPBlocks
add address=178.20.24.0/22 comment=POLAND list=CountryIPBlocks
add address=178.21.136.0/21 comment=POLAND list=CountryIPBlocks
add address=178.21.152.0/21 comment=POLAND list=CountryIPBlocks
add address=178.23.104.0/21 comment=POLAND list=CountryIPBlocks
add address=178.23.192.0/21 comment=POLAND list=CountryIPBlocks
add address=178.36.0.0/15 comment=POLAND list=CountryIPBlocks
add address=178.42.0.0/15 comment=POLAND list=CountryIPBlocks
add address=178.56.0.0/16 comment=POLAND list=CountryIPBlocks
add address=178.73.0.0/18 comment=POLAND list=CountryIPBlocks
add address=178.159.128.0/20 comment=POLAND list=CountryIPBlocks
add address=178.159.160.0/20 comment=POLAND list=CountryIPBlocks
add address=178.159.192.0/20 comment=POLAND list=CountryIPBlocks
add address=178.180.0.0/14 comment=POLAND list=CountryIPBlocks
add address=178.212.24.0/21 comment=POLAND list=CountryIPBlocks
add address=178.212.40.0/21 comment=POLAND list=CountryIPBlocks
add address=178.212.48.0/21 comment=POLAND list=CountryIPBlocks
add address=178.212.120.0/21 comment=POLAND list=CountryIPBlocks
add address=178.212.144.0/20 comment=POLAND list=CountryIPBlocks
add address=178.212.160.0/20 comment=POLAND list=CountryIPBlocks
add address=178.212.216.0/21 comment=POLAND list=CountryIPBlocks
add address=178.212.255.0/24 comment=POLAND list=CountryIPBlocks
add address=178.213.56.0/21 comment=POLAND list=CountryIPBlocks
add address=178.213.72.0/24 comment=POLAND list=CountryIPBlocks
add address=178.213.88.0/21 comment=POLAND list=CountryIPBlocks
add address=178.213.96.0/21 comment=POLAND list=CountryIPBlocks
add address=178.213.120.0/21 comment=POLAND list=CountryIPBlocks
add address=178.213.136.0/21 comment=POLAND list=CountryIPBlocks
add address=178.213.160.0/21 comment=POLAND list=CountryIPBlocks
add address=178.213.216.0/21 comment=POLAND list=CountryIPBlocks
add address=178.214.0.0/19 comment=POLAND list=CountryIPBlocks
add address=178.214.128.0/19 comment=POLAND list=CountryIPBlocks
add address=178.215.192.0/20 comment=POLAND list=CountryIPBlocks
add address=178.216.24.0/21 comment=POLAND list=CountryIPBlocks
add address=178.216.40.0/21 comment=POLAND list=CountryIPBlocks
add address=178.216.88.0/21 comment=POLAND list=CountryIPBlocks
add address=178.216.104.0/21 comment=POLAND list=CountryIPBlocks
add address=178.216.136.0/21 comment=POLAND list=CountryIPBlocks
add address=178.216.200.0/21 comment=POLAND list=CountryIPBlocks
add address=178.217.32.0/21 comment=POLAND list=CountryIPBlocks
add address=178.217.112.0/21 comment=POLAND list=CountryIPBlocks
add address=178.217.136.0/21 comment=POLAND list=CountryIPBlocks
add address=178.217.184.0/21 comment=POLAND list=CountryIPBlocks
add address=178.217.192.0/21 comment=POLAND list=CountryIPBlocks
add address=178.217.216.0/21 comment=POLAND list=CountryIPBlocks
add address=178.217.248.0/21 comment=POLAND list=CountryIPBlocks
add address=178.218.224.0/20 comment=POLAND list=CountryIPBlocks
add address=178.218.244.0/22 comment=POLAND list=CountryIPBlocks
add address=178.219.16.0/20 comment=POLAND list=CountryIPBlocks
add address=178.219.96.0/19 comment=POLAND list=CountryIPBlocks
add address=178.219.128.0/20 comment=POLAND list=CountryIPBlocks
add address=178.235.0.0/16 comment=POLAND list=CountryIPBlocks
add address=178.238.240.0/20 comment=POLAND list=CountryIPBlocks
add address=178.239.0.0/20 comment=POLAND list=CountryIPBlocks
add address=178.239.20.0/22 comment=POLAND list=CountryIPBlocks
add address=178.239.128.0/20 comment=POLAND list=CountryIPBlocks
add address=178.248.72.0/21 comment=POLAND list=CountryIPBlocks
add address=178.249.88.0/21 comment=POLAND list=CountryIPBlocks
add address=178.250.40.0/21 comment=POLAND list=CountryIPBlocks
add address=178.251.120.0/22 comment=POLAND list=CountryIPBlocks
add address=178.252.0.0/18 comment=POLAND list=CountryIPBlocks
add address=178.255.40.0/21 comment=POLAND list=CountryIPBlocks
add address=185.1.4.0/22 comment=POLAND list=CountryIPBlocks
add address=185.1.9.0/24 comment=POLAND list=CountryIPBlocks
add address=185.1.10.0/23 comment=POLAND list=CountryIPBlocks
add address=185.1.17.0/24 comment=POLAND list=CountryIPBlocks
add address=185.1.29.0/24 comment=POLAND list=CountryIPBlocks
add address=185.1.37.0/24 comment=POLAND list=CountryIPBlocks
add address=185.1.42.0/24 comment=POLAND list=CountryIPBlocks
add address=185.1.75.0/24 comment=POLAND list=CountryIPBlocks
add address=185.1.91.0/24 comment=POLAND list=CountryIPBlocks
add address=185.1.130.0/24 comment=POLAND list=CountryIPBlocks
add address=185.1.145.0/24 comment=POLAND list=CountryIPBlocks
add address=185.2.36.0/22 comment=POLAND list=CountryIPBlocks
add address=185.2.60.0/22 comment=POLAND list=CountryIPBlocks
add address=185.2.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.3.60.0/22 comment=POLAND list=CountryIPBlocks
add address=185.3.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.3.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.4.212.0/22 comment=POLAND list=CountryIPBlocks
add address=185.5.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.5.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.6.0.0/22 comment=POLAND list=CountryIPBlocks
add address=185.6.28.0/22 comment=POLAND list=CountryIPBlocks
add address=185.6.52.0/22 comment=POLAND list=CountryIPBlocks
add address=185.6.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.7.104.0/22 comment=POLAND list=CountryIPBlocks
add address=185.7.168.0/22 comment=POLAND list=CountryIPBlocks
add address=185.9.56.0/22 comment=POLAND list=CountryIPBlocks
add address=185.9.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.10.24.0/22 comment=POLAND list=CountryIPBlocks
add address=185.10.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.11.100.0/22 comment=POLAND list=CountryIPBlocks
add address=185.11.108.0/22 comment=POLAND list=CountryIPBlocks
add address=185.11.128.0/22 comment=POLAND list=CountryIPBlocks
add address=185.12.20.0/22 comment=POLAND list=CountryIPBlocks
add address=185.13.144.0/22 comment=POLAND list=CountryIPBlocks
add address=185.13.168.0/21 comment=POLAND list=CountryIPBlocks
add address=185.13.184.0/22 comment=POLAND list=CountryIPBlocks
add address=185.13.232.0/22 comment=POLAND list=CountryIPBlocks
add address=185.14.72.0/22 comment=POLAND list=CountryIPBlocks
add address=185.14.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.14.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.15.0.0/22 comment=POLAND list=CountryIPBlocks
add address=185.15.44.0/22 comment=POLAND list=CountryIPBlocks
add address=185.15.80.0/22 comment=POLAND list=CountryIPBlocks
add address=185.15.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.15.232.0/22 comment=POLAND list=CountryIPBlocks
add address=185.16.32.0/21 comment=POLAND list=CountryIPBlocks
add address=185.16.128.0/22 comment=POLAND list=CountryIPBlocks
add address=185.16.144.0/22 comment=POLAND list=CountryIPBlocks
add address=185.17.40.0/22 comment=POLAND list=CountryIPBlocks
add address=185.17.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.18.68.0/22 comment=POLAND list=CountryIPBlocks
add address=185.18.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.18.140.0/22 comment=POLAND list=CountryIPBlocks
add address=185.18.176.0/22 comment=POLAND list=CountryIPBlocks
add address=185.19.116.0/22 comment=POLAND list=CountryIPBlocks
add address=185.20.20.0/22 comment=POLAND list=CountryIPBlocks
add address=185.20.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.20.172.0/22 comment=POLAND list=CountryIPBlocks
add address=185.21.36.0/22 comment=POLAND list=CountryIPBlocks
add address=185.21.84.0/22 comment=POLAND list=CountryIPBlocks
add address=185.21.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.22.8.0/22 comment=POLAND list=CountryIPBlocks
add address=185.22.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.22.136.0/22 comment=POLAND list=CountryIPBlocks
add address=185.23.12.0/22 comment=POLAND list=CountryIPBlocks
add address=185.23.20.0/22 comment=POLAND list=CountryIPBlocks
add address=185.23.44.0/22 comment=POLAND list=CountryIPBlocks
add address=185.23.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.23.200.0/22 comment=POLAND list=CountryIPBlocks
add address=185.24.24.0/22 comment=POLAND list=CountryIPBlocks
add address=185.24.88.0/22 comment=POLAND list=CountryIPBlocks
add address=185.24.108.0/22 comment=POLAND list=CountryIPBlocks
add address=185.24.164.0/22 comment=POLAND list=CountryIPBlocks
add address=185.24.196.0/22 comment=POLAND list=CountryIPBlocks
add address=185.24.200.0/22 comment=POLAND list=CountryIPBlocks
add address=185.24.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.25.108.0/22 comment=POLAND list=CountryIPBlocks
add address=185.25.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.25.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.25.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.27.52.0/22 comment=POLAND list=CountryIPBlocks
add address=185.27.188.0/22 comment=POLAND list=CountryIPBlocks
add address=185.28.16.0/22 comment=POLAND list=CountryIPBlocks
add address=185.28.116.0/22 comment=POLAND list=CountryIPBlocks
add address=185.28.176.0/22 comment=POLAND list=CountryIPBlocks
add address=185.28.248.0/22 comment=POLAND list=CountryIPBlocks
add address=185.29.12.0/22 comment=POLAND list=CountryIPBlocks
add address=185.29.84.0/22 comment=POLAND list=CountryIPBlocks
add address=185.29.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.30.0.0/22 comment=POLAND list=CountryIPBlocks
add address=185.30.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.31.24.0/22 comment=POLAND list=CountryIPBlocks
add address=185.31.48.0/22 comment=POLAND list=CountryIPBlocks
add address=185.31.80.0/22 comment=POLAND list=CountryIPBlocks
add address=185.31.88.0/22 comment=POLAND list=CountryIPBlocks
add address=185.31.184.0/22 comment=POLAND list=CountryIPBlocks
add address=185.31.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.32.4.0/22 comment=POLAND list=CountryIPBlocks
add address=185.32.48.0/22 comment=POLAND list=CountryIPBlocks
add address=185.32.144.0/22 comment=POLAND list=CountryIPBlocks
add address=185.32.156.0/22 comment=POLAND list=CountryIPBlocks
add address=185.33.36.0/22 comment=POLAND list=CountryIPBlocks
add address=185.34.28.0/22 comment=POLAND list=CountryIPBlocks
add address=185.34.48.0/22 comment=POLAND list=CountryIPBlocks
add address=185.34.76.0/22 comment=POLAND list=CountryIPBlocks
add address=185.34.236.0/22 comment=POLAND list=CountryIPBlocks
add address=185.35.196.0/22 comment=POLAND list=CountryIPBlocks
add address=185.36.152.0/22 comment=POLAND list=CountryIPBlocks
add address=185.36.168.0/22 comment=POLAND list=CountryIPBlocks
add address=185.37.32.0/22 comment=POLAND list=CountryIPBlocks
add address=185.37.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.38.220.0/22 comment=POLAND list=CountryIPBlocks
add address=185.38.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.38.248.0/22 comment=POLAND list=CountryIPBlocks
add address=185.39.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.40.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.40.196.0/22 comment=POLAND list=CountryIPBlocks
add address=185.40.228.0/22 comment=POLAND list=CountryIPBlocks
add address=185.41.68.0/22 comment=POLAND list=CountryIPBlocks
add address=185.41.80.0/22 comment=POLAND list=CountryIPBlocks
add address=185.41.92.0/22 comment=POLAND list=CountryIPBlocks
add address=185.41.128.0/22 comment=POLAND list=CountryIPBlocks
add address=185.42.44.0/22 comment=POLAND list=CountryIPBlocks
add address=185.42.184.0/22 comment=POLAND list=CountryIPBlocks
add address=185.43.136.0/22 comment=POLAND list=CountryIPBlocks
add address=185.43.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.44.172.0/22 comment=POLAND list=CountryIPBlocks
add address=185.44.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.45.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.46.92.0/22 comment=POLAND list=CountryIPBlocks
add address=185.46.104.0/22 comment=POLAND list=CountryIPBlocks
add address=185.46.168.0/22 comment=POLAND list=CountryIPBlocks
add address=185.46.204.0/22 comment=POLAND list=CountryIPBlocks
add address=185.46.244.0/22 comment=POLAND list=CountryIPBlocks
add address=185.47.64.0/22 comment=POLAND list=CountryIPBlocks
add address=185.48.8.0/22 comment=POLAND list=CountryIPBlocks
add address=185.48.28.0/22 comment=POLAND list=CountryIPBlocks
add address=185.48.128.0/22 comment=POLAND list=CountryIPBlocks
add address=185.48.168.0/22 comment=POLAND list=CountryIPBlocks
add address=185.48.176.0/22 comment=POLAND list=CountryIPBlocks
add address=185.48.232.0/22 comment=POLAND list=CountryIPBlocks
add address=185.49.12.0/22 comment=POLAND list=CountryIPBlocks
add address=185.49.28.0/22 comment=POLAND list=CountryIPBlocks
add address=185.49.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.49.200.0/22 comment=POLAND list=CountryIPBlocks
add address=185.50.48.0/22 comment=POLAND list=CountryIPBlocks
add address=185.50.164.0/22 comment=POLAND list=CountryIPBlocks
add address=185.51.88.0/22 comment=POLAND list=CountryIPBlocks
add address=185.51.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.51.116.0/22 comment=POLAND list=CountryIPBlocks
add address=185.51.180.0/22 comment=POLAND list=CountryIPBlocks
add address=185.52.168.0/22 comment=POLAND list=CountryIPBlocks
add address=185.52.192.0/22 comment=POLAND list=CountryIPBlocks
add address=185.53.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.53.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.53.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.53.144.0/22 comment=POLAND list=CountryIPBlocks
add address=185.53.152.0/22 comment=POLAND list=CountryIPBlocks
add address=185.54.52.0/22 comment=POLAND list=CountryIPBlocks
add address=185.54.56.0/22 comment=POLAND list=CountryIPBlocks
add address=185.54.100.0/22 comment=POLAND list=CountryIPBlocks
add address=185.54.184.0/22 comment=POLAND list=CountryIPBlocks
add address=185.55.64.0/22 comment=POLAND list=CountryIPBlocks
add address=185.56.36.0/22 comment=POLAND list=CountryIPBlocks
add address=185.56.172.0/22 comment=POLAND list=CountryIPBlocks
add address=185.56.188.0/22 comment=POLAND list=CountryIPBlocks
add address=185.56.208.0/22 comment=POLAND list=CountryIPBlocks
add address=185.56.244.0/22 comment=POLAND list=CountryIPBlocks
add address=185.58.48.0/22 comment=POLAND list=CountryIPBlocks
add address=185.58.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.58.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.59.4.0/22 comment=POLAND list=CountryIPBlocks
add address=185.59.88.0/22 comment=POLAND list=CountryIPBlocks
add address=185.59.108.0/22 comment=POLAND list=CountryIPBlocks
add address=185.59.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.59.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.59.232.0/22 comment=POLAND list=CountryIPBlocks
add address=185.60.184.0/22 comment=POLAND list=CountryIPBlocks
add address=185.60.228.0/22 comment=POLAND list=CountryIPBlocks
add address=185.60.244.0/22 comment=POLAND list=CountryIPBlocks
add address=185.61.4.0/22 comment=POLAND list=CountryIPBlocks
add address=185.61.216.0/21 comment=POLAND list=CountryIPBlocks
add address=185.62.92.0/22 comment=POLAND list=CountryIPBlocks
add address=185.62.180.0/22 comment=POLAND list=CountryIPBlocks
add address=185.63.108.0/22 comment=POLAND list=CountryIPBlocks
add address=185.63.200.0/22 comment=POLAND list=CountryIPBlocks
add address=185.64.28.0/22 comment=POLAND list=CountryIPBlocks
add address=185.66.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.66.212.0/22 comment=POLAND list=CountryIPBlocks
add address=185.67.8.0/22 comment=POLAND list=CountryIPBlocks
add address=185.67.68.0/22 comment=POLAND list=CountryIPBlocks
add address=185.67.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.68.12.0/22 comment=POLAND list=CountryIPBlocks
add address=185.68.24.0/22 comment=POLAND list=CountryIPBlocks
add address=185.68.184.0/22 comment=POLAND list=CountryIPBlocks
add address=185.68.244.0/22 comment=POLAND list=CountryIPBlocks
add address=185.69.0.0/22 comment=POLAND list=CountryIPBlocks
add address=185.69.20.0/22 comment=POLAND list=CountryIPBlocks
add address=185.69.192.0/21 comment=POLAND list=CountryIPBlocks
add address=185.70.36.0/22 comment=POLAND list=CountryIPBlocks
add address=185.70.180.0/22 comment=POLAND list=CountryIPBlocks
add address=185.71.20.0/22 comment=POLAND list=CountryIPBlocks
add address=185.71.144.0/22 comment=POLAND list=CountryIPBlocks
add address=185.71.212.0/22 comment=POLAND list=CountryIPBlocks
add address=185.71.240.0/22 comment=POLAND list=CountryIPBlocks
add address=185.72.32.0/22 comment=POLAND list=CountryIPBlocks
add address=185.72.184.0/22 comment=POLAND list=CountryIPBlocks
add address=185.72.196.0/22 comment=POLAND list=CountryIPBlocks
add address=185.73.60.0/22 comment=POLAND list=CountryIPBlocks
add address=185.73.88.0/22 comment=POLAND list=CountryIPBlocks
add address=185.73.180.0/22 comment=POLAND list=CountryIPBlocks
add address=185.73.208.0/22 comment=POLAND list=CountryIPBlocks
add address=185.73.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.73.228.0/22 comment=POLAND list=CountryIPBlocks
add address=185.74.84.0/22 comment=POLAND list=CountryIPBlocks
add address=185.75.0.0/22 comment=POLAND list=CountryIPBlocks
add address=185.75.36.0/22 comment=POLAND list=CountryIPBlocks
add address=185.75.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.75.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.76.104.0/22 comment=POLAND list=CountryIPBlocks
add address=185.76.240.0/22 comment=POLAND list=CountryIPBlocks
add address=185.77.76.0/22 comment=POLAND list=CountryIPBlocks
add address=185.77.136.0/22 comment=POLAND list=CountryIPBlocks
add address=185.77.216.0/21 comment=POLAND list=CountryIPBlocks
add address=185.78.72.0/21 comment=POLAND list=CountryIPBlocks
add address=185.78.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.78.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.79.32.0/22 comment=POLAND list=CountryIPBlocks
add address=185.79.48.0/22 comment=POLAND list=CountryIPBlocks
add address=185.79.76.0/22 comment=POLAND list=CountryIPBlocks
add address=185.79.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.79.136.0/22 comment=POLAND list=CountryIPBlocks
add address=185.79.240.0/22 comment=POLAND list=CountryIPBlocks
add address=185.80.32.0/22 comment=POLAND list=CountryIPBlocks
add address=185.80.56.0/22 comment=POLAND list=CountryIPBlocks
add address=185.80.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.80.212.0/22 comment=POLAND list=CountryIPBlocks
add address=185.81.56.0/22 comment=POLAND list=CountryIPBlocks
add address=185.81.104.0/22 comment=POLAND list=CountryIPBlocks
add address=185.81.144.0/22 comment=POLAND list=CountryIPBlocks
add address=185.81.172.0/22 comment=POLAND list=CountryIPBlocks
add address=185.81.184.0/22 comment=POLAND list=CountryIPBlocks
add address=185.82.248.0/22 comment=POLAND list=CountryIPBlocks
add address=185.83.44.0/22 comment=POLAND list=CountryIPBlocks
add address=185.84.136.0/22 comment=POLAND list=CountryIPBlocks
add address=185.87.136.0/22 comment=POLAND list=CountryIPBlocks
add address=185.87.144.0/22 comment=POLAND list=CountryIPBlocks
add address=185.87.232.0/22 comment=POLAND list=CountryIPBlocks
add address=185.88.36.0/22 comment=POLAND list=CountryIPBlocks
add address=185.88.96.0/21 comment=POLAND list=CountryIPBlocks
add address=185.89.40.0/22 comment=POLAND list=CountryIPBlocks
add address=185.89.64.0/22 comment=POLAND list=CountryIPBlocks
add address=185.89.104.0/21 comment=POLAND list=CountryIPBlocks
add address=185.89.176.0/22 comment=POLAND list=CountryIPBlocks
add address=185.89.184.0/22 comment=POLAND list=CountryIPBlocks
add address=185.91.212.0/22 comment=POLAND list=CountryIPBlocks
add address=185.92.48.0/22 comment=POLAND list=CountryIPBlocks
add address=185.92.156.0/22 comment=POLAND list=CountryIPBlocks
add address=185.92.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.92.248.0/22 comment=POLAND list=CountryIPBlocks
add address=185.93.32.0/22 comment=POLAND list=CountryIPBlocks
add address=185.93.72.0/22 comment=POLAND list=CountryIPBlocks
add address=185.93.92.0/22 comment=POLAND list=CountryIPBlocks
add address=185.93.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.93.240.0/22 comment=POLAND list=CountryIPBlocks
add address=185.94.68.0/22 comment=POLAND list=CountryIPBlocks
add address=185.95.100.0/22 comment=POLAND list=CountryIPBlocks
add address=185.95.196.0/22 comment=POLAND list=CountryIPBlocks
add address=185.95.228.0/22 comment=POLAND list=CountryIPBlocks
add address=185.96.8.0/22 comment=POLAND list=CountryIPBlocks
add address=185.96.36.0/22 comment=POLAND list=CountryIPBlocks
add address=185.96.52.0/22 comment=POLAND list=CountryIPBlocks
add address=185.96.80.0/22 comment=POLAND list=CountryIPBlocks
add address=185.96.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.96.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.97.0.0/22 comment=POLAND list=CountryIPBlocks
add address=185.97.16.0/22 comment=POLAND list=CountryIPBlocks
add address=185.97.76.0/22 comment=POLAND list=CountryIPBlocks
add address=185.98.40.0/22 comment=POLAND list=CountryIPBlocks
add address=185.99.104.0/22 comment=POLAND list=CountryIPBlocks
add address=185.99.172.0/22 comment=POLAND list=CountryIPBlocks
add address=185.99.192.0/22 comment=POLAND list=CountryIPBlocks
add address=185.100.156.0/22 comment=POLAND list=CountryIPBlocks
add address=185.100.228.0/22 comment=POLAND list=CountryIPBlocks
add address=185.101.72.0/22 comment=POLAND list=CountryIPBlocks
add address=185.101.128.0/22 comment=POLAND list=CountryIPBlocks
add address=185.101.188.0/22 comment=POLAND list=CountryIPBlocks
add address=185.101.200.0/22 comment=POLAND list=CountryIPBlocks
add address=185.101.232.0/22 comment=POLAND list=CountryIPBlocks
add address=185.102.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.102.188.0/22 comment=POLAND list=CountryIPBlocks
add address=185.103.60.0/22 comment=POLAND list=CountryIPBlocks
add address=185.103.152.0/22 comment=POLAND list=CountryIPBlocks
add address=185.104.64.0/22 comment=POLAND list=CountryIPBlocks
add address=185.104.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.105.8.0/22 comment=POLAND list=CountryIPBlocks
add address=185.105.44.0/22 comment=POLAND list=CountryIPBlocks
add address=185.105.140.0/22 comment=POLAND list=CountryIPBlocks
add address=185.106.168.0/22 comment=POLAND list=CountryIPBlocks
add address=185.107.64.0/22 comment=POLAND list=CountryIPBlocks
add address=185.107.140.0/22 comment=POLAND list=CountryIPBlocks
add address=185.108.68.0/22 comment=POLAND list=CountryIPBlocks
add address=185.109.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.110.4.0/22 comment=POLAND list=CountryIPBlocks
add address=185.110.48.0/22 comment=POLAND list=CountryIPBlocks
add address=185.110.128.0/22 comment=POLAND list=CountryIPBlocks
add address=185.111.24.0/22 comment=POLAND list=CountryIPBlocks
add address=185.111.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.112.40.0/22 comment=POLAND list=CountryIPBlocks
add address=185.112.56.0/22 comment=POLAND list=CountryIPBlocks
add address=185.112.116.0/22 comment=POLAND list=CountryIPBlocks
add address=185.113.32.0/22 comment=POLAND list=CountryIPBlocks
add address=185.113.136.0/22 comment=POLAND list=CountryIPBlocks
add address=185.114.92.0/22 comment=POLAND list=CountryIPBlocks
add address=185.115.44.0/22 comment=POLAND list=CountryIPBlocks
add address=185.115.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.115.152.0/22 comment=POLAND list=CountryIPBlocks
add address=185.116.136.0/22 comment=POLAND list=CountryIPBlocks
add address=185.116.252.0/22 comment=POLAND list=CountryIPBlocks
add address=185.117.84.0/22 comment=POLAND list=CountryIPBlocks
add address=185.118.212.0/22 comment=POLAND list=CountryIPBlocks
add address=185.119.12.0/22 comment=POLAND list=CountryIPBlocks
add address=185.119.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.119.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.119.184.0/22 comment=POLAND list=CountryIPBlocks
add address=185.119.208.0/22 comment=POLAND list=CountryIPBlocks
add address=185.120.64.0/22 comment=POLAND list=CountryIPBlocks
add address=185.122.60.0/22 comment=POLAND list=CountryIPBlocks
add address=185.122.88.0/22 comment=POLAND list=CountryIPBlocks
add address=185.122.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.122.104.0/22 comment=POLAND list=CountryIPBlocks
add address=185.122.136.0/22 comment=POLAND list=CountryIPBlocks
add address=185.122.144.0/21 comment=POLAND list=CountryIPBlocks
add address=185.122.172.0/22 comment=POLAND list=CountryIPBlocks
add address=185.123.48.0/22 comment=POLAND list=CountryIPBlocks
add address=185.123.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.123.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.124.116.0/22 comment=POLAND list=CountryIPBlocks
add address=185.124.128.0/22 comment=POLAND list=CountryIPBlocks
add address=185.124.184.0/22 comment=POLAND list=CountryIPBlocks
add address=185.125.4.0/22 comment=POLAND list=CountryIPBlocks
add address=185.125.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.125.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.126.188.0/22 comment=POLAND list=CountryIPBlocks
add address=185.127.20.0/22 comment=POLAND list=CountryIPBlocks
add address=185.127.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.128.20.0/22 comment=POLAND list=CountryIPBlocks
add address=185.128.156.0/22 comment=POLAND list=CountryIPBlocks
add address=185.129.32.0/22 comment=POLAND list=CountryIPBlocks
add address=185.129.76.0/22 comment=POLAND list=CountryIPBlocks
add address=185.129.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.130.108.0/22 comment=POLAND list=CountryIPBlocks
add address=185.130.180.0/22 comment=POLAND list=CountryIPBlocks
add address=185.130.208.0/22 comment=POLAND list=CountryIPBlocks
add address=185.131.32.0/22 comment=POLAND list=CountryIPBlocks
add address=185.131.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.131.240.0/22 comment=POLAND list=CountryIPBlocks
add address=185.133.88.0/22 comment=POLAND list=CountryIPBlocks
add address=185.133.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.135.0.0/22 comment=POLAND list=CountryIPBlocks
add address=185.135.88.0/22 comment=POLAND list=CountryIPBlocks
add address=185.135.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.135.192.0/22 comment=POLAND list=CountryIPBlocks
add address=185.135.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.136.92.0/22 comment=POLAND list=CountryIPBlocks
add address=185.136.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.136.152.0/22 comment=POLAND list=CountryIPBlocks
add address=185.136.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.137.48.0/22 comment=POLAND list=CountryIPBlocks
add address=185.137.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.137.248.0/22 comment=POLAND list=CountryIPBlocks
add address=185.138.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.138.236.0/22 comment=POLAND list=CountryIPBlocks
add address=185.139.16.0/22 comment=POLAND list=CountryIPBlocks
add address=185.139.40.0/22 comment=POLAND list=CountryIPBlocks
add address=185.139.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.140.24.0/22 comment=POLAND list=CountryIPBlocks
add address=185.140.76.0/22 comment=POLAND list=CountryIPBlocks
add address=185.140.100.0/22 comment=POLAND list=CountryIPBlocks
add address=185.140.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.141.136.0/22 comment=POLAND list=CountryIPBlocks
add address=185.142.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.142.204.0/22 comment=POLAND list=CountryIPBlocks
add address=185.143.32.0/22 comment=POLAND list=CountryIPBlocks
add address=185.143.116.0/22 comment=POLAND list=CountryIPBlocks
add address=185.143.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.144.172.0/22 comment=POLAND list=CountryIPBlocks
add address=185.144.244.0/22 comment=POLAND list=CountryIPBlocks
add address=185.146.8.0/22 comment=POLAND list=CountryIPBlocks
add address=185.146.52.0/22 comment=POLAND list=CountryIPBlocks
add address=185.146.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.146.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.146.244.0/22 comment=POLAND list=CountryIPBlocks
add address=185.147.52.0/22 comment=POLAND list=CountryIPBlocks
add address=185.147.68.0/22 comment=POLAND list=CountryIPBlocks
add address=185.147.252.0/22 comment=POLAND list=CountryIPBlocks
add address=185.148.64.0/22 comment=POLAND list=CountryIPBlocks
add address=185.149.0.0/22 comment=POLAND list=CountryIPBlocks
add address=185.149.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.149.200.0/22 comment=POLAND list=CountryIPBlocks
add address=185.150.44.0/22 comment=POLAND list=CountryIPBlocks
add address=185.150.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.150.236.0/22 comment=POLAND list=CountryIPBlocks
add address=185.150.248.0/22 comment=POLAND list=CountryIPBlocks
add address=185.151.72.0/22 comment=POLAND list=CountryIPBlocks
add address=185.151.116.0/22 comment=POLAND list=CountryIPBlocks
add address=185.151.244.0/22 comment=POLAND list=CountryIPBlocks
add address=185.152.76.0/22 comment=POLAND list=CountryIPBlocks
add address=185.152.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.153.32.0/21 comment=POLAND list=CountryIPBlocks
add address=185.154.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.155.40.0/22 comment=POLAND list=CountryIPBlocks
add address=185.156.32.0/22 comment=POLAND list=CountryIPBlocks
add address=185.157.12.0/22 comment=POLAND list=CountryIPBlocks
add address=185.157.80.0/22 comment=POLAND list=CountryIPBlocks
add address=185.157.164.0/22 comment=POLAND list=CountryIPBlocks
add address=185.157.172.0/22 comment=POLAND list=CountryIPBlocks
add address=185.157.236.0/22 comment=POLAND list=CountryIPBlocks
add address=185.160.12.0/22 comment=POLAND list=CountryIPBlocks
add address=185.160.48.0/22 comment=POLAND list=CountryIPBlocks
add address=185.161.92.0/22 comment=POLAND list=CountryIPBlocks
add address=185.162.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.164.140.0/22 comment=POLAND list=CountryIPBlocks
add address=185.165.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.166.168.0/22 comment=POLAND list=CountryIPBlocks
add address=185.167.32.0/22 comment=POLAND list=CountryIPBlocks
add address=185.167.140.0/22 comment=POLAND list=CountryIPBlocks
add address=185.167.212.0/22 comment=POLAND list=CountryIPBlocks
add address=185.168.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.168.208.0/22 comment=POLAND list=CountryIPBlocks
add address=185.170.32.0/22 comment=POLAND list=CountryIPBlocks
add address=185.170.104.0/22 comment=POLAND list=CountryIPBlocks
add address=185.170.200.0/22 comment=POLAND list=CountryIPBlocks
add address=185.172.84.0/22 comment=POLAND list=CountryIPBlocks
add address=185.172.116.0/22 comment=POLAND list=CountryIPBlocks
add address=185.172.208.0/22 comment=POLAND list=CountryIPBlocks
add address=185.172.240.0/22 comment=POLAND list=CountryIPBlocks
add address=185.172.248.0/22 comment=POLAND list=CountryIPBlocks
add address=185.174.12.0/22 comment=POLAND list=CountryIPBlocks
add address=185.174.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.174.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.174.152.0/22 comment=POLAND list=CountryIPBlocks
add address=185.175.104.0/22 comment=POLAND list=CountryIPBlocks
add address=185.175.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.176.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.177.236.0/22 comment=POLAND list=CountryIPBlocks
add address=185.178.84.0/22 comment=POLAND list=CountryIPBlocks
add address=185.178.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.178.156.0/22 comment=POLAND list=CountryIPBlocks
add address=185.178.236.0/22 comment=POLAND list=CountryIPBlocks
add address=185.179.56.0/22 comment=POLAND list=CountryIPBlocks
add address=185.179.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.180.108.0/22 comment=POLAND list=CountryIPBlocks
add address=185.180.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.180.204.0/22 comment=POLAND list=CountryIPBlocks
add address=185.180.208.0/22 comment=POLAND list=CountryIPBlocks
add address=185.182.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.182.128.0/22 comment=POLAND list=CountryIPBlocks
add address=185.182.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.182.244.0/22 comment=POLAND list=CountryIPBlocks
add address=185.183.36.0/22 comment=POLAND list=CountryIPBlocks
add address=185.183.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.183.236.0/22 comment=POLAND list=CountryIPBlocks
add address=185.184.8.0/22 comment=POLAND list=CountryIPBlocks
add address=185.184.80.0/22 comment=POLAND list=CountryIPBlocks
add address=185.184.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.184.180.0/22 comment=POLAND list=CountryIPBlocks
add address=185.185.144.0/22 comment=POLAND list=CountryIPBlocks
add address=185.186.16.0/21 comment=POLAND list=CountryIPBlocks
add address=185.186.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.186.152.0/21 comment=POLAND list=CountryIPBlocks
add address=185.186.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.186.252.0/22 comment=POLAND list=CountryIPBlocks
add address=185.187.52.0/22 comment=POLAND list=CountryIPBlocks
add address=185.188.68.0/22 comment=POLAND list=CountryIPBlocks
add address=185.188.116.0/22 comment=POLAND list=CountryIPBlocks
add address=185.188.164.0/22 comment=POLAND list=CountryIPBlocks
add address=185.189.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.189.136.0/22 comment=POLAND list=CountryIPBlocks
add address=185.189.204.0/22 comment=POLAND list=CountryIPBlocks
add address=185.189.212.0/22 comment=POLAND list=CountryIPBlocks
add address=185.191.244.0/22 comment=POLAND list=CountryIPBlocks
add address=185.192.100.0/22 comment=POLAND list=CountryIPBlocks
add address=185.192.240.0/22 comment=POLAND list=CountryIPBlocks
add address=185.193.112.0/21 comment=POLAND list=CountryIPBlocks
add address=185.193.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.194.212.0/22 comment=POLAND list=CountryIPBlocks
add address=185.194.220.0/22 comment=POLAND list=CountryIPBlocks
add address=185.194.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.195.192.0/22 comment=POLAND list=CountryIPBlocks
add address=185.196.228.0/22 comment=POLAND list=CountryIPBlocks
add address=185.198.0.0/22 comment=POLAND list=CountryIPBlocks
add address=185.198.16.0/22 comment=POLAND list=CountryIPBlocks
add address=185.199.252.0/22 comment=POLAND list=CountryIPBlocks
add address=185.200.44.0/22 comment=POLAND list=CountryIPBlocks
add address=185.200.48.0/22 comment=POLAND list=CountryIPBlocks
add address=185.200.80.0/22 comment=POLAND list=CountryIPBlocks
add address=185.201.68.0/22 comment=POLAND list=CountryIPBlocks
add address=185.201.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.202.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.202.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.203.128.0/22 comment=POLAND list=CountryIPBlocks
add address=185.203.252.0/22 comment=POLAND list=CountryIPBlocks
add address=185.204.192.0/22 comment=POLAND list=CountryIPBlocks
add address=185.204.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.204.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.205.84.0/22 comment=POLAND list=CountryIPBlocks
add address=185.205.152.0/22 comment=POLAND list=CountryIPBlocks
add address=185.206.112.0/22 comment=POLAND list=CountryIPBlocks
add address=185.207.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.208.164.0/22 comment=POLAND list=CountryIPBlocks
add address=185.209.68.0/22 comment=POLAND list=CountryIPBlocks
add address=185.209.248.0/22 comment=POLAND list=CountryIPBlocks
add address=185.210.36.0/22 comment=POLAND list=CountryIPBlocks
add address=185.210.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.211.28.0/22 comment=POLAND list=CountryIPBlocks
add address=185.212.40.0/22 comment=POLAND list=CountryIPBlocks
add address=185.212.64.0/22 comment=POLAND list=CountryIPBlocks
add address=185.212.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.212.164.0/22 comment=POLAND list=CountryIPBlocks
add address=185.213.36.0/22 comment=POLAND list=CountryIPBlocks
add address=185.215.72.0/22 comment=POLAND list=CountryIPBlocks
add address=185.216.172.0/22 comment=POLAND list=CountryIPBlocks
add address=185.216.180.0/22 comment=POLAND list=CountryIPBlocks
add address=185.217.24.0/22 comment=POLAND list=CountryIPBlocks
add address=185.217.212.0/22 comment=POLAND list=CountryIPBlocks
add address=185.218.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.218.156.0/22 comment=POLAND list=CountryIPBlocks
add address=185.219.36.0/22 comment=POLAND list=CountryIPBlocks
add address=185.219.200.0/22 comment=POLAND list=CountryIPBlocks
add address=185.220.64.0/22 comment=POLAND list=CountryIPBlocks
add address=185.221.80.0/22 comment=POLAND list=CountryIPBlocks
add address=185.221.108.0/22 comment=POLAND list=CountryIPBlocks
add address=185.222.4.0/22 comment=POLAND list=CountryIPBlocks
add address=185.225.100.0/22 comment=POLAND list=CountryIPBlocks
add address=185.225.108.0/22 comment=POLAND list=CountryIPBlocks
add address=185.225.228.0/22 comment=POLAND list=CountryIPBlocks
add address=185.225.248.0/22 comment=POLAND list=CountryIPBlocks
add address=185.226.44.0/22 comment=POLAND list=CountryIPBlocks
add address=185.226.60.0/22 comment=POLAND list=CountryIPBlocks
add address=185.226.248.0/22 comment=POLAND list=CountryIPBlocks
add address=185.227.188.0/22 comment=POLAND list=CountryIPBlocks
add address=185.227.192.0/22 comment=POLAND list=CountryIPBlocks
add address=185.228.108.0/22 comment=POLAND list=CountryIPBlocks
add address=185.228.140.0/22 comment=POLAND list=CountryIPBlocks
add address=185.229.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.230.28.0/22 comment=POLAND list=CountryIPBlocks
add address=185.230.108.0/22 comment=POLAND list=CountryIPBlocks
add address=185.230.156.0/22 comment=POLAND list=CountryIPBlocks
add address=185.230.168.0/22 comment=POLAND list=CountryIPBlocks
add address=185.230.200.0/22 comment=POLAND list=CountryIPBlocks
add address=185.230.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.231.12.0/22 comment=POLAND list=CountryIPBlocks
add address=185.231.80.0/22 comment=POLAND list=CountryIPBlocks
add address=185.231.148.0/22 comment=POLAND list=CountryIPBlocks
add address=185.231.188.0/22 comment=POLAND list=CountryIPBlocks
add address=185.233.16.0/22 comment=POLAND list=CountryIPBlocks
add address=185.233.24.0/22 comment=POLAND list=CountryIPBlocks
add address=185.233.72.0/22 comment=POLAND list=CountryIPBlocks
add address=185.233.156.0/22 comment=POLAND list=CountryIPBlocks
add address=185.233.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.234.88.0/22 comment=POLAND list=CountryIPBlocks
add address=185.234.208.0/22 comment=POLAND list=CountryIPBlocks
add address=185.234.216.0/22 comment=POLAND list=CountryIPBlocks
add address=185.234.232.0/22 comment=POLAND list=CountryIPBlocks
add address=185.234.240.0/22 comment=POLAND list=CountryIPBlocks
add address=185.235.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.235.248.0/22 comment=POLAND list=CountryIPBlocks
add address=185.236.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.236.108.0/22 comment=POLAND list=CountryIPBlocks
add address=185.236.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.236.240.0/22 comment=POLAND list=CountryIPBlocks
add address=185.237.20.0/22 comment=POLAND list=CountryIPBlocks
add address=185.237.28.0/22 comment=POLAND list=CountryIPBlocks
add address=185.237.56.0/22 comment=POLAND list=CountryIPBlocks
add address=185.237.140.0/22 comment=POLAND list=CountryIPBlocks
add address=185.237.156.0/22 comment=POLAND list=CountryIPBlocks
add address=185.237.160.0/22 comment=POLAND list=CountryIPBlocks
add address=185.238.60.0/22 comment=POLAND list=CountryIPBlocks
add address=185.238.64.0/22 comment=POLAND list=CountryIPBlocks
add address=185.238.72.0/22 comment=POLAND list=CountryIPBlocks
add address=185.238.120.0/22 comment=POLAND list=CountryIPBlocks
add address=185.238.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.238.204.0/22 comment=POLAND list=CountryIPBlocks
add address=185.238.236.0/22 comment=POLAND list=CountryIPBlocks
add address=185.239.12.0/22 comment=POLAND list=CountryIPBlocks
add address=185.239.40.0/22 comment=POLAND list=CountryIPBlocks
add address=185.239.232.0/22 comment=POLAND list=CountryIPBlocks
add address=185.240.8.0/22 comment=POLAND list=CountryIPBlocks
add address=185.240.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.240.108.0/22 comment=POLAND list=CountryIPBlocks
add address=185.241.104.0/22 comment=POLAND list=CountryIPBlocks
add address=185.241.196.0/22 comment=POLAND list=CountryIPBlocks
add address=185.241.232.0/22 comment=POLAND list=CountryIPBlocks
add address=185.241.252.0/22 comment=POLAND list=CountryIPBlocks
add address=185.242.32.0/22 comment=POLAND list=CountryIPBlocks
add address=185.242.124.0/22 comment=POLAND list=CountryIPBlocks
add address=185.242.132.0/22 comment=POLAND list=CountryIPBlocks
add address=185.242.152.0/22 comment=POLAND list=CountryIPBlocks
add address=185.242.252.0/22 comment=POLAND list=CountryIPBlocks
add address=185.243.4.0/22 comment=POLAND list=CountryIPBlocks
add address=185.243.28.0/22 comment=POLAND list=CountryIPBlocks
add address=185.243.52.0/22 comment=POLAND list=CountryIPBlocks
add address=185.243.228.0/22 comment=POLAND list=CountryIPBlocks
add address=185.243.252.0/22 comment=POLAND list=CountryIPBlocks
add address=185.244.64.0/22 comment=POLAND list=CountryIPBlocks
add address=185.244.84.0/22 comment=POLAND list=CountryIPBlocks
add address=185.244.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.245.0.0/22 comment=POLAND list=CountryIPBlocks
add address=185.245.44.0/22 comment=POLAND list=CountryIPBlocks
add address=185.245.192.0/22 comment=POLAND list=CountryIPBlocks
add address=185.246.204.0/22 comment=POLAND list=CountryIPBlocks
add address=185.247.228.0/22 comment=POLAND list=CountryIPBlocks
add address=185.247.252.0/22 comment=POLAND list=CountryIPBlocks
add address=185.248.212.0/22 comment=POLAND list=CountryIPBlocks
add address=185.249.228.0/22 comment=POLAND list=CountryIPBlocks
add address=185.251.44.0/22 comment=POLAND list=CountryIPBlocks
add address=185.251.84.0/22 comment=POLAND list=CountryIPBlocks
add address=185.251.196.0/22 comment=POLAND list=CountryIPBlocks
add address=185.251.248.0/22 comment=POLAND list=CountryIPBlocks
add address=185.252.96.0/22 comment=POLAND list=CountryIPBlocks
add address=185.252.180.0/22 comment=POLAND list=CountryIPBlocks
add address=185.253.64.0/22 comment=POLAND list=CountryIPBlocks
add address=185.253.164.0/22 comment=POLAND list=CountryIPBlocks
add address=185.253.212.0/22 comment=POLAND list=CountryIPBlocks
add address=185.253.228.0/22 comment=POLAND list=CountryIPBlocks
add address=185.253.232.0/22 comment=POLAND list=CountryIPBlocks
add address=185.253.240.0/22 comment=POLAND list=CountryIPBlocks
add address=185.254.4.0/22 comment=POLAND list=CountryIPBlocks
add address=185.254.184.0/22 comment=POLAND list=CountryIPBlocks
add address=185.254.220.0/22 comment=POLAND list=CountryIPBlocks
add address=185.255.12.0/22 comment=POLAND list=CountryIPBlocks
add address=185.255.40.0/22 comment=POLAND list=CountryIPBlocks
add address=185.255.224.0/22 comment=POLAND list=CountryIPBlocks
add address=185.255.252.0/22 comment=POLAND list=CountryIPBlocks
add address=188.0.32.0/21 comment=POLAND list=CountryIPBlocks
add address=188.33.0.0/16 comment=POLAND list=CountryIPBlocks
add address=188.47.0.0/16 comment=POLAND list=CountryIPBlocks
add address=188.64.80.0/21 comment=POLAND list=CountryIPBlocks
add address=188.65.40.0/21 comment=POLAND list=CountryIPBlocks
add address=188.68.224.0/19 comment=POLAND list=CountryIPBlocks
add address=188.93.160.0/21 comment=POLAND list=CountryIPBlocks
add address=188.95.24.0/21 comment=POLAND list=CountryIPBlocks
add address=188.112.0.0/18 comment=POLAND list=CountryIPBlocks
add address=188.114.64.0/19 comment=POLAND list=CountryIPBlocks
add address=188.116.0.0/18 comment=POLAND list=CountryIPBlocks
add address=188.117.128.0/18 comment=POLAND list=CountryIPBlocks
add address=188.121.0.0/19 comment=POLAND list=CountryIPBlocks
add address=188.122.0.0/19 comment=POLAND list=CountryIPBlocks
add address=188.123.192.0/19 comment=POLAND list=CountryIPBlocks
add address=188.124.160.0/19 comment=POLAND list=CountryIPBlocks
add address=188.125.32.0/19 comment=POLAND list=CountryIPBlocks
add address=188.125.128.0/19 comment=POLAND list=CountryIPBlocks
add address=188.125.224.0/19 comment=POLAND list=CountryIPBlocks
add address=188.127.0.0/19 comment=POLAND list=CountryIPBlocks
add address=188.128.128.0/17 comment=POLAND list=CountryIPBlocks
add address=188.137.0.0/17 comment=POLAND list=CountryIPBlocks
add address=188.146.0.0/15 comment=POLAND list=CountryIPBlocks
add address=188.164.144.0/21 comment=POLAND list=CountryIPBlocks
add address=188.164.240.0/21 comment=POLAND list=CountryIPBlocks
add address=188.191.128.0/23 comment=POLAND list=CountryIPBlocks
add address=188.191.200.0/21 comment=POLAND list=CountryIPBlocks
add address=188.191.216.0/21 comment=POLAND list=CountryIPBlocks
add address=188.208.216.0/23 comment=POLAND list=CountryIPBlocks
add address=188.210.220.0/22 comment=POLAND list=CountryIPBlocks
add address=188.212.39.0/24 comment=POLAND list=CountryIPBlocks
add address=188.215.96.0/22 comment=POLAND list=CountryIPBlocks
add address=188.246.128.0/19 comment=POLAND list=CountryIPBlocks
add address=188.252.0.0/17 comment=POLAND list=CountryIPBlocks
add address=192.54.220.0/24 comment=POLAND list=CountryIPBlocks
add address=192.55.109.0/24 comment=POLAND list=CountryIPBlocks
add address=192.68.51.0/24 comment=POLAND list=CountryIPBlocks
add address=192.83.165.0/24 comment=POLAND list=CountryIPBlocks
add address=192.86.14.0/24 comment=POLAND list=CountryIPBlocks
add address=192.88.204.0/24 comment=POLAND list=CountryIPBlocks
add address=192.102.225.0/24 comment=POLAND list=CountryIPBlocks
add address=192.109.84.0/23 comment=POLAND list=CountryIPBlocks
add address=192.109.132.0/23 comment=POLAND list=CountryIPBlocks
add address=192.109.240.0/23 comment=POLAND list=CountryIPBlocks
add address=192.109.244.0/23 comment=POLAND list=CountryIPBlocks
add address=192.124.116.0/24 comment=POLAND list=CountryIPBlocks
add address=192.135.254.0/24 comment=POLAND list=CountryIPBlocks
add address=192.145.224.0/22 comment=POLAND list=CountryIPBlocks
add address=192.147.42.0/24 comment=POLAND list=CountryIPBlocks
add address=192.147.141.0/24 comment=POLAND list=CountryIPBlocks
add address=192.149.3.0/24 comment=POLAND list=CountryIPBlocks
add address=192.150.83.0/24 comment=POLAND list=CountryIPBlocks
add address=192.150.104.0/24 comment=POLAND list=CountryIPBlocks
add address=192.153.127.0/24 comment=POLAND list=CountryIPBlocks
add address=192.160.110.0/24 comment=POLAND list=CountryIPBlocks
add address=192.162.44.0/22 comment=POLAND list=CountryIPBlocks
add address=192.162.48.0/22 comment=POLAND list=CountryIPBlocks
add address=192.162.60.0/22 comment=POLAND list=CountryIPBlocks
add address=192.162.92.0/22 comment=POLAND list=CountryIPBlocks
add address=192.162.128.0/22 comment=POLAND list=CountryIPBlocks
add address=192.162.144.0/21 comment=POLAND list=CountryIPBlocks
add address=192.162.164.0/22 comment=POLAND list=CountryIPBlocks
add address=192.162.172.0/22 comment=POLAND list=CountryIPBlocks
add address=192.162.176.0/22 comment=POLAND list=CountryIPBlocks
add address=192.162.248.0/24 comment=POLAND list=CountryIPBlocks
add address=192.166.32.0/22 comment=POLAND list=CountryIPBlocks
add address=192.166.120.0/23 comment=POLAND list=CountryIPBlocks
add address=192.166.202.0/23 comment=POLAND list=CountryIPBlocks
add address=192.166.216.0/21 comment=POLAND list=CountryIPBlocks
add address=192.166.255.0/24 comment=POLAND list=CountryIPBlocks
add address=192.188.233.0/24 comment=POLAND list=CountryIPBlocks
add address=192.188.234.0/23 comment=POLAND list=CountryIPBlocks
add address=192.188.236.0/23 comment=POLAND list=CountryIPBlocks
add address=192.195.72.0/24 comment=POLAND list=CountryIPBlocks
add address=192.195.106.0/24 comment=POLAND list=CountryIPBlocks
add address=192.245.169.0/24 comment=POLAND list=CountryIPBlocks
add address=193.0.64.0/18 comment=POLAND list=CountryIPBlocks
add address=193.0.128.0/24 comment=POLAND list=CountryIPBlocks
add address=193.0.144.0/24 comment=POLAND list=CountryIPBlocks
add address=193.0.192.0/22 comment=POLAND list=CountryIPBlocks
add address=193.0.196.0/23 comment=POLAND list=CountryIPBlocks
add address=193.0.208.0/22 comment=POLAND list=CountryIPBlocks
add address=193.0.236.0/24 comment=POLAND list=CountryIPBlocks
add address=193.0.242.0/24 comment=POLAND list=CountryIPBlocks
add address=193.8.2.0/23 comment=POLAND list=CountryIPBlocks
add address=193.8.45.0/24 comment=POLAND list=CountryIPBlocks
add address=193.8.54.0/23 comment=POLAND list=CountryIPBlocks
add address=193.8.57.0/24 comment=POLAND list=CountryIPBlocks
add address=193.8.61.0/24 comment=POLAND list=CountryIPBlocks
add address=193.8.80.0/22 comment=POLAND list=CountryIPBlocks
add address=193.8.182.0/23 comment=POLAND list=CountryIPBlocks
add address=193.8.236.0/23 comment=POLAND list=CountryIPBlocks
add address=193.9.25.0/24 comment=POLAND list=CountryIPBlocks
add address=193.9.30.0/23 comment=POLAND list=CountryIPBlocks
add address=193.9.121.0/24 comment=POLAND list=CountryIPBlocks
add address=193.9.123.0/24 comment=POLAND list=CountryIPBlocks
add address=193.16.99.0/24 comment=POLAND list=CountryIPBlocks
add address=193.16.107.0/24 comment=POLAND list=CountryIPBlocks
add address=193.16.229.0/24 comment=POLAND list=CountryIPBlocks
add address=193.16.240.0/24 comment=POLAND list=CountryIPBlocks
add address=193.16.255.0/24 comment=POLAND list=CountryIPBlocks
add address=193.17.14.0/24 comment=POLAND list=CountryIPBlocks
add address=193.17.41.0/24 comment=POLAND list=CountryIPBlocks
add address=193.17.54.0/24 comment=POLAND list=CountryIPBlocks
add address=193.17.71.0/24 comment=POLAND list=CountryIPBlocks
add address=193.17.84.0/24 comment=POLAND list=CountryIPBlocks
add address=193.17.172.0/24 comment=POLAND list=CountryIPBlocks
add address=193.17.174.0/24 comment=POLAND list=CountryIPBlocks
add address=193.17.184.0/24 comment=POLAND list=CountryIPBlocks
add address=193.17.200.0/24 comment=POLAND list=CountryIPBlocks
add address=193.17.203.0/24 comment=POLAND list=CountryIPBlocks
add address=193.17.212.0/24 comment=POLAND list=CountryIPBlocks
add address=193.17.214.0/24 comment=POLAND list=CountryIPBlocks
add address=193.17.223.0/24 comment=POLAND list=CountryIPBlocks
add address=193.19.104.0/23 comment=POLAND list=CountryIPBlocks
add address=193.19.122.0/23 comment=POLAND list=CountryIPBlocks
add address=193.19.124.0/23 comment=POLAND list=CountryIPBlocks
add address=193.19.140.0/22 comment=POLAND list=CountryIPBlocks
add address=193.19.164.0/22 comment=POLAND list=CountryIPBlocks
add address=193.19.212.0/22 comment=POLAND list=CountryIPBlocks
add address=193.19.248.0/22 comment=POLAND list=CountryIPBlocks
add address=193.22.28.0/24 comment=POLAND list=CountryIPBlocks
add address=193.22.81.0/24 comment=POLAND list=CountryIPBlocks
add address=193.22.83.0/24 comment=POLAND list=CountryIPBlocks
add address=193.22.91.0/24 comment=POLAND list=CountryIPBlocks
add address=193.22.169.0/24 comment=POLAND list=CountryIPBlocks
add address=193.22.175.0/24 comment=POLAND list=CountryIPBlocks
add address=193.22.240.0/23 comment=POLAND list=CountryIPBlocks
add address=193.22.246.0/23 comment=POLAND list=CountryIPBlocks
add address=193.22.252.0/24 comment=POLAND list=CountryIPBlocks
add address=193.23.48.0/24 comment=POLAND list=CountryIPBlocks
add address=193.23.51.0/24 comment=POLAND list=CountryIPBlocks
add address=193.23.54.0/24 comment=POLAND list=CountryIPBlocks
add address=193.23.61.0/24 comment=POLAND list=CountryIPBlocks
add address=193.23.63.0/24 comment=POLAND list=CountryIPBlocks
add address=193.23.174.0/24 comment=POLAND list=CountryIPBlocks
add address=193.24.14.0/24 comment=POLAND list=CountryIPBlocks
add address=193.24.24.0/24 comment=POLAND list=CountryIPBlocks
add address=193.24.200.0/21 comment=POLAND list=CountryIPBlocks
add address=193.24.244.0/22 comment=POLAND list=CountryIPBlocks
add address=193.25.0.0/21 comment=POLAND list=CountryIPBlocks
add address=193.25.104.0/23 comment=POLAND list=CountryIPBlocks
add address=193.25.160.0/23 comment=POLAND list=CountryIPBlocks
add address=193.25.166.0/23 comment=POLAND list=CountryIPBlocks
add address=193.25.184.0/23 comment=POLAND list=CountryIPBlocks
add address=193.25.193.0/24 comment=POLAND list=CountryIPBlocks
add address=193.25.222.0/24 comment=POLAND list=CountryIPBlocks
add address=193.25.248.0/22 comment=POLAND list=CountryIPBlocks
add address=193.26.25.0/24 comment=POLAND list=CountryIPBlocks
add address=193.26.131.0/24 comment=POLAND list=CountryIPBlocks
add address=193.27.5.0/24 comment=POLAND list=CountryIPBlocks
add address=193.27.6.0/24 comment=POLAND list=CountryIPBlocks
add address=193.27.82.0/23 comment=POLAND list=CountryIPBlocks
add address=193.27.90.0/23 comment=POLAND list=CountryIPBlocks
add address=193.27.198.0/23 comment=POLAND list=CountryIPBlocks
add address=193.27.204.0/23 comment=POLAND list=CountryIPBlocks
add address=193.27.210.0/23 comment=POLAND list=CountryIPBlocks
add address=193.28.0.0/24 comment=POLAND list=CountryIPBlocks
add address=193.28.84.0/24 comment=POLAND list=CountryIPBlocks
add address=193.28.158.0/24 comment=POLAND list=CountryIPBlocks
add address=193.28.187.0/24 comment=POLAND list=CountryIPBlocks
add address=193.28.189.0/24 comment=POLAND list=CountryIPBlocks
add address=193.28.226.0/24 comment=POLAND list=CountryIPBlocks
add address=193.28.230.0/24 comment=POLAND list=CountryIPBlocks
add address=193.29.48.0/24 comment=POLAND list=CountryIPBlocks
add address=193.29.51.0/24 comment=POLAND list=CountryIPBlocks
add address=193.29.205.0/24 comment=POLAND list=CountryIPBlocks
add address=193.29.207.0/24 comment=POLAND list=CountryIPBlocks
add address=193.29.254.0/23 comment=POLAND list=CountryIPBlocks
add address=193.30.1.0/24 comment=POLAND list=CountryIPBlocks
add address=193.30.2.0/24 comment=POLAND list=CountryIPBlocks
add address=193.30.5.0/24 comment=POLAND list=CountryIPBlocks
add address=193.30.160.0/24 comment=POLAND list=CountryIPBlocks
add address=193.31.76.0/22 comment=POLAND list=CountryIPBlocks
add address=193.32.36.0/23 comment=POLAND list=CountryIPBlocks
add address=193.32.50.0/24 comment=POLAND list=CountryIPBlocks
add address=193.32.180.0/22 comment=POLAND list=CountryIPBlocks
add address=193.32.192.0/22 comment=POLAND list=CountryIPBlocks
add address=193.33.0.0/23 comment=POLAND list=CountryIPBlocks
add address=193.33.4.0/23 comment=POLAND list=CountryIPBlocks
add address=193.33.8.0/23 comment=POLAND list=CountryIPBlocks
add address=193.33.34.0/23 comment=POLAND list=CountryIPBlocks
add address=193.33.42.0/23 comment=POLAND list=CountryIPBlocks
add address=193.33.110.0/23 comment=POLAND list=CountryIPBlocks
add address=193.33.174.0/23 comment=POLAND list=CountryIPBlocks
add address=193.33.176.0/23 comment=POLAND list=CountryIPBlocks
add address=193.34.0.0/22 comment=POLAND list=CountryIPBlocks
add address=193.34.44.0/22 comment=POLAND list=CountryIPBlocks
add address=193.34.52.0/22 comment=POLAND list=CountryIPBlocks
add address=193.34.112.0/22 comment=POLAND list=CountryIPBlocks
add address=193.34.138.0/23 comment=POLAND list=CountryIPBlocks
add address=193.34.158.0/23 comment=POLAND list=CountryIPBlocks
add address=193.34.162.0/23 comment=POLAND list=CountryIPBlocks
add address=193.34.178.0/23 comment=POLAND list=CountryIPBlocks
add address=193.34.180.0/23 comment=POLAND list=CountryIPBlocks
add address=193.34.193.0/25 comment=POLAND list=CountryIPBlocks
add address=193.34.195.128/25 comment=POLAND list=CountryIPBlocks
add address=193.34.196.0/25 comment=POLAND list=CountryIPBlocks
add address=193.34.197.0/25 comment=POLAND list=CountryIPBlocks
add address=193.34.198.128/25 comment=POLAND list=CountryIPBlocks
add address=193.34.203.128/25 comment=POLAND list=CountryIPBlocks
add address=193.34.204.0/24 comment=POLAND list=CountryIPBlocks
add address=193.34.212.0/22 comment=POLAND list=CountryIPBlocks
add address=193.34.220.0/22 comment=POLAND list=CountryIPBlocks
add address=193.35.1.0/24 comment=POLAND list=CountryIPBlocks
add address=193.35.24.0/24 comment=POLAND list=CountryIPBlocks
add address=193.35.36.0/24 comment=POLAND list=CountryIPBlocks
add address=193.35.41.0/24 comment=POLAND list=CountryIPBlocks
add address=193.35.47.0/24 comment=POLAND list=CountryIPBlocks
add address=193.35.60.0/23 comment=POLAND list=CountryIPBlocks
add address=193.35.63.0/24 comment=POLAND list=CountryIPBlocks
add address=193.35.99.0/24 comment=POLAND list=CountryIPBlocks
add address=193.35.110.0/24 comment=POLAND list=CountryIPBlocks
add address=193.36.183.0/24 comment=POLAND list=CountryIPBlocks
add address=193.37.139.0/24 comment=POLAND list=CountryIPBlocks
add address=193.37.140.0/24 comment=POLAND list=CountryIPBlocks
add address=193.38.48.0/24 comment=POLAND list=CountryIPBlocks
add address=193.38.152.0/22 comment=POLAND list=CountryIPBlocks
add address=193.39.71.0/24 comment=POLAND list=CountryIPBlocks
add address=193.41.44.0/24 comment=POLAND list=CountryIPBlocks
add address=193.41.91.0/24 comment=POLAND list=CountryIPBlocks
add address=193.41.92.0/24 comment=POLAND list=CountryIPBlocks
add address=193.41.112.0/23 comment=POLAND list=CountryIPBlocks
add address=193.41.172.0/22 comment=POLAND list=CountryIPBlocks
add address=193.41.192.0/24 comment=POLAND list=CountryIPBlocks
add address=193.41.199.0/24 comment=POLAND list=CountryIPBlocks
add address=193.41.210.0/23 comment=POLAND list=CountryIPBlocks
add address=193.41.230.0/23 comment=POLAND list=CountryIPBlocks
add address=193.42.147.0/24 comment=POLAND list=CountryIPBlocks
add address=193.42.153.0/24 comment=POLAND list=CountryIPBlocks
add address=193.42.154.0/24 comment=POLAND list=CountryIPBlocks
add address=193.42.211.0/24 comment=POLAND list=CountryIPBlocks
add address=193.42.218.0/24 comment=POLAND list=CountryIPBlocks
add address=193.42.228.0/22 comment=POLAND list=CountryIPBlocks
add address=193.42.240.0/22 comment=POLAND list=CountryIPBlocks
add address=193.43.0.128/25 comment=POLAND list=CountryIPBlocks
add address=193.43.12.0/23 comment=POLAND list=CountryIPBlocks
add address=193.43.20.0/22 comment=POLAND list=CountryIPBlocks
add address=193.43.77.0/24 comment=POLAND list=CountryIPBlocks
add address=193.43.90.0/24 comment=POLAND list=CountryIPBlocks
add address=193.43.100.0/24 comment=POLAND list=CountryIPBlocks
add address=193.43.110.0/24 comment=POLAND list=CountryIPBlocks
add address=193.43.126.0/24 comment=POLAND list=CountryIPBlocks
add address=193.43.136.0/24 comment=POLAND list=CountryIPBlocks
add address=193.43.144.0/24 comment=POLAND list=CountryIPBlocks
add address=193.43.148.0/24 comment=POLAND list=CountryIPBlocks
add address=193.43.181.0/24 comment=POLAND list=CountryIPBlocks
add address=193.43.228.0/22 comment=POLAND list=CountryIPBlocks
add address=193.43.240.0/22 comment=POLAND list=CountryIPBlocks
add address=193.46.47.0/24 comment=POLAND list=CountryIPBlocks
add address=193.46.68.0/24 comment=POLAND list=CountryIPBlocks
add address=193.46.181.0/24 comment=POLAND list=CountryIPBlocks
add address=193.46.185.0/24 comment=POLAND list=CountryIPBlocks
add address=193.46.186.0/23 comment=POLAND list=CountryIPBlocks
add address=193.46.212.0/24 comment=POLAND list=CountryIPBlocks
add address=193.46.237.0/24 comment=POLAND list=CountryIPBlocks
add address=193.47.151.0/24 comment=POLAND list=CountryIPBlocks
add address=193.47.158.0/23 comment=POLAND list=CountryIPBlocks
add address=193.47.160.0/24 comment=POLAND list=CountryIPBlocks
add address=193.47.163.0/24 comment=POLAND list=CountryIPBlocks
add address=193.47.247.0/24 comment=POLAND list=CountryIPBlocks
add address=193.53.255.0/24 comment=POLAND list=CountryIPBlocks
add address=193.56.54.0/23 comment=POLAND list=CountryIPBlocks
add address=193.56.56.0/23 comment=POLAND list=CountryIPBlocks
add address=193.56.62.0/23 comment=POLAND list=CountryIPBlocks
add address=193.56.68.0/22 comment=POLAND list=CountryIPBlocks
add address=193.56.104.0/23 comment=POLAND list=CountryIPBlocks
add address=193.56.192.0/24 comment=POLAND list=CountryIPBlocks
add address=193.56.208.0/24 comment=POLAND list=CountryIPBlocks
add address=193.56.212.0/22 comment=POLAND list=CountryIPBlocks
add address=193.56.224.0/24 comment=POLAND list=CountryIPBlocks
add address=193.56.240.0/24 comment=POLAND list=CountryIPBlocks
add address=193.58.180.0/22 comment=POLAND list=CountryIPBlocks
add address=193.58.232.0/24 comment=POLAND list=CountryIPBlocks
add address=193.59.0.0/16 comment=POLAND list=CountryIPBlocks
add address=193.84.1.0/24 comment=POLAND list=CountryIPBlocks
add address=193.84.6.0/24 comment=POLAND list=CountryIPBlocks
add address=193.84.11.0/24 comment=POLAND list=CountryIPBlocks
add address=193.84.16.0/24 comment=POLAND list=CountryIPBlocks
add address=193.84.29.0/24 comment=POLAND list=CountryIPBlocks
add address=193.84.71.0/24 comment=POLAND list=CountryIPBlocks
add address=193.84.79.0/24 comment=POLAND list=CountryIPBlocks
add address=193.84.124.0/22 comment=POLAND list=CountryIPBlocks
add address=193.84.182.0/24 comment=POLAND list=CountryIPBlocks
add address=193.84.246.0/24 comment=POLAND list=CountryIPBlocks
add address=193.91.1.0/24 comment=POLAND list=CountryIPBlocks
add address=193.91.4.0/22 comment=POLAND list=CountryIPBlocks
add address=193.91.12.0/23 comment=POLAND list=CountryIPBlocks
add address=193.91.16.0/20 comment=POLAND list=CountryIPBlocks
add address=193.93.68.0/22 comment=POLAND list=CountryIPBlocks
add address=193.93.88.0/21 comment=POLAND list=CountryIPBlocks
add address=193.93.104.0/22 comment=POLAND list=CountryIPBlocks
add address=193.93.144.0/22 comment=POLAND list=CountryIPBlocks
add address=193.93.156.0/22 comment=POLAND list=CountryIPBlocks
add address=193.93.204.0/22 comment=POLAND list=CountryIPBlocks
add address=193.104.2.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.45.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.46.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.50.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.71.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.88.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.99.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.154.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.156.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.161.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.163.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.166.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.184.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.221.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.235.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.239.0/24 comment=POLAND list=CountryIPBlocks
add address=193.104.244.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.16.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.20.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.24.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.29.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.32.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.35.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.45.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.63.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.66.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.75.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.110.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.122.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.125.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.129.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.143.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.167.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.178.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.180.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.191.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.192.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.202.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.221.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.227.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.229.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.242.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.248.0/24 comment=POLAND list=CountryIPBlocks
add address=193.105.251.0/24 comment=POLAND list=CountryIPBlocks
add address=193.106.76.0/22 comment=POLAND list=CountryIPBlocks
add address=193.106.84.0/22 comment=POLAND list=CountryIPBlocks
add address=193.106.100.0/22 comment=POLAND list=CountryIPBlocks
add address=193.106.104.0/22 comment=POLAND list=CountryIPBlocks
add address=193.106.128.0/22 comment=POLAND list=CountryIPBlocks
add address=193.106.152.0/21 comment=POLAND list=CountryIPBlocks
add address=193.106.192.0/22 comment=POLAND list=CountryIPBlocks
add address=193.106.208.0/23 comment=POLAND list=CountryIPBlocks
add address=193.106.216.0/22 comment=POLAND list=CountryIPBlocks
add address=193.106.228.0/22 comment=POLAND list=CountryIPBlocks
add address=193.106.238.0/24 comment=POLAND list=CountryIPBlocks
add address=193.106.244.0/22 comment=POLAND list=CountryIPBlocks
add address=193.107.8.0/22 comment=POLAND list=CountryIPBlocks
add address=193.107.32.0/22 comment=POLAND list=CountryIPBlocks
add address=193.107.88.0/22 comment=POLAND list=CountryIPBlocks
add address=193.107.164.0/22 comment=POLAND list=CountryIPBlocks
add address=193.107.196.0/22 comment=POLAND list=CountryIPBlocks
add address=193.107.212.0/22 comment=POLAND list=CountryIPBlocks
add address=193.107.216.0/22 comment=POLAND list=CountryIPBlocks
add address=193.107.248.0/22 comment=POLAND list=CountryIPBlocks
add address=193.108.34.0/23 comment=POLAND list=CountryIPBlocks
add address=193.108.124.0/22 comment=POLAND list=CountryIPBlocks
add address=193.108.177.0/24 comment=POLAND list=CountryIPBlocks
add address=193.108.194.0/24 comment=POLAND list=CountryIPBlocks
add address=193.108.202.0/24 comment=POLAND list=CountryIPBlocks
add address=193.108.215.0/24 comment=POLAND list=CountryIPBlocks
add address=193.108.219.0/24 comment=POLAND list=CountryIPBlocks
add address=193.108.220.0/24 comment=POLAND list=CountryIPBlocks
add address=193.108.228.0/23 comment=POLAND list=CountryIPBlocks
add address=193.109.58.0/23 comment=POLAND list=CountryIPBlocks
add address=193.109.91.0/24 comment=POLAND list=CountryIPBlocks
add address=193.109.92.0/24 comment=POLAND list=CountryIPBlocks
add address=193.109.94.0/24 comment=POLAND list=CountryIPBlocks
add address=193.109.100.0/22 comment=POLAND list=CountryIPBlocks
add address=193.109.115.0/24 comment=POLAND list=CountryIPBlocks
add address=193.109.123.0/24 comment=POLAND list=CountryIPBlocks
add address=193.109.127.0/24 comment=POLAND list=CountryIPBlocks
add address=193.109.212.0/24 comment=POLAND list=CountryIPBlocks
add address=193.109.225.0/24 comment=POLAND list=CountryIPBlocks
add address=193.109.239.0/24 comment=POLAND list=CountryIPBlocks
add address=193.109.244.0/23 comment=POLAND list=CountryIPBlocks
add address=193.110.80.0/24 comment=POLAND list=CountryIPBlocks
add address=193.110.96.0/22 comment=POLAND list=CountryIPBlocks
add address=193.110.120.0/22 comment=POLAND list=CountryIPBlocks
add address=193.110.137.0/24 comment=POLAND list=CountryIPBlocks
add address=193.110.142.0/24 comment=POLAND list=CountryIPBlocks
add address=193.110.228.0/22 comment=POLAND list=CountryIPBlocks
add address=193.111.22.0/23 comment=POLAND list=CountryIPBlocks
add address=193.111.26.0/23 comment=POLAND list=CountryIPBlocks
add address=193.111.36.0/22 comment=POLAND list=CountryIPBlocks
add address=193.111.41.0/24 comment=POLAND list=CountryIPBlocks
add address=193.111.144.0/22 comment=POLAND list=CountryIPBlocks
add address=193.111.166.0/24 comment=POLAND list=CountryIPBlocks
add address=193.111.236.0/24 comment=POLAND list=CountryIPBlocks
add address=193.134.253.0/24 comment=POLAND list=CountryIPBlocks
add address=193.135.15.0/24 comment=POLAND list=CountryIPBlocks
add address=193.135.24.0/24 comment=POLAND list=CountryIPBlocks
add address=193.135.101.0/24 comment=POLAND list=CountryIPBlocks
add address=193.138.28.0/24 comment=POLAND list=CountryIPBlocks
add address=193.138.65.0/24 comment=POLAND list=CountryIPBlocks
add address=193.138.72.0/24 comment=POLAND list=CountryIPBlocks
add address=193.138.75.0/24 comment=POLAND list=CountryIPBlocks
add address=193.138.85.0/24 comment=POLAND list=CountryIPBlocks
add address=193.138.110.0/24 comment=POLAND list=CountryIPBlocks
add address=193.138.118.0/24 comment=POLAND list=CountryIPBlocks
add address=193.138.136.0/21 comment=POLAND list=CountryIPBlocks
add address=193.138.208.0/22 comment=POLAND list=CountryIPBlocks
add address=193.138.240.0/22 comment=POLAND list=CountryIPBlocks
add address=193.141.109.0/24 comment=POLAND list=CountryIPBlocks
add address=193.141.121.0/24 comment=POLAND list=CountryIPBlocks
add address=193.141.177.0/24 comment=POLAND list=CountryIPBlocks
add address=193.142.3.0/24 comment=POLAND list=CountryIPBlocks
add address=193.142.27.0/24 comment=POLAND list=CountryIPBlocks
add address=193.142.52.0/24 comment=POLAND list=CountryIPBlocks
add address=193.142.54.0/24 comment=POLAND list=CountryIPBlocks
add address=193.142.60.0/24 comment=POLAND list=CountryIPBlocks
add address=193.142.112.0/23 comment=POLAND list=CountryIPBlocks
add address=193.142.115.0/24 comment=POLAND list=CountryIPBlocks
add address=193.142.210.0/24 comment=POLAND list=CountryIPBlocks
add address=193.142.243.0/24 comment=POLAND list=CountryIPBlocks
add address=193.143.18.0/24 comment=POLAND list=CountryIPBlocks
add address=193.143.72.0/24 comment=POLAND list=CountryIPBlocks
add address=193.143.75.0/24 comment=POLAND list=CountryIPBlocks
add address=193.143.76.0/23 comment=POLAND list=CountryIPBlocks
add address=193.143.121.0/24 comment=POLAND list=CountryIPBlocks
add address=193.150.2.0/23 comment=POLAND list=CountryIPBlocks
add address=193.150.21.0/24 comment=POLAND list=CountryIPBlocks
add address=193.150.36.0/23 comment=POLAND list=CountryIPBlocks
add address=193.150.41.0/24 comment=POLAND list=CountryIPBlocks
add address=193.150.42.0/23 comment=POLAND list=CountryIPBlocks
add address=193.150.44.0/22 comment=POLAND list=CountryIPBlocks
add address=193.150.50.0/23 comment=POLAND list=CountryIPBlocks
add address=193.150.69.0/24 comment=POLAND list=CountryIPBlocks
add address=193.150.76.0/22 comment=POLAND list=CountryIPBlocks
add address=193.150.123.0/24 comment=POLAND list=CountryIPBlocks
add address=193.150.165.0/24 comment=POLAND list=CountryIPBlocks
add address=193.151.8.0/22 comment=POLAND list=CountryIPBlocks
add address=193.151.36.0/22 comment=POLAND list=CountryIPBlocks
add address=193.151.48.0/21 comment=POLAND list=CountryIPBlocks
add address=193.151.64.0/21 comment=POLAND list=CountryIPBlocks
add address=193.151.76.0/22 comment=POLAND list=CountryIPBlocks
add address=193.151.88.0/22 comment=POLAND list=CountryIPBlocks
add address=193.151.96.0/21 comment=POLAND list=CountryIPBlocks
add address=193.151.112.0/22 comment=POLAND list=CountryIPBlocks
add address=193.160.10.0/23 comment=POLAND list=CountryIPBlocks
add address=193.160.14.0/23 comment=POLAND list=CountryIPBlocks
add address=193.161.136.0/23 comment=POLAND list=CountryIPBlocks
add address=193.161.156.0/23 comment=POLAND list=CountryIPBlocks
add address=193.164.129.0/24 comment=POLAND list=CountryIPBlocks
add address=193.164.134.0/23 comment=POLAND list=CountryIPBlocks
add address=193.164.142.0/24 comment=POLAND list=CountryIPBlocks
add address=193.164.157.0/24 comment=POLAND list=CountryIPBlocks
add address=193.164.208.0/23 comment=POLAND list=CountryIPBlocks
add address=193.164.254.0/23 comment=POLAND list=CountryIPBlocks
add address=193.168.54.0/24 comment=POLAND list=CountryIPBlocks
add address=193.168.240.0/22 comment=POLAND list=CountryIPBlocks
add address=193.169.18.0/23 comment=POLAND list=CountryIPBlocks
add address=193.169.78.0/23 comment=POLAND list=CountryIPBlocks
add address=193.169.112.0/22 comment=POLAND list=CountryIPBlocks
add address=193.169.116.0/23 comment=POLAND list=CountryIPBlocks
add address=193.169.148.0/23 comment=POLAND list=CountryIPBlocks
add address=193.169.232.0/23 comment=POLAND list=CountryIPBlocks
add address=193.169.252.0/22 comment=POLAND list=CountryIPBlocks
add address=193.176.40.0/22 comment=POLAND list=CountryIPBlocks
add address=193.177.164.0/23 comment=POLAND list=CountryIPBlocks
add address=193.178.42.0/23 comment=POLAND list=CountryIPBlocks
add address=193.178.117.0/24 comment=POLAND list=CountryIPBlocks
add address=193.178.132.0/24 comment=POLAND list=CountryIPBlocks
add address=193.178.143.0/24 comment=POLAND list=CountryIPBlocks
add address=193.178.161.0/24 comment=POLAND list=CountryIPBlocks
add address=193.178.164.0/24 comment=POLAND list=CountryIPBlocks
add address=193.178.167.0/24 comment=POLAND list=CountryIPBlocks
add address=193.178.213.0/24 comment=POLAND list=CountryIPBlocks
add address=193.178.214.0/24 comment=POLAND list=CountryIPBlocks
add address=193.178.240.0/22 comment=POLAND list=CountryIPBlocks
add address=193.186.4.0/24 comment=POLAND list=CountryIPBlocks
add address=193.186.39.0/24 comment=POLAND list=CountryIPBlocks
add address=193.186.204.0/22 comment=POLAND list=CountryIPBlocks
add address=193.186.255.0/24 comment=POLAND list=CountryIPBlocks
add address=193.187.52.0/23 comment=POLAND list=CountryIPBlocks
add address=193.187.64.0/21 comment=POLAND list=CountryIPBlocks
add address=193.187.176.0/22 comment=POLAND list=CountryIPBlocks
add address=193.188.0.0/24 comment=POLAND list=CountryIPBlocks
add address=193.188.134.160/29 comment=POLAND list=CountryIPBlocks
add address=193.188.198.0/23 comment=POLAND list=CountryIPBlocks
add address=193.188.253.0/24 comment=POLAND list=CountryIPBlocks
add address=193.189.72.0/23 comment=POLAND list=CountryIPBlocks
add address=193.189.76.0/23 comment=POLAND list=CountryIPBlocks
add address=193.189.103.0/24 comment=POLAND list=CountryIPBlocks
add address=193.189.116.0/23 comment=POLAND list=CountryIPBlocks
add address=193.192.62.0/23 comment=POLAND list=CountryIPBlocks
add address=193.192.160.0/19 comment=POLAND list=CountryIPBlocks
add address=193.193.64.0/19 comment=POLAND list=CountryIPBlocks
add address=193.193.168.0/24 comment=POLAND list=CountryIPBlocks
add address=193.193.181.0/24 comment=POLAND list=CountryIPBlocks
add address=193.194.123.0/24 comment=POLAND list=CountryIPBlocks
add address=193.200.20.0/24 comment=POLAND list=CountryIPBlocks
add address=193.200.46.0/23 comment=POLAND list=CountryIPBlocks
add address=193.200.50.0/23 comment=POLAND list=CountryIPBlocks
add address=193.200.66.0/23 comment=POLAND list=CountryIPBlocks
add address=193.200.82.0/23 comment=POLAND list=CountryIPBlocks
add address=193.200.108.0/23 comment=POLAND list=CountryIPBlocks
add address=193.200.118.0/23 comment=POLAND list=CountryIPBlocks
add address=193.200.120.0/22 comment=POLAND list=CountryIPBlocks
add address=193.200.133.0/24 comment=POLAND list=CountryIPBlocks
add address=193.200.146.0/24 comment=POLAND list=CountryIPBlocks
add address=193.200.187.0/24 comment=POLAND list=CountryIPBlocks
add address=193.200.197.0/24 comment=POLAND list=CountryIPBlocks
add address=193.200.215.0/24 comment=POLAND list=CountryIPBlocks
add address=193.200.216.0/24 comment=POLAND list=CountryIPBlocks
add address=193.200.226.0/23 comment=POLAND list=CountryIPBlocks
add address=193.200.232.0/24 comment=POLAND list=CountryIPBlocks
add address=193.200.234.0/24 comment=POLAND list=CountryIPBlocks
add address=193.201.18.0/23 comment=POLAND list=CountryIPBlocks
add address=193.201.34.0/24 comment=POLAND list=CountryIPBlocks
add address=193.201.36.0/24 comment=POLAND list=CountryIPBlocks
add address=193.201.136.0/22 comment=POLAND list=CountryIPBlocks
add address=193.201.144.0/25 comment=POLAND list=CountryIPBlocks
add address=193.201.149.64/26 comment=POLAND list=CountryIPBlocks
add address=193.201.164.0/24 comment=POLAND list=CountryIPBlocks
add address=193.201.167.0/24 comment=POLAND list=CountryIPBlocks
add address=193.202.117.0/24 comment=POLAND list=CountryIPBlocks
add address=193.203.22.0/24 comment=POLAND list=CountryIPBlocks
add address=193.203.44.0/22 comment=POLAND list=CountryIPBlocks
add address=193.203.56.0/22 comment=POLAND list=CountryIPBlocks
add address=193.203.98.0/23 comment=POLAND list=CountryIPBlocks
add address=193.203.206.0/23 comment=POLAND list=CountryIPBlocks
add address=193.203.208.0/23 comment=POLAND list=CountryIPBlocks
add address=193.203.222.0/23 comment=POLAND list=CountryIPBlocks
add address=193.203.224.0/24 comment=POLAND list=CountryIPBlocks
add address=193.218.7.0/24 comment=POLAND list=CountryIPBlocks
add address=193.218.37.0/24 comment=POLAND list=CountryIPBlocks
add address=193.218.115.0/24 comment=POLAND list=CountryIPBlocks
add address=193.218.126.0/23 comment=POLAND list=CountryIPBlocks
add address=193.218.132.0/22 comment=POLAND list=CountryIPBlocks
add address=193.218.148.0/22 comment=POLAND list=CountryIPBlocks
add address=193.218.152.0/22 comment=POLAND list=CountryIPBlocks
add address=193.218.176.0/22 comment=POLAND list=CountryIPBlocks
add address=193.219.28.0/24 comment=POLAND list=CountryIPBlocks
add address=193.219.107.0/24 comment=POLAND list=CountryIPBlocks
add address=193.219.113.0/24 comment=POLAND list=CountryIPBlocks
add address=193.219.114.0/24 comment=POLAND list=CountryIPBlocks
add address=193.219.126.0/24 comment=POLAND list=CountryIPBlocks
add address=193.221.122.0/24 comment=POLAND list=CountryIPBlocks
add address=193.221.126.0/24 comment=POLAND list=CountryIPBlocks
add address=193.222.131.0/24 comment=POLAND list=CountryIPBlocks
add address=193.222.135.0/24 comment=POLAND list=CountryIPBlocks
add address=193.223.0.0/24 comment=POLAND list=CountryIPBlocks
add address=193.223.64.0/22 comment=POLAND list=CountryIPBlocks
add address=193.223.98.0/24 comment=POLAND list=CountryIPBlocks
add address=193.227.100.0/24 comment=POLAND list=CountryIPBlocks
add address=193.227.105.0/24 comment=POLAND list=CountryIPBlocks
add address=193.227.112.0/24 comment=POLAND list=CountryIPBlocks
add address=193.227.116.0/24 comment=POLAND list=CountryIPBlocks
add address=193.227.123.0/24 comment=POLAND list=CountryIPBlocks
add address=193.227.131.0/24 comment=POLAND list=CountryIPBlocks
add address=193.227.216.0/21 comment=POLAND list=CountryIPBlocks
add address=193.228.3.0/24 comment=POLAND list=CountryIPBlocks
add address=193.228.60.0/24 comment=POLAND list=CountryIPBlocks
add address=193.228.101.0/24 comment=POLAND list=CountryIPBlocks
add address=193.228.123.0/24 comment=POLAND list=CountryIPBlocks
add address=193.228.174.0/24 comment=POLAND list=CountryIPBlocks
add address=193.238.12.0/22 comment=POLAND list=CountryIPBlocks
add address=193.238.16.0/22 comment=POLAND list=CountryIPBlocks
add address=193.238.24.0/24 comment=POLAND list=CountryIPBlocks
add address=193.238.40.0/22 comment=POLAND list=CountryIPBlocks
add address=193.238.64.0/22 comment=POLAND list=CountryIPBlocks
add address=193.238.92.0/22 comment=POLAND list=CountryIPBlocks
add address=193.238.168.0/22 comment=POLAND list=CountryIPBlocks
add address=193.238.180.0/22 comment=POLAND list=CountryIPBlocks
add address=193.238.200.0/22 comment=POLAND list=CountryIPBlocks
add address=193.239.36.0/22 comment=POLAND list=CountryIPBlocks
add address=193.239.44.0/22 comment=POLAND list=CountryIPBlocks
add address=193.239.56.0/21 comment=POLAND list=CountryIPBlocks
add address=193.239.80.0/22 comment=POLAND list=CountryIPBlocks
add address=193.239.100.0/22 comment=POLAND list=CountryIPBlocks
add address=193.239.124.0/22 comment=POLAND list=CountryIPBlocks
add address=193.239.136.0/23 comment=POLAND list=CountryIPBlocks
add address=193.239.144.0/23 comment=POLAND list=CountryIPBlocks
add address=193.239.184.0/24 comment=POLAND list=CountryIPBlocks
add address=193.239.204.0/22 comment=POLAND list=CountryIPBlocks
add address=193.239.208.0/23 comment=POLAND list=CountryIPBlocks
add address=193.239.224.0/23 comment=POLAND list=CountryIPBlocks
add address=193.242.100.0/24 comment=POLAND list=CountryIPBlocks
add address=193.242.136.0/22 comment=POLAND list=CountryIPBlocks
add address=193.242.142.0/23 comment=POLAND list=CountryIPBlocks
add address=193.242.146.0/23 comment=POLAND list=CountryIPBlocks
add address=193.242.152.0/24 comment=POLAND list=CountryIPBlocks
add address=193.242.168.0/23 comment=POLAND list=CountryIPBlocks
add address=193.242.172.0/24 comment=POLAND list=CountryIPBlocks
add address=193.242.212.0/23 comment=POLAND list=CountryIPBlocks
add address=193.242.215.0/24 comment=POLAND list=CountryIPBlocks
add address=193.243.142.0/23 comment=POLAND list=CountryIPBlocks
add address=193.243.146.0/23 comment=POLAND list=CountryIPBlocks
add address=193.243.148.0/23 comment=POLAND list=CountryIPBlocks
add address=193.243.154.0/23 comment=POLAND list=CountryIPBlocks
add address=193.254.238.0/23 comment=POLAND list=CountryIPBlocks
add address=193.254.246.0/23 comment=POLAND list=CountryIPBlocks
add address=194.0.62.0/24 comment=POLAND list=CountryIPBlocks
add address=194.0.96.0/21 comment=POLAND list=CountryIPBlocks
add address=194.0.128.0/24 comment=POLAND list=CountryIPBlocks
add address=194.0.154.0/24 comment=POLAND list=CountryIPBlocks
add address=194.0.167.0/24 comment=POLAND list=CountryIPBlocks
add address=194.0.171.0/24 comment=POLAND list=CountryIPBlocks
add address=194.0.181.0/24 comment=POLAND list=CountryIPBlocks
add address=194.0.199.0/24 comment=POLAND list=CountryIPBlocks
add address=194.0.211.0/24 comment=POLAND list=CountryIPBlocks
add address=194.0.220.0/24 comment=POLAND list=CountryIPBlocks
add address=194.0.233.0/24 comment=POLAND list=CountryIPBlocks
add address=194.0.240.0/24 comment=POLAND list=CountryIPBlocks
add address=194.0.251.0/24 comment=POLAND list=CountryIPBlocks
add address=194.1.144.0/24 comment=POLAND list=CountryIPBlocks
add address=194.1.146.0/24 comment=POLAND list=CountryIPBlocks
add address=194.1.153.0/24 comment=POLAND list=CountryIPBlocks
add address=194.1.196.0/24 comment=POLAND list=CountryIPBlocks
add address=194.1.199.0/24 comment=POLAND list=CountryIPBlocks
add address=194.1.201.0/24 comment=POLAND list=CountryIPBlocks
add address=194.1.217.0/24 comment=POLAND list=CountryIPBlocks
add address=194.1.246.0/24 comment=POLAND list=CountryIPBlocks
add address=194.1.252.0/23 comment=POLAND list=CountryIPBlocks
add address=194.1.254.0/24 comment=POLAND list=CountryIPBlocks
add address=194.4.60.0/22 comment=POLAND list=CountryIPBlocks
add address=194.5.12.0/22 comment=POLAND list=CountryIPBlocks
add address=194.5.244.0/22 comment=POLAND list=CountryIPBlocks
add address=194.6.204.0/22 comment=POLAND list=CountryIPBlocks
add address=194.6.241.0/24 comment=POLAND list=CountryIPBlocks
add address=194.6.245.0/24 comment=POLAND list=CountryIPBlocks
add address=194.6.246.0/24 comment=POLAND list=CountryIPBlocks
add address=194.8.14.0/24 comment=POLAND list=CountryIPBlocks
add address=194.8.45.0/24 comment=POLAND list=CountryIPBlocks
add address=194.8.46.0/24 comment=POLAND list=CountryIPBlocks
add address=194.8.66.0/23 comment=POLAND list=CountryIPBlocks
add address=194.8.68.0/23 comment=POLAND list=CountryIPBlocks
add address=194.9.16.0/23 comment=POLAND list=CountryIPBlocks
add address=194.9.24.0/23 comment=POLAND list=CountryIPBlocks
add address=194.9.46.0/23 comment=POLAND list=CountryIPBlocks
add address=194.9.52.0/23 comment=POLAND list=CountryIPBlocks
add address=194.9.66.0/23 comment=POLAND list=CountryIPBlocks
add address=194.9.68.0/24 comment=POLAND list=CountryIPBlocks
add address=194.9.78.0/23 comment=POLAND list=CountryIPBlocks
add address=194.9.223.0/24 comment=POLAND list=CountryIPBlocks
add address=194.11.22.0/24 comment=POLAND list=CountryIPBlocks
add address=194.11.24.0/24 comment=POLAND list=CountryIPBlocks
add address=194.11.132.0/24 comment=POLAND list=CountryIPBlocks
add address=194.11.192.0/22 comment=POLAND list=CountryIPBlocks
add address=194.11.216.0/24 comment=POLAND list=CountryIPBlocks
add address=194.11.220.0/24 comment=POLAND list=CountryIPBlocks
add address=194.11.224.0/24 comment=POLAND list=CountryIPBlocks
add address=194.15.120.0/22 comment=POLAND list=CountryIPBlocks
add address=194.15.124.0/24 comment=POLAND list=CountryIPBlocks
add address=194.15.188.0/23 comment=POLAND list=CountryIPBlocks
add address=194.15.192.0/23 comment=POLAND list=CountryIPBlocks
add address=194.15.196.0/23 comment=POLAND list=CountryIPBlocks
add address=194.15.216.0/23 comment=POLAND list=CountryIPBlocks
add address=194.24.164.0/23 comment=POLAND list=CountryIPBlocks
add address=194.24.174.0/23 comment=POLAND list=CountryIPBlocks
add address=194.24.180.0/23 comment=POLAND list=CountryIPBlocks
add address=194.24.238.0/23 comment=POLAND list=CountryIPBlocks
add address=194.24.244.0/23 comment=POLAND list=CountryIPBlocks
add address=194.28.12.0/22 comment=POLAND list=CountryIPBlocks
add address=194.28.32.0/22 comment=POLAND list=CountryIPBlocks
add address=194.28.40.0/22 comment=POLAND list=CountryIPBlocks
add address=194.28.48.0/22 comment=POLAND list=CountryIPBlocks
add address=194.28.80.0/22 comment=POLAND list=CountryIPBlocks
add address=194.28.104.0/22 comment=POLAND list=CountryIPBlocks
add address=194.28.168.0/22 comment=POLAND list=CountryIPBlocks
add address=194.28.188.0/22 comment=POLAND list=CountryIPBlocks
add address=194.28.200.0/22 comment=POLAND list=CountryIPBlocks
add address=194.28.220.0/22 comment=POLAND list=CountryIPBlocks
add address=194.28.228.0/22 comment=POLAND list=CountryIPBlocks
add address=194.29.128.0/19 comment=POLAND list=CountryIPBlocks
add address=194.29.160.0/20 comment=POLAND list=CountryIPBlocks
add address=194.29.176.0/21 comment=POLAND list=CountryIPBlocks
add address=194.30.164.0/24 comment=POLAND list=CountryIPBlocks
add address=194.30.179.0/24 comment=POLAND list=CountryIPBlocks
add address=194.31.32.0/22 comment=POLAND list=CountryIPBlocks
add address=194.31.36.0/23 comment=POLAND list=CountryIPBlocks
add address=194.31.38.0/24 comment=POLAND list=CountryIPBlocks
add address=194.31.40.0/23 comment=POLAND list=CountryIPBlocks
add address=194.31.43.0/24 comment=POLAND list=CountryIPBlocks
add address=194.31.48.0/23 comment=POLAND list=CountryIPBlocks
add address=194.31.60.0/24 comment=POLAND list=CountryIPBlocks
add address=194.31.63.0/24 comment=POLAND list=CountryIPBlocks
add address=194.31.252.0/24 comment=POLAND list=CountryIPBlocks
add address=194.33.72.0/22 comment=POLAND list=CountryIPBlocks
add address=194.33.76.0/23 comment=POLAND list=CountryIPBlocks
add address=194.33.83.0/24 comment=POLAND list=CountryIPBlocks
add address=194.33.88.0/22 comment=POLAND list=CountryIPBlocks
add address=194.33.111.0/24 comment=POLAND list=CountryIPBlocks
add address=194.33.116.0/22 comment=POLAND list=CountryIPBlocks
add address=194.33.185.0/24 comment=POLAND list=CountryIPBlocks
add address=194.33.187.0/24 comment=POLAND list=CountryIPBlocks
add address=194.34.198.0/24 comment=POLAND list=CountryIPBlocks
add address=194.35.187.0/24 comment=POLAND list=CountryIPBlocks
add address=194.35.236.0/22 comment=POLAND list=CountryIPBlocks
add address=194.36.19.0/24 comment=POLAND list=CountryIPBlocks
add address=194.36.83.0/24 comment=POLAND list=CountryIPBlocks
add address=194.36.120.0/24 comment=POLAND list=CountryIPBlocks
add address=194.36.165.0/24 comment=POLAND list=CountryIPBlocks
add address=194.36.168.0/24 comment=POLAND list=CountryIPBlocks
add address=194.36.204.0/22 comment=POLAND list=CountryIPBlocks
add address=194.39.196.0/22 comment=POLAND list=CountryIPBlocks
add address=194.41.12.0/22 comment=POLAND list=CountryIPBlocks
add address=194.42.40.0/24 comment=POLAND list=CountryIPBlocks
add address=194.42.110.0/23 comment=POLAND list=CountryIPBlocks
add address=194.42.116.0/22 comment=POLAND list=CountryIPBlocks
add address=194.42.120.0/23 comment=POLAND list=CountryIPBlocks
add address=194.48.216.0/24 comment=POLAND list=CountryIPBlocks
add address=194.48.219.0/24 comment=POLAND list=CountryIPBlocks
add address=194.49.100.0/22 comment=POLAND list=CountryIPBlocks
add address=194.49.104.0/22 comment=POLAND list=CountryIPBlocks
add address=194.49.124.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.37.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.49.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.53.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.61.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.75.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.83.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.89.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.110.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.117.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.123.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.132.0/22 comment=POLAND list=CountryIPBlocks
add address=194.50.155.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.156.0/22 comment=POLAND list=CountryIPBlocks
add address=194.50.186.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.214.0/24 comment=POLAND list=CountryIPBlocks
add address=194.50.252.0/23 comment=POLAND list=CountryIPBlocks
add address=194.53.1.0/24 comment=POLAND list=CountryIPBlocks
add address=194.53.2.0/24 comment=POLAND list=CountryIPBlocks
add address=194.53.61.0/24 comment=POLAND list=CountryIPBlocks
add address=194.53.86.0/23 comment=POLAND list=CountryIPBlocks
add address=194.53.114.0/23 comment=POLAND list=CountryIPBlocks
add address=194.53.192.0/22 comment=POLAND list=CountryIPBlocks
add address=194.54.16.0/21 comment=POLAND list=CountryIPBlocks
add address=194.54.24.0/22 comment=POLAND list=CountryIPBlocks
add address=194.54.84.0/22 comment=POLAND list=CountryIPBlocks
add address=194.54.188.0/22 comment=POLAND list=CountryIPBlocks
add address=194.55.4.0/22 comment=POLAND list=CountryIPBlocks
add address=194.56.211.0/24 comment=POLAND list=CountryIPBlocks
add address=194.59.140.0/23 comment=POLAND list=CountryIPBlocks
add address=194.59.158.0/23 comment=POLAND list=CountryIPBlocks
add address=194.60.79.0/24 comment=POLAND list=CountryIPBlocks
add address=194.60.202.0/24 comment=POLAND list=CountryIPBlocks
add address=194.60.205.0/24 comment=POLAND list=CountryIPBlocks
add address=194.60.226.0/23 comment=POLAND list=CountryIPBlocks
add address=194.60.251.0/24 comment=POLAND list=CountryIPBlocks
add address=194.61.56.0/23 comment=POLAND list=CountryIPBlocks
add address=194.61.66.0/24 comment=POLAND list=CountryIPBlocks
add address=194.61.68.0/22 comment=POLAND list=CountryIPBlocks
add address=194.61.159.0/24 comment=POLAND list=CountryIPBlocks
add address=194.61.228.0/22 comment=POLAND list=CountryIPBlocks
add address=194.63.128.0/21 comment=POLAND list=CountryIPBlocks
add address=194.69.207.0/24 comment=POLAND list=CountryIPBlocks
add address=194.76.41.0/24 comment=POLAND list=CountryIPBlocks
add address=194.76.44.0/24 comment=POLAND list=CountryIPBlocks
add address=194.76.53.0/24 comment=POLAND list=CountryIPBlocks
add address=194.76.143.0/24 comment=POLAND list=CountryIPBlocks
add address=194.76.240.0/23 comment=POLAND list=CountryIPBlocks
add address=194.76.254.0/23 comment=POLAND list=CountryIPBlocks
add address=194.79.24.0/22 comment=POLAND list=CountryIPBlocks
add address=194.88.3.0/24 comment=POLAND list=CountryIPBlocks
add address=194.88.128.0/23 comment=POLAND list=CountryIPBlocks
add address=194.88.154.0/23 comment=POLAND list=CountryIPBlocks
add address=194.88.158.0/23 comment=POLAND list=CountryIPBlocks
add address=194.88.214.0/23 comment=POLAND list=CountryIPBlocks
add address=194.88.224.0/23 comment=POLAND list=CountryIPBlocks
add address=194.88.244.0/23 comment=POLAND list=CountryIPBlocks
add address=194.92.0.0/16 comment=POLAND list=CountryIPBlocks
add address=194.93.124.0/22 comment=POLAND list=CountryIPBlocks
add address=194.99.86.0/23 comment=POLAND list=CountryIPBlocks
add address=194.99.96.0/23 comment=POLAND list=CountryIPBlocks
add address=194.99.117.0/24 comment=POLAND list=CountryIPBlocks
add address=194.105.132.0/23 comment=POLAND list=CountryIPBlocks
add address=194.106.192.0/23 comment=POLAND list=CountryIPBlocks
add address=194.106.200.0/23 comment=POLAND list=CountryIPBlocks
add address=194.106.210.0/23 comment=POLAND list=CountryIPBlocks
add address=194.106.214.0/23 comment=POLAND list=CountryIPBlocks
add address=194.107.18.0/24 comment=POLAND list=CountryIPBlocks
add address=194.107.120.0/24 comment=POLAND list=CountryIPBlocks
add address=194.110.4.0/23 comment=POLAND list=CountryIPBlocks
add address=194.110.16.0/23 comment=POLAND list=CountryIPBlocks
add address=194.110.26.0/24 comment=POLAND list=CountryIPBlocks
add address=194.110.64.0/23 comment=POLAND list=CountryIPBlocks
add address=194.110.77.0/24 comment=POLAND list=CountryIPBlocks
add address=194.110.116.0/24 comment=POLAND list=CountryIPBlocks
add address=194.110.127.0/24 comment=POLAND list=CountryIPBlocks
add address=194.110.238.0/23 comment=POLAND list=CountryIPBlocks
add address=194.110.240.0/24 comment=POLAND list=CountryIPBlocks
add address=194.113.248.0/23 comment=POLAND list=CountryIPBlocks
add address=194.114.148.0/22 comment=POLAND list=CountryIPBlocks
add address=194.116.130.0/23 comment=POLAND list=CountryIPBlocks
add address=194.116.132.0/22 comment=POLAND list=CountryIPBlocks
add address=194.116.138.0/23 comment=POLAND list=CountryIPBlocks
add address=194.116.154.0/23 comment=POLAND list=CountryIPBlocks
add address=194.116.166.0/24 comment=POLAND list=CountryIPBlocks
add address=194.116.182.0/23 comment=POLAND list=CountryIPBlocks
add address=194.116.192.0/23 comment=POLAND list=CountryIPBlocks
add address=194.116.252.0/23 comment=POLAND list=CountryIPBlocks
add address=194.117.228.0/23 comment=POLAND list=CountryIPBlocks
add address=194.117.240.0/23 comment=POLAND list=CountryIPBlocks
add address=194.124.220.0/22 comment=POLAND list=CountryIPBlocks
add address=194.126.164.0/22 comment=POLAND list=CountryIPBlocks
add address=194.126.207.0/24 comment=POLAND list=CountryIPBlocks
add address=194.126.210.0/24 comment=POLAND list=CountryIPBlocks
add address=194.126.216.0/24 comment=POLAND list=CountryIPBlocks
add address=194.126.221.0/24 comment=POLAND list=CountryIPBlocks
add address=194.126.222.0/24 comment=POLAND list=CountryIPBlocks
add address=194.126.229.0/24 comment=POLAND list=CountryIPBlocks
add address=194.126.232.0/23 comment=POLAND list=CountryIPBlocks
add address=194.126.238.0/24 comment=POLAND list=CountryIPBlocks
add address=194.126.245.0/24 comment=POLAND list=CountryIPBlocks
add address=194.126.251.0/24 comment=POLAND list=CountryIPBlocks
add address=194.126.254.0/24 comment=POLAND list=CountryIPBlocks
add address=194.127.97.0/24 comment=POLAND list=CountryIPBlocks
add address=194.127.136.0/23 comment=POLAND list=CountryIPBlocks
add address=194.140.233.0/24 comment=POLAND list=CountryIPBlocks
add address=194.140.241.0/24 comment=POLAND list=CountryIPBlocks
add address=194.140.250.0/24 comment=POLAND list=CountryIPBlocks
add address=194.140.255.0/24 comment=POLAND list=CountryIPBlocks
add address=194.145.96.0/20 comment=POLAND list=CountryIPBlocks
add address=194.145.184.0/22 comment=POLAND list=CountryIPBlocks
add address=194.145.204.0/23 comment=POLAND list=CountryIPBlocks
add address=194.145.225.0/24 comment=POLAND list=CountryIPBlocks
add address=194.145.228.0/23 comment=POLAND list=CountryIPBlocks
add address=194.146.4.0/22 comment=POLAND list=CountryIPBlocks
add address=194.146.52.0/23 comment=POLAND list=CountryIPBlocks
add address=194.146.60.0/23 comment=POLAND list=CountryIPBlocks
add address=194.146.120.0/24 comment=POLAND list=CountryIPBlocks
add address=194.146.123.0/24 comment=POLAND list=CountryIPBlocks
add address=194.146.128.0/22 comment=POLAND list=CountryIPBlocks
add address=194.146.216.0/22 comment=POLAND list=CountryIPBlocks
add address=194.146.248.0/21 comment=POLAND list=CountryIPBlocks
add address=194.147.108.0/24 comment=POLAND list=CountryIPBlocks
add address=194.149.88.0/24 comment=POLAND list=CountryIPBlocks
add address=194.149.228.0/22 comment=POLAND list=CountryIPBlocks
add address=194.149.240.0/24 comment=POLAND list=CountryIPBlocks
add address=194.150.96.0/21 comment=POLAND list=CountryIPBlocks
add address=194.150.170.0/23 comment=POLAND list=CountryIPBlocks
add address=194.150.184.0/23 comment=POLAND list=CountryIPBlocks
add address=194.150.196.0/23 comment=POLAND list=CountryIPBlocks
add address=194.150.206.0/23 comment=POLAND list=CountryIPBlocks
add address=194.150.230.0/23 comment=POLAND list=CountryIPBlocks
add address=194.150.238.0/23 comment=POLAND list=CountryIPBlocks
add address=194.150.246.0/23 comment=POLAND list=CountryIPBlocks
add address=194.150.250.0/23 comment=POLAND list=CountryIPBlocks
add address=194.152.46.0/23 comment=POLAND list=CountryIPBlocks
add address=194.152.50.0/23 comment=POLAND list=CountryIPBlocks
add address=194.152.53.0/24 comment=POLAND list=CountryIPBlocks
add address=194.152.56.0/22 comment=POLAND list=CountryIPBlocks
add address=194.152.60.0/23 comment=POLAND list=CountryIPBlocks
add address=194.153.72.0/23 comment=POLAND list=CountryIPBlocks
add address=194.153.107.0/24 comment=POLAND list=CountryIPBlocks
add address=194.153.115.0/24 comment=POLAND list=CountryIPBlocks
add address=194.153.119.0/24 comment=POLAND list=CountryIPBlocks
add address=194.153.134.0/24 comment=POLAND list=CountryIPBlocks
add address=194.153.159.0/26 comment=POLAND list=CountryIPBlocks
add address=194.153.216.0/24 comment=POLAND list=CountryIPBlocks
add address=194.156.16.0/22 comment=POLAND list=CountryIPBlocks
add address=194.156.112.0/22 comment=POLAND list=CountryIPBlocks
add address=194.165.8.0/23 comment=POLAND list=CountryIPBlocks
add address=194.165.41.0/24 comment=POLAND list=CountryIPBlocks
add address=194.165.48.0/24 comment=POLAND list=CountryIPBlocks
add address=194.165.54.0/24 comment=POLAND list=CountryIPBlocks
add address=194.169.126.0/23 comment=POLAND list=CountryIPBlocks
add address=194.169.220.0/24 comment=POLAND list=CountryIPBlocks
add address=194.169.226.0/23 comment=POLAND list=CountryIPBlocks
add address=194.169.228.0/23 comment=POLAND list=CountryIPBlocks
add address=194.169.236.0/24 comment=POLAND list=CountryIPBlocks
add address=194.169.241.0/24 comment=POLAND list=CountryIPBlocks
add address=194.176.101.0/24 comment=POLAND list=CountryIPBlocks
add address=194.176.102.0/24 comment=POLAND list=CountryIPBlocks
add address=194.177.4.0/22 comment=POLAND list=CountryIPBlocks
add address=194.177.28.0/22 comment=POLAND list=CountryIPBlocks
add address=194.180.44.0/22 comment=POLAND list=CountryIPBlocks
add address=194.180.108.0/23 comment=POLAND list=CountryIPBlocks
add address=194.180.170.0/23 comment=POLAND list=CountryIPBlocks
add address=194.180.220.0/22 comment=POLAND list=CountryIPBlocks
add address=194.181.0.0/16 comment=POLAND list=CountryIPBlocks
add address=194.183.32.0/19 comment=POLAND list=CountryIPBlocks
add address=194.187.40.0/22 comment=POLAND list=CountryIPBlocks
add address=194.187.52.0/22 comment=POLAND list=CountryIPBlocks
add address=194.187.72.0/22 comment=POLAND list=CountryIPBlocks
add address=194.187.144.0/22 comment=POLAND list=CountryIPBlocks
add address=194.187.168.0/22 comment=POLAND list=CountryIPBlocks
add address=194.187.180.0/22 comment=POLAND list=CountryIPBlocks
add address=194.187.200.0/22 comment=POLAND list=CountryIPBlocks
add address=194.187.236.0/22 comment=POLAND list=CountryIPBlocks
add address=194.204.128.0/18 comment=POLAND list=CountryIPBlocks
add address=194.213.1.0/24 comment=POLAND list=CountryIPBlocks
add address=194.213.22.0/24 comment=POLAND list=CountryIPBlocks
add address=194.213.26.0/24 comment=POLAND list=CountryIPBlocks
add address=194.242.0.0/23 comment=POLAND list=CountryIPBlocks
add address=194.242.39.0/24 comment=POLAND list=CountryIPBlocks
add address=194.242.52.0/24 comment=POLAND list=CountryIPBlocks
add address=194.242.62.0/24 comment=POLAND list=CountryIPBlocks
add address=194.242.104.0/22 comment=POLAND list=CountryIPBlocks
add address=194.246.39.96/27 comment=POLAND list=CountryIPBlocks
add address=194.246.98.0/24 comment=POLAND list=CountryIPBlocks
add address=194.246.106.0/23 comment=POLAND list=CountryIPBlocks
add address=194.246.124.0/23 comment=POLAND list=CountryIPBlocks
add address=194.247.0.0/22 comment=POLAND list=CountryIPBlocks
add address=194.247.41.0/24 comment=POLAND list=CountryIPBlocks
add address=194.247.46.0/24 comment=POLAND list=CountryIPBlocks
add address=194.247.62.0/24 comment=POLAND list=CountryIPBlocks
add address=195.2.208.0/23 comment=POLAND list=CountryIPBlocks
add address=195.2.212.0/23 comment=POLAND list=CountryIPBlocks
add address=195.2.222.0/23 comment=POLAND list=CountryIPBlocks
add address=195.2.242.0/23 comment=POLAND list=CountryIPBlocks
add address=195.2.254.0/23 comment=POLAND list=CountryIPBlocks
add address=195.3.152.0/22 comment=POLAND list=CountryIPBlocks
add address=195.3.200.0/21 comment=POLAND list=CountryIPBlocks
add address=195.3.220.0/22 comment=POLAND list=CountryIPBlocks
add address=195.3.232.0/22 comment=POLAND list=CountryIPBlocks
add address=195.5.181.0/24 comment=POLAND list=CountryIPBlocks
add address=195.5.182.0/24 comment=POLAND list=CountryIPBlocks
add address=195.5.188.0/24 comment=POLAND list=CountryIPBlocks
add address=195.8.52.0/23 comment=POLAND list=CountryIPBlocks
add address=195.8.97.0/24 comment=POLAND list=CountryIPBlocks
add address=195.8.99.0/24 comment=POLAND list=CountryIPBlocks
add address=195.8.101.0/24 comment=POLAND list=CountryIPBlocks
add address=195.8.106.0/23 comment=POLAND list=CountryIPBlocks
add address=195.8.128.0/19 comment=POLAND list=CountryIPBlocks
add address=195.8.216.0/23 comment=POLAND list=CountryIPBlocks
add address=195.8.220.0/23 comment=POLAND list=CountryIPBlocks
add address=195.12.32.0/22 comment=POLAND list=CountryIPBlocks
add address=195.13.38.0/23 comment=POLAND list=CountryIPBlocks
add address=195.13.46.0/25 comment=POLAND list=CountryIPBlocks
add address=195.14.3.0/24 comment=POLAND list=CountryIPBlocks
add address=195.14.4.0/24 comment=POLAND list=CountryIPBlocks
add address=195.14.11.0/24 comment=POLAND list=CountryIPBlocks
add address=195.14.26.0/23 comment=POLAND list=CountryIPBlocks
add address=195.14.30.0/24 comment=POLAND list=CountryIPBlocks
add address=195.14.112.0/23 comment=POLAND list=CountryIPBlocks
add address=195.14.116.0/23 comment=POLAND list=CountryIPBlocks
add address=195.20.0.0/22 comment=POLAND list=CountryIPBlocks
add address=195.20.110.0/23 comment=POLAND list=CountryIPBlocks
add address=195.20.123.0/24 comment=POLAND list=CountryIPBlocks
add address=195.20.131.0/24 comment=POLAND list=CountryIPBlocks
add address=195.20.134.0/24 comment=POLAND list=CountryIPBlocks
add address=195.20.138.0/24 comment=POLAND list=CountryIPBlocks
add address=195.20.150.0/24 comment=POLAND list=CountryIPBlocks
add address=195.20.200.0/23 comment=POLAND list=CountryIPBlocks
add address=195.20.212.0/23 comment=POLAND list=CountryIPBlocks
add address=195.20.218.0/23 comment=POLAND list=CountryIPBlocks
add address=195.22.96.0/22 comment=POLAND list=CountryIPBlocks
add address=195.22.116.0/22 comment=POLAND list=CountryIPBlocks
add address=195.22.124.0/22 comment=POLAND list=CountryIPBlocks
add address=195.24.248.0/23 comment=POLAND list=CountryIPBlocks
add address=195.26.12.0/23 comment=POLAND list=CountryIPBlocks
add address=195.26.22.0/23 comment=POLAND list=CountryIPBlocks
add address=195.26.24.0/24 comment=POLAND list=CountryIPBlocks
add address=195.26.72.0/21 comment=POLAND list=CountryIPBlocks
add address=195.28.0.0/23 comment=POLAND list=CountryIPBlocks
add address=195.28.16.0/23 comment=POLAND list=CountryIPBlocks
add address=195.28.170.0/23 comment=POLAND list=CountryIPBlocks
add address=195.34.80.0/23 comment=POLAND list=CountryIPBlocks
add address=195.34.208.0/22 comment=POLAND list=CountryIPBlocks
add address=195.34.216.0/22 comment=POLAND list=CountryIPBlocks
add address=195.35.80.0/24 comment=POLAND list=CountryIPBlocks
add address=195.38.12.0/22 comment=POLAND list=CountryIPBlocks
add address=195.38.31.0/24 comment=POLAND list=CountryIPBlocks
add address=195.39.216.0/23 comment=POLAND list=CountryIPBlocks
add address=195.42.98.0/23 comment=POLAND list=CountryIPBlocks
add address=195.42.112.0/23 comment=POLAND list=CountryIPBlocks
add address=195.42.140.0/23 comment=POLAND list=CountryIPBlocks
add address=195.42.152.0/23 comment=POLAND list=CountryIPBlocks
add address=195.42.249.0/24 comment=POLAND list=CountryIPBlocks
add address=195.43.66.0/23 comment=POLAND list=CountryIPBlocks
add address=195.43.72.0/23 comment=POLAND list=CountryIPBlocks
add address=195.43.84.0/23 comment=POLAND list=CountryIPBlocks
add address=195.43.142.0/23 comment=POLAND list=CountryIPBlocks
add address=195.43.156.0/24 comment=POLAND list=CountryIPBlocks
add address=195.46.36.0/23 comment=POLAND list=CountryIPBlocks
add address=195.46.40.0/22 comment=POLAND list=CountryIPBlocks
add address=195.47.201.0/24 comment=POLAND list=CountryIPBlocks
add address=195.47.203.0/24 comment=POLAND list=CountryIPBlocks
add address=195.47.227.0/24 comment=POLAND list=CountryIPBlocks
add address=195.47.246.0/24 comment=POLAND list=CountryIPBlocks
add address=195.54.46.0/23 comment=POLAND list=CountryIPBlocks
add address=195.54.50.0/23 comment=POLAND list=CountryIPBlocks
add address=195.54.184.0/22 comment=POLAND list=CountryIPBlocks
add address=195.54.188.0/23 comment=POLAND list=CountryIPBlocks
add address=195.60.64.0/23 comment=POLAND list=CountryIPBlocks
add address=195.60.80.96/27 comment=POLAND list=CountryIPBlocks
add address=195.60.80.160/27 comment=POLAND list=CountryIPBlocks
add address=195.60.83.0/27 comment=POLAND list=CountryIPBlocks
add address=195.60.92.128/26 comment=POLAND list=CountryIPBlocks
add address=195.60.94.0/25 comment=POLAND list=CountryIPBlocks
add address=195.60.216.0/22 comment=POLAND list=CountryIPBlocks
add address=195.60.240.0/22 comment=POLAND list=CountryIPBlocks
add address=195.62.12.0/23 comment=POLAND list=CountryIPBlocks
add address=195.62.40.0/23 comment=POLAND list=CountryIPBlocks
add address=195.62.64.0/23 comment=POLAND list=CountryIPBlocks
add address=195.64.130.0/23 comment=POLAND list=CountryIPBlocks
add address=195.64.150.0/23 comment=POLAND list=CountryIPBlocks
add address=195.64.158.0/23 comment=POLAND list=CountryIPBlocks
add address=195.64.174.0/23 comment=POLAND list=CountryIPBlocks
add address=195.66.16.0/21 comment=POLAND list=CountryIPBlocks
add address=195.66.68.0/24 comment=POLAND list=CountryIPBlocks
add address=195.66.73.0/24 comment=POLAND list=CountryIPBlocks
add address=195.66.86.0/24 comment=POLAND list=CountryIPBlocks
add address=195.66.88.0/24 comment=POLAND list=CountryIPBlocks
add address=195.66.98.0/24 comment=POLAND list=CountryIPBlocks
add address=195.66.103.0/24 comment=POLAND list=CountryIPBlocks
add address=195.66.116.0/24 comment=POLAND list=CountryIPBlocks
add address=195.66.144.0/23 comment=POLAND list=CountryIPBlocks
add address=195.68.192.0/23 comment=POLAND list=CountryIPBlocks
add address=195.68.232.0/23 comment=POLAND list=CountryIPBlocks
add address=195.69.80.0/22 comment=POLAND list=CountryIPBlocks
add address=195.69.124.0/22 comment=POLAND list=CountryIPBlocks
add address=195.69.208.0/22 comment=POLAND list=CountryIPBlocks
add address=195.72.148.0/22 comment=POLAND list=CountryIPBlocks
add address=195.74.48.0/22 comment=POLAND list=CountryIPBlocks
add address=195.74.56.0/22 comment=POLAND list=CountryIPBlocks
add address=195.74.64.0/24 comment=POLAND list=CountryIPBlocks
add address=195.74.69.0/24 comment=POLAND list=CountryIPBlocks
add address=195.74.79.0/24 comment=POLAND list=CountryIPBlocks
add address=195.74.91.0/24 comment=POLAND list=CountryIPBlocks
add address=195.74.92.0/24 comment=POLAND list=CountryIPBlocks
add address=195.78.66.0/23 comment=POLAND list=CountryIPBlocks
add address=195.78.236.0/22 comment=POLAND list=CountryIPBlocks
add address=195.80.128.0/21 comment=POLAND list=CountryIPBlocks
add address=195.80.229.0/24 comment=POLAND list=CountryIPBlocks
add address=195.80.236.0/23 comment=POLAND list=CountryIPBlocks
add address=195.82.160.0/19 comment=POLAND list=CountryIPBlocks
add address=195.85.196.0/24 comment=POLAND list=CountryIPBlocks
add address=195.85.199.0/24 comment=POLAND list=CountryIPBlocks
add address=195.85.209.0/24 comment=POLAND list=CountryIPBlocks
add address=195.85.230.0/24 comment=POLAND list=CountryIPBlocks
add address=195.85.241.0/24 comment=POLAND list=CountryIPBlocks
add address=195.85.243.0/24 comment=POLAND list=CountryIPBlocks
add address=195.85.249.0/24 comment=POLAND list=CountryIPBlocks
add address=195.85.252.0/24 comment=POLAND list=CountryIPBlocks
add address=195.88.28.0/22 comment=POLAND list=CountryIPBlocks
add address=195.88.50.0/23 comment=POLAND list=CountryIPBlocks
add address=195.88.90.0/23 comment=POLAND list=CountryIPBlocks
add address=195.88.114.0/23 comment=POLAND list=CountryIPBlocks
add address=195.88.128.0/23 comment=POLAND list=CountryIPBlocks
add address=195.88.144.0/23 comment=POLAND list=CountryIPBlocks
add address=195.88.150.0/23 comment=POLAND list=CountryIPBlocks
add address=195.88.168.0/23 comment=POLAND list=CountryIPBlocks
add address=195.88.180.0/24 comment=POLAND list=CountryIPBlocks
add address=195.88.186.0/23 comment=POLAND list=CountryIPBlocks
add address=195.88.232.0/23 comment=POLAND list=CountryIPBlocks
add address=195.90.102.0/23 comment=POLAND list=CountryIPBlocks
add address=195.90.106.0/23 comment=POLAND list=CountryIPBlocks
add address=195.90.126.0/23 comment=POLAND list=CountryIPBlocks
add address=195.93.134.0/23 comment=POLAND list=CountryIPBlocks
add address=195.93.142.0/23 comment=POLAND list=CountryIPBlocks
add address=195.93.162.0/23 comment=POLAND list=CountryIPBlocks
add address=195.93.178.0/23 comment=POLAND list=CountryIPBlocks
add address=195.93.202.0/23 comment=POLAND list=CountryIPBlocks
add address=195.93.222.0/23 comment=POLAND list=CountryIPBlocks
add address=195.93.230.0/23 comment=POLAND list=CountryIPBlocks
add address=195.93.250.0/23 comment=POLAND list=CountryIPBlocks
add address=195.94.192.0/19 comment=POLAND list=CountryIPBlocks
add address=195.95.129.0/24 comment=POLAND list=CountryIPBlocks
add address=195.95.144.0/24 comment=POLAND list=CountryIPBlocks
add address=195.95.154.0/24 comment=POLAND list=CountryIPBlocks
add address=195.95.164.0/24 comment=POLAND list=CountryIPBlocks
add address=195.95.169.0/24 comment=POLAND list=CountryIPBlocks
add address=195.95.170.0/24 comment=POLAND list=CountryIPBlocks
add address=195.95.176.0/24 comment=POLAND list=CountryIPBlocks
add address=195.95.180.0/24 comment=POLAND list=CountryIPBlocks
add address=195.95.182.0/24 comment=POLAND list=CountryIPBlocks
add address=195.95.186.0/24 comment=POLAND list=CountryIPBlocks
add address=195.95.188.0/24 comment=POLAND list=CountryIPBlocks
add address=195.95.234.0/23 comment=POLAND list=CountryIPBlocks
add address=195.110.48.0/22 comment=POLAND list=CountryIPBlocks
add address=195.114.0.0/23 comment=POLAND list=CountryIPBlocks
add address=195.114.160.0/19 comment=POLAND list=CountryIPBlocks
add address=195.116.0.0/15 comment=POLAND list=CountryIPBlocks
add address=195.128.28.0/22 comment=POLAND list=CountryIPBlocks
add address=195.128.112.0/21 comment=POLAND list=CountryIPBlocks
add address=195.128.135.0/24 comment=POLAND list=CountryIPBlocks
add address=195.128.140.0/24 comment=POLAND list=CountryIPBlocks
add address=195.128.142.0/24 comment=POLAND list=CountryIPBlocks
add address=195.128.148.0/24 comment=POLAND list=CountryIPBlocks
add address=195.128.154.0/24 comment=POLAND list=CountryIPBlocks
add address=195.128.168.0/23 comment=POLAND list=CountryIPBlocks
add address=195.128.172.0/23 comment=POLAND list=CountryIPBlocks
add address=195.128.180.0/23 comment=POLAND list=CountryIPBlocks
add address=195.128.228.0/23 comment=POLAND list=CountryIPBlocks
add address=195.128.242.0/23 comment=POLAND list=CountryIPBlocks
add address=195.130.197.0/24 comment=POLAND list=CountryIPBlocks
add address=195.130.212.0/24 comment=POLAND list=CountryIPBlocks
add address=195.135.228.0/22 comment=POLAND list=CountryIPBlocks
add address=195.136.0.0/16 comment=POLAND list=CountryIPBlocks
add address=195.137.161.0/24 comment=POLAND list=CountryIPBlocks
add address=195.137.162.0/24 comment=POLAND list=CountryIPBlocks
add address=195.137.189.0/24 comment=POLAND list=CountryIPBlocks
add address=195.137.208.0/23 comment=POLAND list=CountryIPBlocks
add address=195.137.246.0/23 comment=POLAND list=CountryIPBlocks
add address=195.138.200.0/24 comment=POLAND list=CountryIPBlocks
add address=195.138.207.0/24 comment=POLAND list=CountryIPBlocks
add address=195.138.208.0/24 comment=POLAND list=CountryIPBlocks
add address=195.138.211.0/24 comment=POLAND list=CountryIPBlocks
add address=195.140.128.0/22 comment=POLAND list=CountryIPBlocks
add address=195.140.152.0/22 comment=POLAND list=CountryIPBlocks
add address=195.140.188.0/22 comment=POLAND list=CountryIPBlocks
add address=195.140.220.0/22 comment=POLAND list=CountryIPBlocks
add address=195.140.236.0/22 comment=POLAND list=CountryIPBlocks
add address=195.144.9.0/24 comment=POLAND list=CountryIPBlocks
add address=195.144.12.0/24 comment=POLAND list=CountryIPBlocks
add address=195.149.64.0/24 comment=POLAND list=CountryIPBlocks
add address=195.149.68.0/24 comment=POLAND list=CountryIPBlocks
add address=195.149.77.0/24 comment=POLAND list=CountryIPBlocks
add address=195.149.95.0/24 comment=POLAND list=CountryIPBlocks
add address=195.149.98.0/24 comment=POLAND list=CountryIPBlocks
add address=195.149.100.0/24 comment=POLAND list=CountryIPBlocks
add address=195.149.118.0/24 comment=POLAND list=CountryIPBlocks
add address=195.149.124.0/24 comment=POLAND list=CountryIPBlocks
add address=195.149.198.0/23 comment=POLAND list=CountryIPBlocks
add address=195.149.224.0/20 comment=POLAND list=CountryIPBlocks
add address=195.150.0.0/16 comment=POLAND list=CountryIPBlocks
add address=195.158.208.0/22 comment=POLAND list=CountryIPBlocks
add address=195.158.226.0/23 comment=POLAND list=CountryIPBlocks
add address=195.158.246.0/23 comment=POLAND list=CountryIPBlocks
add address=195.160.174.0/23 comment=POLAND list=CountryIPBlocks
add address=195.160.178.0/23 comment=POLAND list=CountryIPBlocks
add address=195.160.180.0/23 comment=POLAND list=CountryIPBlocks
add address=195.160.184.0/23 comment=POLAND list=CountryIPBlocks
add address=195.162.16.0/23 comment=POLAND list=CountryIPBlocks
add address=195.162.24.0/23 comment=POLAND list=CountryIPBlocks
add address=195.162.76.0/23 comment=POLAND list=CountryIPBlocks
add address=195.164.0.0/16 comment=POLAND list=CountryIPBlocks
add address=195.167.144.0/20 comment=POLAND list=CountryIPBlocks
add address=195.170.182.0/24 comment=POLAND list=CountryIPBlocks
add address=195.170.186.0/24 comment=POLAND list=CountryIPBlocks
add address=195.170.188.0/24 comment=POLAND list=CountryIPBlocks
add address=195.170.190.0/23 comment=POLAND list=CountryIPBlocks
add address=195.177.64.0/22 comment=POLAND list=CountryIPBlocks
add address=195.177.84.0/22 comment=POLAND list=CountryIPBlocks
add address=195.177.100.0/22 comment=POLAND list=CountryIPBlocks
add address=195.177.196.0/23 comment=POLAND list=CountryIPBlocks
add address=195.177.210.0/23 comment=POLAND list=CountryIPBlocks
add address=195.177.216.0/23 comment=POLAND list=CountryIPBlocks
add address=195.178.26.0/23 comment=POLAND list=CountryIPBlocks
add address=195.178.114.0/23 comment=POLAND list=CountryIPBlocks
add address=195.178.122.0/23 comment=POLAND list=CountryIPBlocks
add address=195.182.9.0/24 comment=POLAND list=CountryIPBlocks
add address=195.182.10.0/24 comment=POLAND list=CountryIPBlocks
add address=195.182.14.0/23 comment=POLAND list=CountryIPBlocks
add address=195.182.19.0/24 comment=POLAND list=CountryIPBlocks
add address=195.182.23.0/24 comment=POLAND list=CountryIPBlocks
add address=195.182.34.0/23 comment=POLAND list=CountryIPBlocks
add address=195.182.40.0/24 comment=POLAND list=CountryIPBlocks
add address=195.182.49.0/24 comment=POLAND list=CountryIPBlocks
add address=195.182.51.0/24 comment=POLAND list=CountryIPBlocks
add address=195.182.52.0/24 comment=POLAND list=CountryIPBlocks
add address=195.182.54.0/24 comment=POLAND list=CountryIPBlocks
add address=195.182.206.0/23 comment=POLAND list=CountryIPBlocks
add address=195.182.218.0/23 comment=POLAND list=CountryIPBlocks
add address=195.184.82.0/23 comment=POLAND list=CountryIPBlocks
add address=195.184.84.0/23 comment=POLAND list=CountryIPBlocks
add address=195.184.88.0/23 comment=POLAND list=CountryIPBlocks
add address=195.187.0.0/16 comment=POLAND list=CountryIPBlocks
add address=195.189.32.0/22 comment=POLAND list=CountryIPBlocks
add address=195.189.40.0/22 comment=POLAND list=CountryIPBlocks
add address=195.189.52.0/22 comment=POLAND list=CountryIPBlocks
add address=195.189.76.0/22 comment=POLAND list=CountryIPBlocks
add address=195.189.84.0/22 comment=POLAND list=CountryIPBlocks
add address=195.189.88.0/22 comment=POLAND list=CountryIPBlocks
add address=195.189.230.0/23 comment=POLAND list=CountryIPBlocks
add address=195.190.1.0/24 comment=POLAND list=CountryIPBlocks
add address=195.190.17.0/24 comment=POLAND list=CountryIPBlocks
add address=195.191.8.0/23 comment=POLAND list=CountryIPBlocks
add address=195.191.62.0/23 comment=POLAND list=CountryIPBlocks
add address=195.191.162.0/23 comment=POLAND list=CountryIPBlocks
add address=195.191.170.0/23 comment=POLAND list=CountryIPBlocks
add address=195.191.180.0/23 comment=POLAND list=CountryIPBlocks
add address=195.191.184.0/23 comment=POLAND list=CountryIPBlocks
add address=195.191.232.0/23 comment=POLAND list=CountryIPBlocks
add address=195.191.248.0/23 comment=POLAND list=CountryIPBlocks
add address=195.192.240.0/22 comment=POLAND list=CountryIPBlocks
add address=195.200.88.0/23 comment=POLAND list=CountryIPBlocks
add address=195.200.199.0/24 comment=POLAND list=CountryIPBlocks
add address=195.200.206.0/24 comment=POLAND list=CountryIPBlocks
add address=195.200.212.0/24 comment=POLAND list=CountryIPBlocks
add address=195.200.214.0/24 comment=POLAND list=CountryIPBlocks
add address=195.205.0.0/16 comment=POLAND list=CountryIPBlocks
add address=195.206.112.0/21 comment=POLAND list=CountryIPBlocks
add address=195.206.124.0/22 comment=POLAND list=CountryIPBlocks
add address=195.210.12.0/23 comment=POLAND list=CountryIPBlocks
add address=195.210.24.0/23 comment=POLAND list=CountryIPBlocks
add address=195.210.34.0/23 comment=POLAND list=CountryIPBlocks
add address=195.210.60.0/23 comment=POLAND list=CountryIPBlocks
add address=195.211.0.0/22 comment=POLAND list=CountryIPBlocks
add address=195.211.8.0/22 comment=POLAND list=CountryIPBlocks
add address=195.216.96.0/19 comment=POLAND list=CountryIPBlocks
add address=195.216.250.0/24 comment=POLAND list=CountryIPBlocks
add address=195.216.254.0/24 comment=POLAND list=CountryIPBlocks
add address=195.222.100.0/22 comment=POLAND list=CountryIPBlocks
add address=195.222.112.0/22 comment=POLAND list=CountryIPBlocks
add address=195.225.36.0/23 comment=POLAND list=CountryIPBlocks
add address=195.225.68.0/22 comment=POLAND list=CountryIPBlocks
add address=195.225.76.0/22 comment=POLAND list=CountryIPBlocks
add address=195.225.92.0/22 comment=POLAND list=CountryIPBlocks
add address=195.225.120.0/22 comment=POLAND list=CountryIPBlocks
add address=195.225.136.0/22 comment=POLAND list=CountryIPBlocks
add address=195.225.212.0/22 comment=POLAND list=CountryIPBlocks
add address=195.225.244.0/22 comment=POLAND list=CountryIPBlocks
add address=195.225.248.0/22 comment=POLAND list=CountryIPBlocks
add address=195.226.198.0/24 comment=POLAND list=CountryIPBlocks
add address=195.226.207.0/24 comment=POLAND list=CountryIPBlocks
add address=195.230.113.0/24 comment=POLAND list=CountryIPBlocks
add address=195.230.120.0/24 comment=POLAND list=CountryIPBlocks
add address=195.234.8.0/23 comment=POLAND list=CountryIPBlocks
add address=195.234.16.0/23 comment=POLAND list=CountryIPBlocks
add address=195.234.20.0/23 comment=POLAND list=CountryIPBlocks
add address=195.234.40.0/24 comment=POLAND list=CountryIPBlocks
add address=195.234.108.0/22 comment=POLAND list=CountryIPBlocks
add address=195.234.141.0/24 comment=POLAND list=CountryIPBlocks
add address=195.234.164.0/24 comment=POLAND list=CountryIPBlocks
add address=195.238.66.0/23 comment=POLAND list=CountryIPBlocks
add address=195.238.70.0/23 comment=POLAND list=CountryIPBlocks
add address=195.238.164.0/22 comment=POLAND list=CountryIPBlocks
add address=195.238.168.0/22 comment=POLAND list=CountryIPBlocks
add address=195.238.184.0/22 comment=POLAND list=CountryIPBlocks
add address=195.238.227.0/24 comment=POLAND list=CountryIPBlocks
add address=195.238.228.0/24 comment=POLAND list=CountryIPBlocks
add address=195.238.236.0/24 comment=POLAND list=CountryIPBlocks
add address=195.238.245.0/24 comment=POLAND list=CountryIPBlocks
add address=195.242.64.0/23 comment=POLAND list=CountryIPBlocks
add address=195.242.68.0/23 comment=POLAND list=CountryIPBlocks
add address=195.242.90.0/23 comment=POLAND list=CountryIPBlocks
add address=195.242.92.0/23 comment=POLAND list=CountryIPBlocks
add address=195.242.108.0/23 comment=POLAND list=CountryIPBlocks
add address=195.242.116.0/23 comment=POLAND list=CountryIPBlocks
add address=195.242.124.0/23 comment=POLAND list=CountryIPBlocks
add address=195.242.128.0/23 comment=POLAND list=CountryIPBlocks
add address=195.242.134.0/23 comment=POLAND list=CountryIPBlocks
add address=195.242.138.0/23 comment=POLAND list=CountryIPBlocks
add address=195.242.176.0/24 comment=POLAND list=CountryIPBlocks
add address=195.242.183.0/24 comment=POLAND list=CountryIPBlocks
add address=195.242.186.0/24 comment=POLAND list=CountryIPBlocks
add address=195.242.232.0/22 comment=POLAND list=CountryIPBlocks
add address=195.242.252.0/22 comment=POLAND list=CountryIPBlocks
add address=195.244.26.0/23 comment=POLAND list=CountryIPBlocks
add address=195.245.68.0/23 comment=POLAND list=CountryIPBlocks
add address=195.245.84.0/23 comment=POLAND list=CountryIPBlocks
add address=195.245.94.0/23 comment=POLAND list=CountryIPBlocks
add address=195.245.104.0/23 comment=POLAND list=CountryIPBlocks
add address=195.245.198.0/24 comment=POLAND list=CountryIPBlocks
add address=195.245.203.0/24 comment=POLAND list=CountryIPBlocks
add address=195.245.204.0/24 comment=POLAND list=CountryIPBlocks
add address=195.245.213.0/24 comment=POLAND list=CountryIPBlocks
add address=195.245.217.0/24 comment=POLAND list=CountryIPBlocks
add address=195.245.222.0/24 comment=POLAND list=CountryIPBlocks
add address=195.245.224.0/24 comment=POLAND list=CountryIPBlocks
add address=195.245.226.0/24 comment=POLAND list=CountryIPBlocks
add address=195.246.126.0/23 comment=POLAND list=CountryIPBlocks
add address=195.246.216.0/24 comment=POLAND list=CountryIPBlocks
add address=195.246.224.0/23 comment=POLAND list=CountryIPBlocks
add address=195.248.72.0/24 comment=POLAND list=CountryIPBlocks
add address=195.248.88.0/24 comment=POLAND list=CountryIPBlocks
add address=195.248.226.0/23 comment=POLAND list=CountryIPBlocks
add address=195.248.246.0/23 comment=POLAND list=CountryIPBlocks
add address=195.248.254.0/23 comment=POLAND list=CountryIPBlocks
add address=195.250.37.0/24 comment=POLAND list=CountryIPBlocks
add address=195.250.38.0/24 comment=POLAND list=CountryIPBlocks
add address=195.250.54.0/24 comment=POLAND list=CountryIPBlocks
add address=195.254.132.0/24 comment=POLAND list=CountryIPBlocks
add address=195.254.138.0/23 comment=POLAND list=CountryIPBlocks
add address=195.254.142.0/23 comment=POLAND list=CountryIPBlocks
add address=195.254.154.0/23 comment=POLAND list=CountryIPBlocks
add address=195.254.156.0/23 comment=POLAND list=CountryIPBlocks
add address=195.254.174.0/23 comment=POLAND list=CountryIPBlocks
add address=195.254.176.0/23 comment=POLAND list=CountryIPBlocks
add address=195.254.184.0/23 comment=POLAND list=CountryIPBlocks
add address=204.8.216.0/21 comment=POLAND list=CountryIPBlocks
add address=205.201.55.0/24 comment=POLAND list=CountryIPBlocks
add address=206.252.224.0/19 comment=POLAND list=CountryIPBlocks
add address=212.2.96.0/19 comment=POLAND list=CountryIPBlocks
add address=212.7.212.0/22 comment=POLAND list=CountryIPBlocks
add address=212.7.216.0/21 comment=POLAND list=CountryIPBlocks
add address=212.14.0.0/18 comment=POLAND list=CountryIPBlocks
add address=212.33.64.0/19 comment=POLAND list=CountryIPBlocks
add address=212.38.192.0/19 comment=POLAND list=CountryIPBlocks
add address=212.49.32.0/19 comment=POLAND list=CountryIPBlocks
add address=212.51.192.0/19 comment=POLAND list=CountryIPBlocks
add address=212.59.224.0/19 comment=POLAND list=CountryIPBlocks
add address=212.67.128.0/19 comment=POLAND list=CountryIPBlocks
add address=212.69.64.0/19 comment=POLAND list=CountryIPBlocks
add address=212.75.96.0/19 comment=POLAND list=CountryIPBlocks
add address=212.76.32.0/19 comment=POLAND list=CountryIPBlocks
add address=212.77.96.0/19 comment=POLAND list=CountryIPBlocks
add address=212.85.96.0/19 comment=POLAND list=CountryIPBlocks
add address=212.87.0.0/19 comment=POLAND list=CountryIPBlocks
add address=212.87.224.0/19 comment=POLAND list=CountryIPBlocks
add address=212.91.0.0/19 comment=POLAND list=CountryIPBlocks
add address=212.96.224.0/19 comment=POLAND list=CountryIPBlocks
add address=212.106.0.0/19 comment=POLAND list=CountryIPBlocks
add address=212.106.128.0/18 comment=POLAND list=CountryIPBlocks
add address=212.109.128.0/19 comment=POLAND list=CountryIPBlocks
add address=212.109.160.0/21 comment=POLAND list=CountryIPBlocks
add address=212.115.116.0/22 comment=POLAND list=CountryIPBlocks
add address=212.122.192.0/19 comment=POLAND list=CountryIPBlocks
add address=212.126.0.0/19 comment=POLAND list=CountryIPBlocks
add address=212.127.64.0/19 comment=POLAND list=CountryIPBlocks
add address=212.160.0.0/16 comment=POLAND list=CountryIPBlocks
add address=212.180.128.0/17 comment=POLAND list=CountryIPBlocks
add address=212.182.0.0/17 comment=POLAND list=CountryIPBlocks
add address=212.191.0.0/16 comment=POLAND list=CountryIPBlocks
add address=212.203.128.0/17 comment=POLAND list=CountryIPBlocks
add address=212.244.0.0/16 comment=POLAND list=CountryIPBlocks
add address=213.5.0.0/20 comment=POLAND list=CountryIPBlocks
add address=213.5.40.0/21 comment=POLAND list=CountryIPBlocks
add address=213.5.136.0/21 comment=POLAND list=CountryIPBlocks
add address=213.5.144.0/21 comment=POLAND list=CountryIPBlocks
add address=213.5.200.0/21 comment=POLAND list=CountryIPBlocks
add address=213.5.208.0/21 comment=POLAND list=CountryIPBlocks
add address=213.5.248.0/21 comment=POLAND list=CountryIPBlocks
add address=213.17.128.0/17 comment=POLAND list=CountryIPBlocks
add address=213.25.0.0/16 comment=POLAND list=CountryIPBlocks
add address=213.73.0.0/19 comment=POLAND list=CountryIPBlocks
add address=213.76.0.0/15 comment=POLAND list=CountryIPBlocks
add address=213.92.128.0/17 comment=POLAND list=CountryIPBlocks
add address=213.108.8.0/21 comment=POLAND list=CountryIPBlocks
add address=213.108.28.0/24 comment=POLAND list=CountryIPBlocks
add address=213.108.30.0/24 comment=POLAND list=CountryIPBlocks
add address=213.108.48.0/22 comment=POLAND list=CountryIPBlocks
add address=213.108.56.0/21 comment=POLAND list=CountryIPBlocks
add address=213.108.80.0/21 comment=POLAND list=CountryIPBlocks
add address=213.108.112.0/21 comment=POLAND list=CountryIPBlocks
add address=213.108.152.0/21 comment=POLAND list=CountryIPBlocks
add address=213.108.224.0/21 comment=POLAND list=CountryIPBlocks
add address=213.109.32.0/20 comment=POLAND list=CountryIPBlocks
add address=213.134.128.0/18 comment=POLAND list=CountryIPBlocks
add address=213.135.32.0/19 comment=POLAND list=CountryIPBlocks
add address=213.136.224.0/19 comment=POLAND list=CountryIPBlocks
add address=213.146.32.0/19 comment=POLAND list=CountryIPBlocks
add address=213.155.160.0/19 comment=POLAND list=CountryIPBlocks
add address=213.156.96.0/19 comment=POLAND list=CountryIPBlocks
add address=213.158.192.0/19 comment=POLAND list=CountryIPBlocks
add address=213.161.96.0/19 comment=POLAND list=CountryIPBlocks
add address=213.172.160.0/19 comment=POLAND list=CountryIPBlocks
add address=213.180.128.0/19 comment=POLAND list=CountryIPBlocks
add address=213.184.0.0/19 comment=POLAND list=CountryIPBlocks
add address=213.186.64.0/19 comment=POLAND list=CountryIPBlocks
add address=213.189.32.0/19 comment=POLAND list=CountryIPBlocks
add address=213.192.64.0/18 comment=POLAND list=CountryIPBlocks
add address=213.195.128.0/18 comment=POLAND list=CountryIPBlocks
add address=213.199.192.0/18 comment=POLAND list=CountryIPBlocks
add address=213.216.64.0/18 comment=POLAND list=CountryIPBlocks
add address=213.218.64.0/18 comment=POLAND list=CountryIPBlocks
add address=213.222.192.0/19 comment=POLAND list=CountryIPBlocks
add address=213.227.64.0/18 comment=POLAND list=CountryIPBlocks
add address=213.231.192.0/18 comment=POLAND list=CountryIPBlocks
add address=213.238.64.0/18 comment=POLAND list=CountryIPBlocks
add address=213.241.0.0/17 comment=POLAND list=CountryIPBlocks
add address=217.8.112.0/22 comment=POLAND list=CountryIPBlocks
add address=217.8.160.0/19 comment=POLAND list=CountryIPBlocks
add address=217.9.160.0/19 comment=POLAND list=CountryIPBlocks
add address=217.11.128.0/20 comment=POLAND list=CountryIPBlocks
add address=217.17.32.0/20 comment=POLAND list=CountryIPBlocks
add address=217.18.52.0/22 comment=POLAND list=CountryIPBlocks
add address=217.26.184.0/22 comment=POLAND list=CountryIPBlocks
add address=217.28.144.0/20 comment=POLAND list=CountryIPBlocks
add address=217.30.4.0/22 comment=POLAND list=CountryIPBlocks
add address=217.30.128.0/19 comment=POLAND list=CountryIPBlocks
add address=217.67.192.0/19 comment=POLAND list=CountryIPBlocks
add address=217.70.48.0/20 comment=POLAND list=CountryIPBlocks
add address=217.73.176.0/20 comment=POLAND list=CountryIPBlocks
add address=217.73.240.0/20 comment=POLAND list=CountryIPBlocks
add address=217.74.64.0/20 comment=POLAND list=CountryIPBlocks
add address=217.75.48.0/20 comment=POLAND list=CountryIPBlocks
add address=217.76.112.0/20 comment=POLAND list=CountryIPBlocks
add address=217.79.144.0/20 comment=POLAND list=CountryIPBlocks
add address=217.96.0.0/14 comment=POLAND list=CountryIPBlocks
add address=217.113.128.0/19 comment=POLAND list=CountryIPBlocks
add address=217.113.224.0/20 comment=POLAND list=CountryIPBlocks
add address=217.116.96.0/20 comment=POLAND list=CountryIPBlocks
add address=217.117.128.0/20 comment=POLAND list=CountryIPBlocks
add address=217.119.64.0/20 comment=POLAND list=CountryIPBlocks
add address=217.144.192.0/19 comment=POLAND list=CountryIPBlocks
add address=217.149.240.0/20 comment=POLAND list=CountryIPBlocks
add address=217.153.0.0/16 comment=POLAND list=CountryIPBlocks
add address=217.168.128.0/20 comment=POLAND list=CountryIPBlocks
add address=217.168.192.0/20 comment=POLAND list=CountryIPBlocks
add address=217.170.160.0/20 comment=POLAND list=CountryIPBlocks
add address=217.171.48.0/20 comment=POLAND list=CountryIPBlocks
add address=217.172.224.0/19 comment=POLAND list=CountryIPBlocks
add address=217.173.0.0/20 comment=POLAND list=CountryIPBlocks
add address=217.173.160.0/19 comment=POLAND list=CountryIPBlocks
add address=217.173.192.0/20 comment=POLAND list=CountryIPBlocks
add address=217.197.64.0/20 comment=POLAND list=CountryIPBlocks
add address=10.10.30.0/24 list=allow_to_WinBox
add address=10.10.40.0/28 list=allow_to_WinBox
add address=10.0.0.0/24 list=allow_to_WinBox
add address=10.10.30.1-10.10.30.254 list=trusted_VLAN
add address=10.10.40.1-10.10.40.254 list=trusted_VLAN
add address=10.10.10.2-10.10.10.254 list=untrusted_VLAN
add address=10.10.20.2-10.10.20.254 list=untrusted_VLAN
add address=10.10.50.2-10.10.50.254 list=untrusted_VLAN
add address=192.168.88.0/24 list=allow_to_WinBox
add address=x.x.x.x comment="AWS CHR address" list=CountryIPBlocks
add address=10.94.0.0/24 list=allow_to_WinBox
add address=192.168.10.6 list=allow_to_WinBox
add address=192.168.60.0/24 list=allow_to_WinBox
add address=192.168.0.1-192.168.0.254 list=trusted_VLAN
add address=192.168.10.20 list=allow_to_WinBox
add address=10.10.10.10 list=WG_local
add address=10.10.30.0/24 list=WG_local
add address=10.10.40.0/28 list=WG_local
add address=172.31.32.0/24 list=WG_remote
add address=10.101.0.0/24 list=WG_remote
add address=192.168.10.67 list=WG_remote
add address=192.168.60.0/24 list=WG_remote
add address=192.168.80.0/24 list=WG_remote
add address=192.168.88.0/24 list=WG_remote
add address=10.100.100.0/24 disabled=yes list=WG_remote
add address=192.168.10.20 list=WG_remote
add address=10.101.0.0/24 list=allow_to_WinBox
add address=192.168.0.0/24 list=WG_remote
add address=192.168.40.0/24 list=WG_remote
add address=192.168.11.0/24 list=WG_remote
add address=192.168.10.0/24 list=WG_remote
add address=192.168.100.0/30 list=trusted_VLAN
add address=104.152.52.89 list=port_scanners
add address=104.152.52.219 list=port_scanners
add address=183.17.230.47 list=port_scanners
add address=104.152.52.149 list=port_scanners
add address=104.152.52.231 list=port_scanners
add address=84.15.176.237 list=port_scanners
add address=80.94.95.119 list=port_scanners
add address=104.152.52.94 list=port_scanners
add address=207.154.249.76 list=port_scanners
add address=41.73.156.78 list=port_scanners
add address=104.152.52.148 list=port_scanners
add address=104.152.52.213 list=port_scanners
add address=104.152.52.126 list=port_scanners
add address=207.244.235.11 list=port_scanners
add address=108.128.29.165 list=port_scanners
add address=104.152.52.185 list=port_scanners
add address=195.142.0.49 list=port_scanners
add address=83.171.108.239 list=port_scanners
add address=104.152.52.214 list=port_scanners
add address=104.152.52.217 list=port_scanners
add address=104.152.52.107 list=port_scanners
add address=104.152.52.226 list=port_scanners
add address=104.152.52.238 list=port_scanners
add address=104.152.52.240 list=port_scanners
add address=104.152.52.145 list=port_scanners
add address=194.146.251.100 list=NTP_servers
add address=194.146.251.101 list=NTP_servers
add address=0.pl.pool.ntp.org list=NTP_servers
add address=1.pl.pool.ntp.org list=NTP_servers
add address=104.152.52.109 list=port_scanners
add address=104.152.52.155 list=port_scanners
add address=107.173.229.141 list=port_scanners
add address=205.209.99.144 list=port_scanners
add address=104.152.52.200 list=port_scanners
add address=104.152.52.108 list=port_scanners
add address=104.152.52.201 list=port_scanners
add address=104.152.52.130 list=port_scanners
add address=104.152.52.222 list=port_scanners
add address=47.106.190.38 list=port_scanners
add address=167.94.138.123 list=port_scanners
add address=78.41.207.217 list=port_scanners
add address=104.152.52.131 list=port_scanners
add address=109.205.213.154 list=port_scanners
add address=104.152.52.153 list=port_scanners
add address=3.101.230.222 list=port_scanners
add address=104.152.52.144 list=port_scanners
add address=8.140.158.38 list=port_scanners
add address=3.101.216.107 list=port_scanners
add address=10.10.30.1 list=vl30_to_vl10
add address=10.10.30.8 list=vl30_to_vl10
add address=10.10.30.9 list=vl30_to_vl10
add address=10.10.30.10 list=vl30_to_vl10
add address=10.10.30.12 list=vl30_to_vl10
add address=10.10.30.13 list=vl30_to_vl10
add address=10.10.30.21 list=vl30_to_vl10
add address=10.10.30.22 list=vl30_to_vl10
add address=10.10.30.24 list=vl30_to_vl10
add address=10.10.30.25 list=vl30_to_vl10
add address=api.telegram.org list=api.telegram.org
add address=10.10.30.203 list=vl30_to_vl10
add address=10.10.30.206 list=vl30_to_vl10
add address=45.135.232.112 list=port_scanners
add address=104.152.52.220 list=port_scanners
add address=104.152.52.239 list=port_scanners
add address=91.92.241.61 list=port_scanners
add address=45.227.254.19 list=port_scanners
add address=141.98.83.10 list=port_scanners
add address=193.29.13.21 list=port_scanners
add address=194.28.115.243 list=port_scanners
add address=91.199.147.123 list=port_scanners
add address=104.152.52.236 list=port_scanners
add address=104.152.52.225 list=port_scanners
add address=147.78.47.39 list=port_scanners
add address=104.152.52.127 list=port_scanners
add address=104.152.52.194 list=port_scanners
add address=39.98.112.238 list=port_scanners
add address=104.152.52.154 list=port_scanners
add address=104.152.52.157 list=port_scanners
add address=185.7.219.115 list=port_scanners
add address=193.37.69.79 list=port_scanners
add address=104.152.52.124 list=port_scanners
add address=104.152.52.152 list=port_scanners
add address=45.114.127.128 list=port_scanners
add address=3.101.240.141 list=port_scanners
add address=104.152.52.209 list=port_scanners
add address=83.25.200.185 list=port_scanners
add address=203.154.59.92 list=port_scanners
add address=104.152.52.235 list=port_scanners
add address=104.152.52.203 list=port_scanners
add address=104.152.52.122 list=port_scanners
add address=104.152.52.142 list=port_scanners
add address=104.152.52.180 list=port_scanners
add address=104.152.52.232 list=port_scanners
add address=89.248.163.193 list=port_scanners
add address=43.133.130.33 list=port_scanners
add address=63.34.23.74 list=port_scanners
add address=104.152.52.212 list=port_scanners
add address=47.236.81.88 list=port_scanners
add address=10.10.30.15 list=vl30_to_vl10
add address=10.10.30.16 list=vl30_to_vl10
add address=45.135.232.111 list=port_scanners
add address=193.29.13.20 list=port_scanners
add address=193.29.13.22 list=port_scanners
add address=179.60.147.138 list=port_scanners
add address=52.209.31.241 list=port_scanners
add address=194.32.122.26 list=port_scanners
add address=104.152.52.230 list=port_scanners
add address=3.101.230.197 list=port_scanners
add address=34.228.59.84 list=port_scanners
add address=104.152.52.241 list=port_scanners
add address=47.120.34.214 list=port_scanners
add address=91.72.219.170 list=port_scanners
add address=3.101.240.110 list=port_scanners
add address=104.152.52.163 list=port_scanners
add address=104.152.52.120 list=port_scanners
add address=104.152.52.110 list=port_scanners
add address=10.94.0.0/24 disabled=yes list=WG_local
add address=3.101.230.204 list=port_scanners
add address=104.152.52.158 list=port_scanners
add address=177.106.124.82 list=port_scanners
add address=104.152.52.178 list=port_scanners
add address=84.239.40.246 list=port_scanners
add address=3.101.230.252 list=port_scanners
add address=10.10.30.54 list=vl30_to_vl10
add address=104.152.52.104 list=port_scanners
add address=3.101.230.138 list=port_scanners
add address=139.162.186.99 list=port_scanners
add address=47.120.26.12 list=port_scanners
add address=3.101.230.216 list=port_scanners
add address=34.106.173.149 list=port_scanners
add address=34.95.50.14 list=port_scanners
add address=34.159.76.244 list=port_scanners
add address=34.130.68.212 list=port_scanners
add address=34.88.125.111 list=port_scanners
add address=34.88.189.18 list=port_scanners
add address=34.130.152.185 list=port_scanners
add address=3.101.240.157 list=port_scanners
add address=34.130.175.141 list=port_scanners
add address=185.180.140.137 list=port_scanners
add address=34.142.145.201 list=port_scanners
add address=35.198.216.158 list=port_scanners
add address=35.234.241.3 list=port_scanners
add address=104.152.52.129 list=port_scanners
add address=34.142.207.149 list=port_scanners
add address=34.79.141.72 list=port_scanners
add address=35.189.192.31 list=port_scanners
add address=34.118.19.224 list=port_scanners
add address=34.118.39.188 list=port_scanners
add address=34.125.182.3 list=port_scanners
add address=34.95.209.1 list=port_scanners
add address=34.150.32.132 list=port_scanners
add address=34.96.187.175 list=port_scanners
add address=34.88.52.171 list=port_scanners
add address=35.204.45.145 list=port_scanners
add address=34.90.51.96 list=port_scanners
add address=34.89.22.196 list=port_scanners
add address=34.89.72.78 list=port_scanners
add address=34.90.140.56 list=port_scanners
add address=34.32.145.5 list=port_scanners
add address=35.203.6.18 list=port_scanners
add address=34.47.1.187 list=port_scanners
add address=35.241.90.155 list=port_scanners
add address=35.247.235.152 list=port_scanners
add address=34.151.251.90 list=port_scanners
add address=34.130.172.99 list=port_scanners
add address=35.246.50.230 list=port_scanners
add address=35.197.234.88 list=port_scanners
add address=3.101.240.91 list=port_scanners
add address=34.101.246.118 list=port_scanners
add address=35.236.84.129 list=port_scanners
add address=34.32.179.199 list=port_scanners
add address=104.152.52.211 list=port_scanners
add address=35.228.158.223 list=port_scanners
add address=34.88.95.147 list=port_scanners
add address=43.158.216.231 list=port_scanners
add address=34.87.243.67 list=port_scanners
add address=34.131.9.253 list=port_scanners
add address=34.131.150.101 list=port_scanners
add address=34.65.197.143 list=port_scanners
add address=35.240.26.252 list=port_scanners
add address=34.65.59.29 list=port_scanners
add address=34.65.6.102 list=port_scanners
add address=35.240.51.235 list=port_scanners
add address=34.102.6.230 list=port_scanners
add address=34.93.233.102 list=port_scanners
add address=35.221.247.49 list=port_scanners
add address=34.47.97.114 list=port_scanners
add address=34.126.149.242 list=port_scanners
add address=34.105.167.194 list=port_scanners
add address=34.89.97.217 list=port_scanners
add address=34.102.77.34 list=port_scanners
add address=34.93.5.82 list=port_scanners
add address=34.94.201.221 list=port_scanners
add address=34.130.43.72 list=port_scanners
add address=34.94.29.154 list=port_scanners
add address=34.152.39.192 list=port_scanners
add address=34.94.178.169 list=port_scanners
add address=35.198.66.148 list=port_scanners
add address=34.118.106.242 list=port_scanners
add address=34.118.109.60 list=port_scanners
add address=104.155.29.110 list=port_scanners
add address=34.151.78.225 list=port_scanners
add address=112.49.16.220 list=port_scanners
add address=34.65.156.149 list=port_scanners
add address=34.141.82.79 list=port_scanners
add address=34.106.158.167 list=port_scanners
add address=34.106.51.240 list=port_scanners
add address=34.150.61.30 list=port_scanners
add address=34.146.103.96 list=port_scanners
add address=35.194.99.30 list=port_scanners
add address=192.168.10.47 list=WG_remote
add address=10.94.0.0/24 list=WG_remote
add address=104.152.52.113 list=port_scanners
add address=34.47.150.238 list=port_scanners
add address=34.47.150.177 list=port_scanners
add address=34.81.240.118 list=port_scanners
add address=35.221.240.99 list=port_scanners
add address=93.199.176.36 list=port_scanners
add address=34.106.4.101 list=port_scanners
add address=34.106.89.30 list=port_scanners
add address=34.65.103.152 list=port_scanners
add address=34.130.100.230 list=port_scanners
add address=35.241.120.151 list=port_scanners
add address=34.150.72.139 list=port_scanners
add address=104.152.52.205 list=port_scanners
add address=34.65.119.110 list=port_scanners
add address=34.131.218.5 list=port_scanners
add address=119.59.114.48 list=port_scanners
add address=34.87.163.254 list=port_scanners
add address=35.244.51.106 list=port_scanners
add address=3.101.240.55 list=port_scanners
add address=34.118.15.163 list=port_scanners
add address=34.106.193.118 list=port_scanners
add address=34.106.54.140 list=port_scanners
add address=10.10.30.14 list=blokada_internetu
add address=10.10.30.11 list=blokada_internetu
add address=10.10.30.26 list=blokada_internetu
add address=10.10.30.27 list=blokada_internetu
add address=10.10.30.51 list=blokada_internetu
add address=104.152.52.202 list=port_scanners
add address=104.155.223.252 list=port_scanners
add address=34.97.7.48 list=port_scanners
add address=34.97.74.53 list=port_scanners
add address=34.97.206.166 list=port_scanners
add address=35.236.55.43 list=port_scanners
add address=34.89.44.26 list=port_scanners
add address=35.247.227.201 list=port_scanners
add address=35.198.24.72 list=port_scanners
add address=35.189.109.159 list=port_scanners
add address=34.147.164.165 list=port_scanners
add address=35.198.29.245 list=port_scanners
add address=35.220.221.49 list=port_scanners
add address=34.39.151.190 list=port_scanners
add address=34.34.109.28 list=port_scanners
add address=34.86.75.12 list=port_scanners
add address=104.152.52.192 list=port_scanners
add address=35.245.216.215 list=port_scanners
add address=35.199.56.222 list=port_scanners
add address=34.65.206.244 list=port_scanners
add address=35.242.141.49 list=port_scanners
add address=34.147.223.163 list=port_scanners
add address=34.129.76.157 list=port_scanners
add address=34.130.125.106 list=port_scanners
add address=34.159.129.69 list=port_scanners
add address=34.102.93.140 list=port_scanners
add address=35.246.165.49 list=port_scanners
add address=104.152.52.218 list=port_scanners
add address=108.181.5.254 list=port_scanners
/ip firewall filter
add action=fasttrack-connection chain=forward comment=\
"fasstrack w/o ipsec connections (L2TP)" connection-mark=!ipsec \
connection-state=established,related hw-offload=yes
add action=drop chain=input comment="drop ssh brute forcers" dst-port=22 \
protocol=tcp src-address-list=ssh_bruteforcers
add action=drop chain=input comment="drop winbox brute forcers" dst-port=8291 \
protocol=tcp src-address-list=winbox_bruteforcers
add action=add-src-to-address-list address-list=port_scanners \
address-list-timeout=none-static chain=input comment="port scanners" log=\
yes log-prefix=psd protocol=tcp psd=21,3s,3,1
add action=drop chain=input comment="block port scanners (by\B3 forward)" \
src-address-list=port_scanners
add action=add-src-to-address-list address-list=winbox_bruteforcers \
address-list-timeout=4w2d chain=input connection-state=new dst-port=8291 \
protocol=tcp src-address-list=winbox_stage3
add action=add-src-to-address-list address-list=winbox_stage3 \
address-list-timeout=1m chain=input connection-state=new dst-port=8291 \
protocol=tcp src-address-list=winbox_stage2
add action=add-src-to-address-list address-list=winbox_stage2 \
address-list-timeout=1m chain=input connection-state=new dst-port=8291 \
protocol=tcp src-address-list=winbox_stage1
add action=add-src-to-address-list address-list=ssh_bruteforcers \
address-list-timeout=4w2d chain=input connection-state=new dst-port=22 \
protocol=tcp src-address-list=ssh_stage3
add action=add-src-to-address-list address-list=ssh_stage3 \
address-list-timeout=1m chain=input connection-state=new dst-port=22 \
protocol=tcp src-address-list=ssh_stage2
add action=add-src-to-address-list address-list=ssh_stage2 \
address-list-timeout=1m chain=input connection-state=new dst-port=22 \
protocol=tcp src-address-list=ssh_stage1
add action=add-src-to-address-list address-list=ssh_stage1 \
address-list-timeout=1m chain=input connection-state=new dst-port=22 \
protocol=tcp
add action=jump chain=forward comment="jump to ICMP filters" jump-target=icmp \
protocol=icmp
add action=accept chain=forward comment=vlan10<->vlan30 dst-address-list=\
vl30_to_vl10 src-address=10.10.10.0/24
add action=accept chain=forward comment=vlan20<->vlan30 dst-address-list=\
vl30_to_vl10 src-address=10.10.20.0/24
add action=accept chain=forward comment=vlan10<->vlan30 dst-address=\
10.10.10.0/24 src-address-list=vl30_to_vl10
add action=accept chain=forward comment=vlan20<->vlan30 dst-address=\
10.10.20.0/24 src-address-list=vl30_to_vl10
add action=accept chain=input comment="Allow WireGuard" dst-port=13231 \
protocol=udp
add action=accept chain=forward comment="Allow SyncThing" dst-port=\
22001,22002,22003 protocol=tcp src-port=22000
add action=accept chain=forward comment="Allow SyncThing" dst-port=\
22000,22002,22003 protocol=tcp src-port=22001
add action=accept chain=forward comment="Allow SyncThing" dst-port=\
22000,22001,22003 protocol=tcp src-port=22002
add action=accept chain=forward comment="Allow SyncThing" dst-port=\
22000,22001,22002 protocol=tcp src-port=22003
add action=accept chain=forward comment="Allow SyncThing" dst-port=\
22001,22002,22003 protocol=udp src-port=22000
add action=accept chain=forward comment="Allow SyncThing" dst-port=\
22000,22002,22003 protocol=udp src-port=22001
add action=accept chain=forward comment="Allow SyncThing" dst-port=\
22000,22001,22003 protocol=udp src-port=22002
add action=accept chain=forward comment="Allow SyncThing" dst-port=\
22000,22001,22002 protocol=udp src-port=22003
add action=accept chain=input comment="SNMP z GLPI" dst-port=161,162 \
protocol=udp src-address=10.10.30.0/24
add action=accept chain=forward comment="SNMP z GLPI" dst-port=161,162 \
protocol=udp src-address=10.10.30.0/24
add action=accept chain=forward comment="Established, Related" \
connection-state=established,related
add action=accept chain=forward comment="WG allow" dst-address-list=WG_remote \
src-address-list=WG_local
add action=accept chain=forward comment="WG allow" dst-address-list=WG_local \
src-address-list=WG_remote
add action=accept chain=forward comment=\
"TEST Enable internet access for RISCO" log=yes log-prefix=vl10allow \
out-interface=ether1-WAN src-address=10.10.10.2
add action=accept chain=forward comment=\
"TEST Enable internet access for RISCO" dst-address=10.10.10.2 \
in-interface=ether1-WAN log=yes log-prefix=vl10allow
add action=accept chain=forward comment=\
"TEST Enable internet access for Frigate" log=yes log-prefix=vl10allow \
out-interface=ether1-WAN src-address=10.10.10.10
add action=accept chain=forward comment=\
"TEST Enable internet access for Frigate" dst-address=10.10.10.10 \
in-interface=ether1-WAN log=yes log-prefix=vl10allow
add action=accept chain=input comment="allow CAP" dst-port=5246,5247 \
protocol=udp
add action=accept chain=input dst-port=8291 protocol=tcp src-address-list=\
allow_to_WinBox
add action=accept chain=input comment="allow all input from lan" \
in-interface-list=LAN
add action=accept chain=input connection-state=established,related,new \
protocol=icmp
add action=accept chain=ICMP comment="0:0 and limit for 5 packets/s" \
icmp-options=0:0-255 limit=5,5:packet protocol=icmp
add action=accept chain=ICMP comment="3:3 and limit for 5 packets/s" \
icmp-options=3:3 limit=5,5:packet protocol=icmp
add action=accept chain=ICMP comment="3:4 and limit for 5 packets/s" \
icmp-options=3:4 limit=5,5:packet protocol=icmp
add action=accept chain=ICMP comment="8:0 and limit for 5 packets/s" \
icmp-options=8:0-255 limit=5,5:packet protocol=icmp
add action=accept chain=ICMP comment="11:0 and limit for 5 packets/s" \
icmp-options=11:0-255 limit=5,5:packet protocol=icmp
add action=accept chain=icmp comment="echo reply" icmp-options=0:0 protocol=\
icmp
add action=accept chain=forward comment="Allow Guest VLAN to NAS" \
dst-address=10.10.50.0/24 src-address=10.10.30.2
add action=accept chain=forward comment="Allow Guest VLAN to NAS" \
dst-address=10.10.30.2 src-address=10.10.50.0/24
add action=accept chain=forward comment="Allow ASUS_K501 to NAS" dst-address=\
10.10.30.2 src-address=10.94.0.9
add action=accept chain=forward comment="Allow ASUS_K501 to NAS" dst-address=\
10.94.0.9 src-address=10.10.30.2
add action=accept chain=forward comment="Allow guest VLAN to LibreSpeed" \
dst-address=10.10.30.200 dst-port=8082 protocol=tcp src-address=\
10.10.50.0/24
add action=accept chain=forward comment="Allow guest VLAN to LibreSpeed" \
dst-address=10.10.50.0/24 dst-port=8082 protocol=tcp src-address=\
10.10.30.200
add action=accept chain=forward connection-state="" dst-address=10.10.30.194 \
src-address=10.10.20.3
add action=accept chain=forward connection-state="" dst-address=10.10.30.203 \
src-address=10.10.20.3
add action=accept chain=forward connection-state="" dst-address=10.10.20.3 \
src-address=10.10.30.203
add action=accept chain=forward dst-address=10.10.30.253 src-address-list=\
untrusted_VLAN
add action=accept chain=forward comment="Allow CCTV to Frigate HASS" \
dst-address=10.10.20.3 src-address=10.10.10.10
add action=accept chain=forward comment="Allow CCTV to Frigate HASS" \
dst-address=10.10.10.10 src-address=10.10.20.3
add action=accept chain=forward connection-nat-state=dstnat
add action=accept chain=output dst-address-list=NTP_servers
add action=accept chain=input src-address-list=NTP_servers
add action=accept chain=input comment="Telegram bot" src-address-list=\
api.telegram.org
add action=accept chain=input connection-state=established,related
add action=accept chain=forward dst-address=172.16.16.2 src-address=\
10.10.30.0/24
add action=accept chain=forward dst-address=10.10.30.0/24 src-address=\
172.16.16.2
add action=drop chain=ICMP comment="Drop everything else" log=yes protocol=\
icmp
add action=drop chain=input comment=\
"Block incoming connections from outside Poland" connection-state=\
invalid,untracked in-interface=ether1-WAN log=yes src-address-list=\
!CountryIPBlocks
add action=drop chain=input comment=\
"MikroTik mikrotips block incoming connections not from LAN" \
connection-state=invalid,untracked log=yes
add action=drop chain=input in-interface-list=!LAN log=yes log-prefix=\
input!LAN
add action=drop chain=forward comment=\
"TEST Disable internet access for VLAN10" log-prefix=vl10block \
out-interface=ether1-WAN src-address=10.10.10.0/24
add action=drop chain=forward comment="Block trusted to untrusted" \
dst-address-list=untrusted_VLAN src-address-list=trusted_VLAN
add action=drop chain=forward comment="Block untrusted to trusted" \
dst-address-list=trusted_VLAN src-address-list=untrusted_VLAN
add action=drop chain=forward connection-nat-state=!dstnat connection-state=\
new in-interface=ether1-WAN log=yes
add action=drop chain=forward comment=\
"Drop tries to reach not public addresses from LAN" dst-address-list=\
not_in_internet in-interface=bridge1-LAN log=yes log-prefix=\
!public_from_LAN out-interface=!bridge1-LAN
add action=drop chain=forward comment=\
"Drop incoming packets that are not NAT`ted" connection-nat-state=!dstnat \
connection-state=new in-interface=ether1-WAN log=yes log-prefix=!NAT
add action=drop chain=forward comment=\
"Drop incoming from internet which is not public IP" in-interface=\
ether1-WAN log=yes log-prefix=!public src-address-list=not_in_internet
add action=drop chain=forward comment="Drop invalid" connection-state=invalid \
log=yes log-prefix=invalid
/ip firewall mangle
add action=mark-connection chain=input fragment=no in-interface=ether1-WAN \
new-connection-mark=wan1_conn tcp-flags=""
/ip firewall nat
add action=masquerade chain=srcnat comment="Maskarada dla zaufanych VLAN\F3w" \
out-interface=ether1-WAN src-address-list=trusted_VLAN
add action=masquerade chain=srcnat comment=\
"Maskarada dla niezaufanych VLAN\F3w" out-interface=ether1-WAN \
src-address-list=untrusted_VLAN
add action=masquerade chain=srcnat comment="Maskarada dla WG" out-interface=\
ether1-WAN src-address=10.94.0.0/24
add action=masquerade chain=srcnat comment="Maskarada dla kontener\F3w" \
src-address=172.16.16.0/24
add action=masquerade chain=srcnat comment="Maskarada dla Mikrusa" \
dst-address=10.5.0.0/16
add action=dst-nat chain=dstnat comment="Force DNS requests to PiHole" \
dst-port=53 in-interface=bridge1-LAN protocol=tcp src-address=\
!172.16.16.2 to-addresses=172.16.16.2 to-ports=53
add action=dst-nat chain=dstnat comment="Force DNS requests to PiHole" \
dst-port=53 in-interface=bridge1-LAN protocol=udp src-address=\
!172.16.16.2 to-addresses=172.16.16.2 to-ports=53
add action=dst-nat chain=dstnat dst-address=10.10.30.1 dst-port=888 protocol=\
tcp to-addresses=172.16.16.2 to-ports=80
add action=dst-nat chain=dstnat comment=OpenVPN dst-port=1194 \
in-interface-list=WAN protocol=udp to-addresses=10.10.30.208 to-ports=\
1194
add action=dst-nat chain=dstnat dst-port=22001 protocol=tcp to-addresses=\
10.10.30.2 to-ports=22001
add action=dst-nat chain=dstnat dst-port=22002 protocol=tcp to-addresses=\
10.10.30.13 to-ports=22002
add action=dst-nat chain=dstnat dst-port=22003 protocol=tcp to-addresses=\
10.10.30.15 to-ports=22003
/ip firewall raw
add action=accept chain=prerouting dst-port=53 in-interface=WG-CHR-2-dom \
protocol=udp
add action=accept chain=prerouting dst-port=53 in-interface=WG-CHR-2-dom \
protocol=tcp
add action=drop chain=prerouting dst-port=53 in-interface=ether1-WAN \
protocol=udp
add action=drop chain=prerouting dst-port=53 in-interface=ether1-WAN \
protocol=tcp
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/ip ipsec profile
set [ find default=yes ] dpd-interval=2m dpd-maximum-failures=5
/ip route
add disabled=no dst-address=172.31.32.0/24 gateway=WG-CHR-2-dom \
routing-table=main suppress-hw-offload=no
add disabled=no dst-address=192.168.88.0/24 gateway=WG-CHR-2-dom \
routing-table=main suppress-hw-offload=no
add disabled=no dst-address=10.100.100.0/24 gateway=WG-CHR-2-dom \
routing-table=main suppress-hw-offload=no
add disabled=no dst-address=192.168.60.0/24 gateway=WG-CHR-2-dom \
routing-table=main suppress-hw-offload=no
add disabled=no distance=1 dst-address=192.168.10.0/24 gateway=WG-CHR-2-dom \
pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
add disabled=no distance=1 dst-address=192.168.40.0/24 gateway=WG-CHR-2-dom \
pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
add disabled=no distance=1 dst-address=10.101.0.0/24 gateway=WG-CHR-2-dom \
pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
add disabled=no distance=1 dst-address=192.168.80.0/24 gateway=WG-CHR-2-dom \
pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
add disabled=no dst-address=192.168.0.0/24 gateway=WG-CHR-2-dom \
routing-table=main suppress-hw-offload=no
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www address=10.10.30.0/24,10.10.40.0/28,10.94.0.0/24,10.101.0.0/24
set ssh address="10.10.40.0/28,10.10.30.0/24,10.0.0.0/24,192.168.10.67/32,192.\
168.10.20/32,10.101.0.0/24,10.94.0.0/24" port=2255
set api disabled=yes
set winbox address="10.10.40.0/28,10.10.30.0/24,10.0.0.0/24,192.168.10.67/32,1\
92.168.10.20/32,10.101.0.0/24,10.94.0.0/24"
set api-ssl disabled=yes
/ip smb shares
set [ find default=yes ] directory=pub
/ip ssh
set always-allow-password-login=yes forwarding-enabled=both strong-crypto=yes
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
/ipv6 firewall filter
add action=accept chain=input comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
invalid
add action=accept chain=input comment="defconf: accept ICMPv6" protocol=\
icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" port=\
33434-33534 protocol=udp
add action=accept chain=input comment=\
"defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=\
udp src-address=fe80::/10
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 \
protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=\
ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=\
ipsec-esp
add action=accept chain=input comment=\
"defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=input comment=\
"defconf: drop everything else not coming from LAN" in-interface-list=\
!LAN
add action=accept chain=forward comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
connection-state=invalid
add action=drop chain=forward comment=\
"defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment=\
"defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" \
hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=\
icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=\
500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=\
ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=\
ipsec-esp
add action=accept chain=forward comment=\
"defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment=\
"defconf: drop everything else not coming from LAN" in-interface-list=\
!LAN
/snmp
set contact=arek enabled=yes trap-community="SiedSNMP v2c" trap-generators=\
start-trap trap-interfaces=all trap-version=2
/system clock
set time-zone-name=Europe/Warsaw
/system identity
set name=hAP_ax^3
/system logging
add action=remote prefix=fw topics=firewall
add action=remote prefix=container topics=container
add action=remote prefix=critical topics=critical
add action=remote prefix=dhcp topics=dhcp
add action=remote prefix=dns topics=dns
add action=remote prefix=event topics=event
add action=remote prefix=health topics=health
add action=remote prefix=system topics=system
add action=remote prefix=warning topics=warning
add action=remote prefix=wg topics=wireguard
add action=remote prefix=debug topics=debug
add action=remote prefix=wifi topics=wireless
add action=remote prefix=wifi_debug topics=wireless,debug
/system note
set show-at-login=no
/system ntp client
set enabled=yes
/system ntp server
set broadcast=yes enabled=yes manycast=yes multicast=yes
/system ntp client servers
add address=194.146.251.100
add address=194.146.251.101
add address=0.pl.pool.ntp.org
add address=1.pl.pool.ntp.org
/system scheduler
add interval=1m name=telestarter on-event=":if ([:len [/system script job find\
\_script=telegram]] <1) do={\r\
\n/system script run telegram\r\
\n}" policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \
start-time=startup
/system script
add dont-require-permissions=yes name=WoL-GL552 owner=arecki policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source="/\
tool wol mac=9C:5C:8E:34:E2:BB interface=vlan30-home\r\
\n/tool wol mac=10:02:B5:86:F2:B8 interface=vlan30-home"
add dont-require-permissions=yes name=WoL-OptiPlex owner=arecki policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=\
"/tool wol mac=B8:CA:3A:9B:0A:9C interface=vlan30-home"
add dont-require-permissions=no name=telegram owner=arecki policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source="\
\n:local lastUpdateID 0;\
\n:local botToken \"xxxxxxx\";\
\n:local userID xxxxxxxx\
\n:local SEND do={\
\n :put \$3\
\n /tool fetch url=\"https://api.telegram.org/bot\$1/sendmessage\?chat_\
id=\$2&text=\$3\" output=user\
\n}\
\n\$SEND \$botToken \$userID \"Telegram script initiated.\"\
\n:local loops 0\
\n:while (true) do={\
\n :put (\"Loop nr \".\$loops)\
\n :local data ([/tool fetch url=\"https://api.telegram.org/bot\$botTok\
en/getUpdates\?offset=\$lastUpdateID\" output=user as-value;]->\"data\")\
\n :local start 0\
\n :local end 0\
\n :set start ([:find \$data \"[\"]+1)\
\n :set end ([:len \$data]-2)\
\n :set data [:pick \$data \$start \$end]\
\n :local updates [:toarray (\$data)];\
\n :local command \"\"\
\n :foreach update in=\$updates do={\
\n :set \$update ([:toarray \$update])\
\n :local thisUpdateID [:pick (\$update->1) 1 [:len (\$update->1)]]\
\n :if (\$thisUpdateID > \$lastUpdateID) do={\
\n :put \"New update!\"\
\n :put (\"ID: \".\$thisUpdateID)\
\n :set lastUpdateID \$thisUpdateID\
\n :local message (\$update->5)\
\n :put \$message\
\n :local marray [:toarray \$message]\
\n :local trusted false;\
\n :if (loops != 0) do={\
\n :for i from=0 to=([:len \$marray]-1) do={\
\n :if ((\$marray->\$i) = \"from\") do={\
\n :local sender ([:toarr (\$marray->([:tonum \$i]+\
2))]->1)\
\n :set sender [:pick \$sender 1 [:len \$sender]]\
\n :if (sender = \$userID) do={:set trusted true;}\
\n }\
\n :if ((\$marray->\$i) = \"text\") do={\
\n :local val (\$marray->([:tonum \$i]+2))\
\n :if (\$trusted = true) do={\
\n :set command \$val\
\n }\
\n }\
\n }\
\n }\
\n }\
\n }\
\n :if ([:len \$command] > 0) do={\
\n \$SEND \$botToken \$userID (\"Received: \$command\")\
\n :local fun ([:system ssh-exec 0.0.0.0 \$command as-value]->\"out\
put\");\
\n :local loop true\
\n :while (\$loop) do={\
\n :local hash [:find \$fun \"#\"]\
\n :if (\$hash !=0 && \$hash<1) do={\
\n :set loop false\
\n } else={\
\n :set \$fun (\"\$[:pick \$fun 0 \$hash]\".\"\$[:pick \
\$fun (\$hash+1) ([:len \$fun])]\")\
\n :put \"Hashtag removed!\"\
\n :put \$fun\
\n }\
\n }\
\n :while ([:len \$fun]>3) do={\
\n :local lenght [:len \$fun]\
\n :local newline [:find \$fun \"\\n\"]\
\n :local line [:pick \$fun 0 (\$newline-1)]\
\n :set fun [:pick \$fun (\$newline+1) \$lenght]\
\n \$SEND \$botToken \$userID \$line\
\n }\
\n }\
\n :set loops (loops+1)\
\n :delay 5;\
\n}\
\n"
add dont-require-permissions=yes name=WoL-SKURVENSEN owner=arecki policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source="/\
tool wol mac=10:FF:E0:6A:EF:0C interface=vlan30-home\r\
\n/tool wol mac=44:FA:66:E5:64:25 interface=vlan30-home"
add dont-require-permissions=yes name=WoL-Proxmox owner=arecki policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=\
"/tool wol mac=B8:CA:3A:9B:3F:5D interface=vlan30-home"
add dont-require-permissions=yes name=WoL-Frigate owner=arecki policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=\
"/tool wol mac=B8:CA:3A:9A:B4:0F interface=vlan10-security"
/tool bandwidth-server
set enabled=no
/tool graphing interface
add interface=ether1-WAN
add interface=bridge1-LAN
/tool graphing resource
add
/tool mac-server
set allowed-interface-list=none
/tool mac-server mac-winbox
set allowed-interface-list=LAN
/tool netwatch
add disabled=no down-script=":log info \"ASUS GL552VW going to sleep\"\r\
\n:delay 30s\r\
\n:log info \"Sending WoL packet to ASUS GL552VW\"\r\
\n/system/script/run WoL-GL552" host=10.10.30.8 http-codes="" interval=\
10s test-script="" type=simple up-script=""
add disabled=no down-script="" host=10.94.0.9 http-codes="" interval=20s \
test-script="" type=simple up-script=""
/tool romon
set enabled=yes
And mAP Lite config:
# 2025-04-07 09:12:05 by RouterOS 7.18.1
# model = RBmAPL-2nD
/interface bridge add name=bridge-lan port-cost-mode=short
/interface wireless set [ find default-name=wlan1 ] band=2ghz-b/g/n country=no_country_set disabled=no frequency=2462 installation=indoor ssid=Test-nadajnika-5G-200%-mocy
/interface wireguard add listen-port=13231 mtu=1420 name=WG-CHR-7-mAP
/interface list add name=LAN
/interface list add name=WAN
/interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik
/interface wireless security-profiles add authentication-types=wpa2-psk mode=dynamic-keys name=Test-nadajnika-5G-200%-mocy supplicant-identity=""
/interface wireless security-profiles add authentication-types=wpa2-psk mode=dynamic-keys name=Luxtorpeda supplicant-identity=""
/interface wireless security-profiles add authentication-types=wpa2-psk mode=dynamic-keys name=358_net5 supplicant-identity=""
/interface wireless security-profiles add authentication-types=wpa2-psk mode=dynamic-keys name=Bridged supplicant-identity=""
/interface wireless security-profiles add authentication-types=wpa2-psk mode=dynamic-keys name=NoSSID supplicant-identity=""
/interface wireless security-profiles add authentication-types=wpa2-psk mode=dynamic-keys name=P440 supplicant-identity=""
/interface wireless add disabled=no keepalive-frames=disabled mac-address=4A:A9:8A:48:52:EC master-interface=wlan1 multicast-buffering=disabled name=wlan2 security-profile=Bridged ssid=MBridged wds-cost-range=0 wds-default-cost=0 wps-mode=disabled
/ip pool add name=dhcp_pool0 ranges=10.101.0.11-10.101.0.254
/ip dhcp-server add address-pool=dhcp_pool0 interface=bridge-lan lease-time=1d name=dhcp1
/ip smb users set [ find default=yes ] disabled=yes
/interface bridge port add bridge=bridge-lan interface=wlan2 internal-path-cost=10 path-cost=10
/interface bridge port add bridge=bridge-lan interface=ether1 internal-path-cost=10 path-cost=10
/ip firewall connection tracking set udp-timeout=10s
/ip neighbor discovery-settings set discover-interface-list=all
/ipv6 settings set disable-ipv6=yes
/interface list member add interface=bridge-lan list=LAN
/interface list member add interface=WG-CHR-7-mAP list=LAN
/interface list member add interface=wlan1 list=WAN
/interface list member add interface=ether1 list=WAN
/interface ovpn-server server add mac-address=FE:74:68:4D:07:74 name=ovpn-server1
/interface wireguard peers add allowed-address=10.94.0.1/32,172.31.32.0/24 comment=1-CHR endpoint-address=x.x.x.x endpoint-port=13231 interface=WG-CHR-7-mAP name=AWS persistent-keepalive=5m public-key="apd0zT0jAoukl9cCnNuA6UT6uyGep14p/74tnGvdeGg="
/interface wireguard peers add allowed-address=10.94.0.2/32,172.16.16.2/32,10.10.30.0/24,10.10.40.0/28,10.10.10.0/24,10.10.20.0/24 comment=2-dom endpoint-address=xxxxxxxxxxxx.sn.mynetname.net endpoint-port=13231 interface=WG-CHR-7-mAP name=hAP_ax3 public-key="6stxubUMT1w6F2zNXLo1EVXpMonZqN9tbo9Pd5HRvh8="
/interface wireguard peers add allowed-address=10.94.0.3/32,192.168.88.0/24 comment=3-p440 endpoint-address=xxxxxxxxxxxx.sn.mynetname.net endpoint-port=13231 interface=WG-CHR-7-mAP name=P440 persistent-keepalive=5m public-key="CQoq4Yy/puSznzZI/fv1JIXdZqjyM486/Xv+z7a3yDM="
/interface wireguard peers add allowed-address=10.94.0.5/32 comment=5-rw interface=WG-CHR-7-mAP name=Galaxy_S20FE persistent-keepalive=5m public-key="XgUh6ULQAXxTHmNkF5qvW6uOXuYX2DrAIp/EQ/duwlw="
/interface wireguard peers add allowed-address=10.94.0.6/32,192.168.10.0/24,192.168.40.0/24,192.168.60.0/24,192.168.80.0/24 comment=6-sp358 endpoint-address=xxxxxxxxxxxx.sn.mynetname.net endpoint-port=13231 interface=WG-CHR-7-mAP name=SP358 public-key="L6MNMVWwOU4hwzFdSwTHSVTC+hamo3Im4CDc2TolUn8="
/interface wireless connect-list add interface=wlan1 security-profile=Test-nadajnika-5G-200%-mocy ssid=Test-nadajnika-5G-200%-mocy
/interface wireless connect-list add interface=wlan1 security-profile=Luxtorpeda ssid=Luxtorpeda
/interface wireless connect-list add interface=wlan1 security-profile=358_net5 ssid=358_net5
/interface wireless connect-list add interface=wlan1 security-profile=P440 ssid=WiFi-P440
/ip address add address=10.101.0.1/24 interface=bridge-lan network=10.101.0.0
/ip address add address=10.94.0.7/24 interface=WG-CHR-7-mAP network=10.94.0.0
/ip cloud set ddns-enabled=yes ddns-update-interval=1m
/ip dhcp-client add interface=wlan1 use-peer-dns=no
/ip dhcp-client add disabled=yes interface=ether1
/ip dhcp-server network add address=10.101.0.0/24 dns-server=172.16.16.2,10.10.30.253,1.1.1.2 gateway=10.101.0.1 netmask=24
/ip dns set servers=172.16.16.2,10.10.30.253,1.1.1.2
/ip firewall address-list add address=10.101.0.0/24 list=WG-local
/ip firewall address-list add address=172.31.32.0/24 list=WG-remote
/ip firewall address-list add address=10.10.30.0/24 list=WG-remote
/ip firewall address-list add address=10.10.40.0/28 list=WG-remote
/ip firewall address-list add address=192.168.88.0/24 list=WG-remote
/ip firewall address-list add address=10.100.100.0/24 disabled=yes list=WG-remote
/ip firewall address-list add address=192.168.10.0/24 list=WG-remote
/ip firewall address-list add address=192.168.40.0/24 list=WG-remote
/ip firewall address-list add address=192.168.60.0/24 list=WG-remote
/ip firewall address-list add address=10.101.0.0/24 list=allowed_to_router
/ip firewall address-list add address=0.0.0.0/8 comment=RFC6890 list=not_in_internet
/ip firewall address-list add address=172.16.0.0/12 comment=RFC6890 list=not_in_internet
/ip firewall address-list add address=192.168.0.0/16 comment=RFC6890 list=not_in_internet
/ip firewall address-list add address=10.0.0.0/8 comment=RFC6890 list=not_in_internet
/ip firewall address-list add address=169.254.0.0/16 comment=RFC6890 list=not_in_internet
/ip firewall address-list add address=127.0.0.0/8 comment=RFC6890 list=not_in_internet
/ip firewall address-list add address=224.0.0.0/4 comment=Multicast list=not_in_internet
/ip firewall address-list add address=198.18.0.0/15 comment=RFC6890 list=not_in_internet
/ip firewall address-list add address=192.0.0.0/24 comment=RFC6890 list=not_in_internet
/ip firewall address-list add address=192.0.2.0/24 comment=RFC6890 list=not_in_internet
/ip firewall address-list add address=198.51.100.0/24 comment=RFC6890 list=not_in_internet
/ip firewall address-list add address=203.0.113.0/24 comment=RFC6890 list=not_in_internet
/ip firewall address-list add address=100.64.0.0/10 comment=RFC6890 list=not_in_internet
/ip firewall address-list add address=240.0.0.0/4 comment=RFC6890 list=not_in_internet
/ip firewall address-list add address=10.94.0.0/24 list=allowed_to_router
/ip firewall address-list add address=172.16.16.0/24 list=WG-remote
/ip firewall address-list add address=10.10.30.0/24 list=allowed_to_router
/ip firewall address-list add address=10.10.40.0/28 list=allowed_to_router
/ip firewall address-list add address=10.10.20.0/24 list=WG-remote
/ip firewall address-list add address=10.10.10.0/24 list=WG-remote
/ip firewall address-list add address=192.168.80.0/24 list=WG-remote
/ip firewall address-list add address=10.94.0.0/24 list=WG-remote
/ip firewall filter add action=fasttrack-connection chain=forward comment=FastTrack connection-state=established,related hw-offload=yes
/ip firewall filter add action=accept chain=forward comment="Established, Related" connection-state=established,related
/ip firewall filter add action=accept chain=input comment="Allow incoming established, related, untracked" connection-state=established,related,untracked
/ip firewall filter add action=accept chain=input comment="Allow WireGuard" dst-port=13231 protocol=udp
/ip firewall filter add action=accept chain=forward comment="Allow WireGuard traffic between LANs" dst-address-list=WG-remote src-address-list=WG-local
/ip firewall filter add action=accept chain=forward comment="Allow WireGuard traffic between LANs" dst-address-list=WG-local src-address-list=WG-remote
/ip firewall filter add action=accept chain=input comment="default configuration" connection-state=established,related
/ip firewall filter add action=accept chain=input comment="Allow to router" src-address-list=allowed_to_router
/ip firewall filter add action=accept chain=input comment="Allow ICMP" protocol=icmp
/ip firewall filter add action=drop chain=forward comment="Drop invalid" connection-state=invalid log=yes log-prefix=invalid
/ip firewall filter add action=drop chain=input comment="Drop invalid" connection-state=invalid log=yes log-prefix=invalid
/ip firewall filter add action=drop chain=input comment="Drop everything to router"
/ip firewall nat add action=masquerade chain=srcnat out-interface-list=WAN
/ip firewall nat add action=masquerade chain=srcnat out-interface-list=WAN src-address=10.94.0.0/24
/ip firewall nat add action=src-nat chain=srcnat dst-port=53 protocol=tcp to-addresses=10.94.0.2 to-ports=53
/ip firewall nat add action=src-nat chain=srcnat dst-port=53 protocol=udp to-addresses=10.94.0.2 to-ports=53
/ip hotspot profile set [ find default=yes ] html-directory=hotspot
/ip ipsec profile set [ find default=yes ] dpd-interval=2m dpd-maximum-failures=5
/ip route add check-gateway=ping disabled=no dst-address=172.31.32.0/24 gateway=WG-CHR-7-mAP routing-table=main suppress-hw-offload=no
/ip route add disabled=no dst-address=10.10.30.0/24 gateway=WG-CHR-7-mAP routing-table=main suppress-hw-offload=no
/ip route add disabled=no distance=1 dst-address=10.10.40.0/28 gateway=WG-CHR-7-mAP pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/ip route add disabled=no distance=1 dst-address=192.168.88.0/24 gateway=WG-CHR-7-mAP pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/ip route add disabled=no distance=1 dst-address=10.100.100.0/24 gateway=WG-CHR-7-mAP pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/ip route add disabled=no distance=1 dst-address=192.168.10.0/24 gateway=WG-CHR-7-mAP pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/ip route add disabled=no distance=1 dst-address=192.168.40.0/24 gateway=WG-CHR-7-mAP pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/ip route add disabled=no distance=1 dst-address=192.168.60.0/24 gateway=WG-CHR-7-mAP pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/ip route add disabled=no dst-address=172.16.16.0/24 gateway=WG-CHR-7-mAP routing-table=main suppress-hw-offload=no
/ip route add disabled=no dst-address=10.10.10.0/24 gateway=WG-CHR-7-mAP routing-table=main suppress-hw-offload=no
/ip route add disabled=no dst-address=10.10.20.0/24 gateway=WG-CHR-7-mAP routing-table=main suppress-hw-offload=no
/ip route add disabled=no distance=1 dst-address=80.53.56.58/32 gateway=0.0.0.0 routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/ip route add disabled=no dst-address=192.168.80.0/24 gateway=WG-CHR-7-mAP routing-table=main suppress-hw-offload=no
/ip service set telnet disabled=yes
/ip service set ftp disabled=yes
/ip service set www disabled=yes
/ip service set ssh disabled=yes
/ip service set api disabled=yes
/ip service set api-ssl disabled=yes
/ip smb shares set [ find default=yes ] directory=/flash/pub
/ip ssh set host-key-size=1024 strong-crypto=yes
/system clock set time-zone-name=Europe/Warsaw
/system identity set name="mAP lite"
/system note set show-at-login=no
/system ntp client set enabled=yes
/system ntp client servers add address=194.146.251.100
/system ntp client servers add address=194.146.251.101
/system scheduler add name=autorun-client-mode on-event="/system/script/run client-mode" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-time=startup
/system script add dont-require-permissions=no name=NoSSID1 owner=admin policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=":log info \"script: Going into Lost Duckling mode\"\r\
\n/interface wireless set wlan1 mode=ap-bridge ssid=MNoSSID security-profile=NoSSID"
/system script add comment="wersja 3" dont-require-permissions=no name=client-mode owner=arecki policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=":log info \"Waiting 10s\"\
\n\
\n:delay 10s\
\n\
\n# ustaw wlan1 w trybie station\
\n\
\n:log info \"Setting wlan1 in station-pseudobridge mode\";\
\n\
\n/interface/wireless/disable wlan1;\
\n\
\n/interface/wireless/enable wlan1;\
\n\
\n/interface/wireless/set wlan1 mode=station-pseudobridge security-profile=\"Test-nadajnika-5G-200%-mocy\" ssid=\"Test-nadajnika-5G-200%-mocy\";\
\n\
\n# czekaj na polaczenie WiFi\
\n\
\n:log info \"Waiting 20s for WiFi connection\";\
\n\
\n:delay 20s;\
\n\
\n# sprawdz czy mAP jest podlaczony do WiFi\
\n\
\n:local connectstatus [/interface/wireless/get wlan1 running];\
\n\
\n# jezeli wlan1 jest podlaczony, dodaj dhcp-client na wlan1, ether1 do bridge-a, w innym wypadku wlacz DHCP client na ether1\
\n\
\n:if \$connectstatus do={ \
\n\
\n:log info \"Enter if-do-else\"; \
\n\
\n/interface list member add interface=wlan1 list=WAN; \
\n\
\n/ip/dhcp-client/add interface=wlan1 add-default-route=yes disabled=no; \
\n\
\n/ip firewall nat add action=masquerade chain=srcnat out-interface=wlan1; \
\n\
\n/interface/bridge/port/add interface=ether1 bridge=bridge-lan; \
\n\
\n} else={ \
\n\
\n/interface/bridge/port/remove [find interface=ether1]; \
\n\
\n/interface/wireless/set wlan1 band=2ghz-g/n country=no_country_set disabled=no frequency=auto mode=ap-bridge ssid=MNoSSID security-profile=NoSSID; \
\n\
\n/interface list member add interface=ether1 list=WAN; \
\n\
\n/ip/dhcp-client/enable [find interface=ether1; \
\n\
\n/ip firewall nat add action=masquerade chain=srcnat out-interface-list=WAN;\
\n"
/tool bandwidth-server set enabled=no
/tool mac-server set allowed-interface-list=LAN
/tool netwatch add disabled=no down-script="" host=8.8.8.8 http-codes="" test-script="" type=simple up-script=""
/tool romon set enabled=yes
On mAP I have both pi-holes and CloudFlare DNS in /ip dns and in /ip dhcp-server network. When I delete 1.1.1.2 from either of them I lose addresses resolving for mAP and for DHCP clients respectively.
Could you please take a look and maybe suggest how to make it work?