<?xml version="1.0"?>
<opnsense>
  <theme>cicada</theme>
  <sysctl version="1.0.1">
    <item uuid="8ee19877-6dea-46e4-807a-aa863deb2d22">
      <tunable>vfs.read_max</tunable>
      <value/>
      <descr>Increase UFS read-ahead speeds to match the state of hard drives and NCQ.</descr>
    </item>
    <item uuid="de5a79cd-5e03-4256-8bfa-0b2187bdde29">
      <tunable>net.inet.ip.portrange.first</tunable>
      <value/>
      <descr>Set the ephemeral port range to be lower.</descr>
    </item>
    <item uuid="b33e4adc-0c42-4e04-a3d9-8ddae0f5be9b">
      <tunable>net.inet.tcp.blackhole</tunable>
      <value/>
      <descr>Drop packets to closed TCP ports without returning a RST</descr>
    </item>
    <item uuid="2ce4c664-e7be-42f6-99f0-1945b0a9f70d">
      <tunable>net.inet.udp.blackhole</tunable>
      <value/>
      <descr>Do not send ICMP port unreachable messages for closed UDP ports</descr>
    </item>
    <item uuid="d5627a2e-4a0d-4bff-8ab8-382d079def27">
      <tunable>net.inet.ip.random_id</tunable>
      <value/>
      <descr>Randomize the ID field in IP packets</descr>
    </item>
    <item uuid="0c27efa0-e31e-4a3e-83bc-fa3b675cd296">
      <tunable>net.inet.ip.sourceroute</tunable>
      <value/>
      <descr>
        Source routing is another way for an attacker to try to reach non-routable addresses behind your box.
        It can also be used to probe for information about your internal networks. These functions come enabled
        as part of the standard FreeBSD core system.
      </descr>
    </item>
    <item uuid="0151139c-1621-4fe7-b45a-13edf644e30c">
      <tunable>net.inet.ip.accept_sourceroute</tunable>
      <value/>
      <descr>
        Source routing is another way for an attacker to try to reach non-routable addresses behind your box.
        It can also be used to probe for information about your internal networks. These functions come enabled
        as part of the standard FreeBSD core system.
      </descr>
    </item>
    <item uuid="7a4d0664-a843-4ecc-9b66-5b5e56e8737b">
      <tunable>net.inet.icmp.log_redirect</tunable>
      <value/>
      <descr>
        This option turns off the logging of redirect packets because there is no limit and this could fill
        up your logs consuming your whole hard drive.
      </descr>
    </item>
    <item uuid="89fae8d3-ba0d-4b04-8d76-8bffb354548b">
      <tunable>net.inet.tcp.drop_synfin</tunable>
      <value/>
      <descr>Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)</descr>
    </item>
    <item uuid="aa442e24-3360-4a51-82c5-ab9940664b2d">
      <tunable>net.inet6.ip6.redirect</tunable>
      <value/>
      <descr>Enable sending IPv6 redirects</descr>
    </item>
    <item uuid="b5efd6e8-c8e2-4ad9-905a-7eb912ab1755">
      <tunable>net.inet6.ip6.use_tempaddr</tunable>
      <value/>
      <descr>Enable privacy settings for IPv6 (RFC 4941)</descr>
    </item>
    <item uuid="572da488-dbba-4e67-b2d6-626bbab7991d">
      <tunable>net.inet6.ip6.prefer_tempaddr</tunable>
      <value/>
      <descr>Prefer privacy addresses and use them over the normal addresses</descr>
    </item>
    <item uuid="68605153-75a1-4b43-986d-e492896ca082">
      <tunable>net.inet.tcp.syncookies</tunable>
      <value/>
      <descr>Generate SYN cookies for outbound SYN-ACK packets</descr>
    </item>
    <item uuid="aeec47ee-3f63-4118-8659-73e841dbf2fe">
      <tunable>net.inet.tcp.recvspace</tunable>
      <value/>
      <descr>Maximum incoming/outgoing TCP datagram size (receive)</descr>
    </item>
    <item uuid="f426d1e5-ad17-4fd2-80d1-0b7919a06b63">
      <tunable>net.inet.tcp.sendspace</tunable>
      <value/>
      <descr>Maximum incoming/outgoing TCP datagram size (send)</descr>
    </item>
    <item uuid="e5164e41-9177-479a-86d7-3d0b99bf43c4">
      <tunable>net.inet.tcp.delayed_ack</tunable>
      <value/>
      <descr>Do not delay ACK to try and piggyback it onto a data packet</descr>
    </item>
    <item uuid="18a2907c-f21b-492c-9979-5a90cfee7828">
      <tunable>net.inet.udp.maxdgram</tunable>
      <value/>
      <descr>Maximum outgoing UDP datagram size</descr>
    </item>
    <item uuid="af38088b-c414-446f-aeee-961ff26c6813">
      <tunable>net.link.bridge.pfil_onlyip</tunable>
      <value/>
      <descr>Handling of non-IP packets which are not passed to pfil (see if_bridge(4))</descr>
    </item>
    <item uuid="2ec24bf4-37ca-4b29-9c77-ce8005f91268">
      <tunable>net.link.bridge.pfil_local_phys</tunable>
      <value/>
      <descr>Set to 1 to additionally filter on the physical interface for locally destined packets</descr>
    </item>
    <item uuid="642e6f4b-d61b-4b91-b018-de77fc07a5f7">
      <tunable>net.link.bridge.pfil_member</tunable>
      <value/>
      <descr>Set to 0 to disable filtering on the incoming and outgoing member interfaces.</descr>
    </item>
    <item uuid="ffc2c1d9-284c-4144-abb8-270e2e3d653e">
      <tunable>net.link.bridge.pfil_bridge</tunable>
      <value/>
      <descr>Set to 1 to enable filtering on the bridge interface</descr>
    </item>
    <item uuid="587bb50f-b511-42c8-8b5e-dafdb207b0ff">
      <tunable>net.link.tap.user_open</tunable>
      <value/>
      <descr>Allow unprivileged access to tap(4) device nodes</descr>
    </item>
    <item uuid="a057e65c-f011-41ff-bf09-cdc832cbde11">
      <tunable>kern.randompid</tunable>
      <value/>
      <descr>Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())</descr>
    </item>
    <item uuid="a3436044-f0f1-44f3-a9e6-0590bf3a4177">
      <tunable>net.inet.ip.intr_queue_maxlen</tunable>
      <value/>
      <descr>Maximum size of the IP input queue</descr>
    </item>
    <item uuid="3446d2bf-0d35-49b2-889a-f7882936b807">
      <tunable>hw.syscons.kbd_reboot</tunable>
      <value/>
      <descr>Disable CTRL+ALT+Delete reboot from keyboard.</descr>
    </item>
    <item uuid="bf2c05fe-dd61-4ff8-a037-1a2db2aedfe4">
      <tunable>net.inet.tcp.log_debug</tunable>
      <value/>
      <descr>Enable TCP extended debugging</descr>
    </item>
    <item uuid="23d881e8-6850-48b2-bca6-0030d8bc23fa">
      <tunable>net.inet.icmp.icmplim</tunable>
      <value/>
      <descr>Set ICMP Limits</descr>
    </item>
    <item uuid="ca5980dd-d427-4611-8314-f512f047dd3a">
      <tunable>net.inet.tcp.tso</tunable>
      <value/>
      <descr>TCP Offload Engine</descr>
    </item>
    <item uuid="ef0a0696-b347-45e3-a26b-1ca6f64e22bb">
      <tunable>net.inet.udp.checksum</tunable>
      <value/>
      <descr>UDP Checksums</descr>
    </item>
    <item uuid="7a6808bd-7d14-4151-bf7b-e1ca36b8759e">
      <tunable>kern.ipc.maxsockbuf</tunable>
      <value/>
      <descr>Maximum socket buffer size</descr>
    </item>
    <item uuid="a79cc50d-0eef-4159-9f07-9a4268095bbf">
      <tunable>vm.pmap.pti</tunable>
      <value/>
      <descr>Page Table Isolation (Meltdown mitigation, requires reboot.)</descr>
    </item>
    <item uuid="2aa21591-a3e6-4212-934a-d27ef655f254">
      <tunable>hw.ibrs_disable</tunable>
      <value/>
      <descr>Disable Indirect Branch Restricted Speculation (Spectre V2 mitigation)</descr>
    </item>
    <item uuid="85c239a4-10ac-4127-9cfe-7d9a9fcb3bc3">
      <tunable>security.bsd.see_other_gids</tunable>
      <value/>
      <descr>Hide processes running as other groups</descr>
    </item>
    <item uuid="41110807-c2a5-42d5-a39b-1703a673cae2">
      <tunable>security.bsd.see_other_uids</tunable>
      <value/>
      <descr>Hide processes running as other users</descr>
    </item>
    <item uuid="72cffd01-5f53-447b-b1ca-a133aab79835">
      <tunable>net.inet.ip.redirect</tunable>
      <value>0</value>
      <descr>Enable/disable sending of ICMP redirects in response to IP packets for which a better,
        and for the sender directly reachable, route and next hop is known.
      </descr>
    </item>
    <item uuid="986f2223-b023-4a84-8300-ed1a0c032eba">
      <tunable>net.inet.icmp.drop_redirect</tunable>
      <value>1</value>
      <descr>
        Redirect attacks are the purposeful mass-issuing of ICMP type 5 packets. In a normal network, redirects
        to the end stations should not be required. This option enables the NIC to drop all inbound ICMP redirect
        packets without returning a response.
      </descr>
    </item>
    <item uuid="2efd635d-2fce-4763-b066-bfb5d5597aeb">
      <tunable>net.local.dgram.maxdgram</tunable>
      <value/>
      <descr>Maximum outgoing UDP datagram size</descr>
    </item>
  </sysctl>
  <system>
    <optimization>normal</optimization>
    <hostname>opnsense</hostname>
    <domain>koch.casa</domain>
    <group uuid="03f8e617-6ad7-4265-b13b-9c27aa7d8785">
      <gid>1999</gid>
      <name>admins</name>
      <scope>system</scope>
      <description>System Administrators</description>
      <priv>page-all</priv>
      <member>0,2001</member>
    </group>
    <user uuid="ccc72a9c-5b68-4d8d-8d15-b942212876ea">
      <uid>0</uid>
      <name>root</name>
      <disabled>0</disabled>
      <scope>system</scope>
      <expires/>
      <authorizedkeys>c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFESDJsb0hFdndQaVRlNkN2OHBIN2plNmcvRi9Db3ZnSHp0V3k2MTlGRCtpVC9PQ1VGS0hxZExmU0x2a2NKZE1nRndUVUxGZkNaVVQ4YjFaYmhYNGZialRqeGNHQ1BheXFPdGFuV2xMc3lPU2E1SE5Yc0F1L3lYS0pJMEduVVc5Mmd6Smd4S3dQWVBOdTNkVlRvbmk0Nm51bDBwaXlrbGtVTmhLNnBjSTJoQVRJNWI2VFcvSFFWb0U4SksxSjI3dG9iY0pBTytOTVBGenNiTUVHNk92b1BJN0paZk5GT0VCU0F0REFZbUNvZ1NHcEZhcmxtdnhwaDRkR0E3ZllRcXFXL2R4L0x0bVlkOFlGRjRHR0pZcHo0NmFiSkhqK3Y5UEppbThjNTNMUW5zR2VtZVN4aFk1eGdSd3BEQm1wSjgvWG1rY2FPWWZlTElYQVlvbGhOMXFuQy8gQ0FQSTo3YzlhODNlMmM3Mzg0Yzc5ZTk1NzUzOWUwYTYxMzRmYzdmZTBlYzY0N2M5YTgzZTJjNzM4NGM3OWU5NTc1MzllMGE2MTM0ZmM3ZmUwZWM2NCBDTj1kYXJrYWluDQpzc2gtcnNhIEFBQUFCM056YUMxeWMyRUFBQUFEQVFBQkFBQUJBUUNENGoxbDlOUVVydVpna3M0ZjFtZitrUHYxZmVQUlVhaW0wRUdUYnlsMUVlUG1EcTQvbG9neTBIUU1uSkJVWlU2ZlJmSy84cFVkR0RnWlZNcEZtMEUvTEZiT0J6bVQ2YVUxejNTU3ZVZXFsMXYyUnpyS3pSb3NqOTVzZVU0aVdPLzVZaVBoYnZ6MFRVVkhRSmo0TGdwM0pkR3JHT1EwaWZLMVZ1UTZrSjIwU2dWZVJJU1ZXTmhyaUtuYjBXNlVXaGFTVkFtMWM2TEozNWVZbmZidXZKU2ZaSmZjNVUwQjhURHRiRmdQYWZLbGREbzJ0YkRraW1sdmZJWjIxWFFyYS8rMVBMRUNGNk1mZy9wcGwzVXpUOWlQSm1UcmxYcDBFTE1KazBMQ2hSS3hqS3JWcjY4aXR1R1pKZ3l1bnp4TSt0cUhGb1VtQU53RzlWR1VwT1JtQzNTSiBDQVBJOmQ2MzQ5OTM5NjQzYjMzNTA3OGIzOWM1ZTFhZTgwNWNhMjM3ZWY1ZmVkNjM0OTkzOTY0M2IzMzUwNzhiMzljNWUxYWU4MDVjYTIzN2VmNWZlIENOPWRhcmthaW4NCnNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRREpIVzk0QVpRYWtVd2p3cTArZG11WWxLN2xFRTlUc3ZMV0JaTXhmUkJ3OFk4RFRiT0JFdzVDWk5pUnRRREd3UDlqM1RpL1EzQzZpRVZvNS9LeDd3ZHdVRUJMMitnSTJyTHd4NkNBSzhveVppVmh2a25KZFpqWUpmVmVUekVQaTBHallUZkhCLzY0RnZ1UUJlZiszbkJ5WTZheXpTcGJoU0VrNjdoSjZkNXk0bVdnaUt6MW9vUml1WG1OdG9mOXZJTytlUFI3WkVpeUdoNjJnT0tqbkFXeHZucEZOTlBoQ0ZMZi9BYkVrVlJDMmo5TmhoTmtqS25zYXFNTGloUkdKK2FZK2FGQVNMODNhdmxybWtYMmdBTjVneUtWN3NTVXFlKzlZbUlBM1VHa00wbUE4VlJ4b3E0SHlybkxJMTM2QzNZMHVQbmdXbDNMTGVhNjQ2Vnp0TUR2ICBDQVBJOmJhOGI0YmRmYmQxOTlhODgwMTlmODllZGM0YTk0ZjY5MGRiMzVmNDMgQ049VmluY2VudCBNaWx1bSBKcg0Kc3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFEUWhGaW15dnlmeCtraStKdFFnRmxsclF0SVNTajRjVXFOMjdpTE9CTEhubjhlb2hLS2xoRVdRUE9GTXRPVnRQdm96cVVUZnNPc1FZVWhvdE5lUXVjVTNCQjNJK05MUzlBSXBPNTJFQTBPclh4QnNmSVQxT0E1Rk5PU3ZVcFlQalpRdy9XQ1A3Z255OURscnR5cGdySlhTT2ppV25jbmE5OEJrM2VCUVF5TDY4MmRFbWF3WEg5aEo4UE5qYWgvSisxZDAwOWNUbkR6dnJsR2dwRGlDNyszQmxLclJyNUpnY2NvYThialFZK1dNaVI5NVFPaVlJUFZHd2pJcFdyNTJmNk91QkJHUy81dFB1dmdSek9jYjJGcTNGTE85UnpySGlMZ01FZ1kzVDdZVVZRaFlvdU5oYkdXZldpMkI5ZEd5elEwRmoyNjBvdkNMODJmTENqNG41YnIgIENBUEk6MDQxYjBmMWU2ZTBiNDE4ZDE1NTVlYmY5N2JlMzQ0MWQ5NWZhZjc0YSBDTj1WaW5jZW50IE1pbHVtIEpyDQoNCnNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRQ3hDUXNvb09uT1RSanhON0ZEWU14T1lCVTNvL1hCMS9qcWM5WmowYnBoMnV0Q0dsem1rQzlieWM0OW1UL0RmM3dxNUVudmt4ZWF1Rll3UmlUNFNML0tCMUFFM2IyaHp2VWxodm5IOTdEajF5U3hTd1YwRWEydTlhamJTd2JGeTA5S291bWdDVnBpOU1nR1hTSVJveDNvbDhSZzBUSGM5K0hiUmRrR0l5L0lmMndUM3drNStDZllRM3k2bXpGZmhyRityVlJhVFh4SU1jdkJHQ0RtQmdYNFpuMlk3OC9ERGhJYXNUenQ5eDd2V1RZY0Zoa2xmL0QyOFdXblM5ZlpWUWpiSG5LSUxkaWZjRFBaOTJUbEw3M0lCc1B3bVhqMHY2enkwRU8wR3FLZWpvY01NTXdqQXp2RWRXb0FHZE9kdXkvZ25QQVNnenR5dU1UWWVDdXdGUUZoIENOIEtoYXJhemlt</authorizedkeys>
      <otp_seed/>
      <shell/>
      <password>$2y$10$yMBXeBt062/DcoWBLbWrzOaHlRM/7adSdHy8dJmvtKzbRUkzD196y</password>
      <landing_page/>
      <comment/>
      <email/>
      <apikeys/>
      <priv/>
      <language/>
      <descr>System Administrator</descr>
      <dashboard>eyJvcHRpb25zIjpbXSwid2lkZ2V0cyI6W3siaWQiOiJzeXN0ZW1pbmZvcm1hdGlvbiIsIm1pblciOjIsIngiOjAsInkiOjAsImgiOjYxMiwid2lkZ2V0IjpbXSwidyI6Mn0seyJpZCI6ImdhdGV3YXlzIiwibWluVyI6MiwieCI6MiwieSI6MCwidyI6Niwic2l6ZVRvQ29udGVudCI6MzYwLCJoIjoyNjksIndpZGdldCI6eyJnYXRld2F5cyI6WyIzMTNlZTc0MS1jNDVjLTRkYWUtYWJiMS1mNjUxNDRmZjk2NGMiLCJjMDUwMjkzOS05Yzg3LTQwZTctOGEzMi0zNzk5N2NlZTVmZmMiXX19LHsiaWQiOiJmaXJld2FsbCIsIm1pblciOjIsIngiOjgsInkiOjAsInciOjQsImgiOjIzMywid2lkZ2V0IjpbXX0seyJpZCI6InRyYWZmaWMiLCJtaW5XIjoyLCJ4Ijo4LCJ5IjoyMzMsInciOjQsImgiOjQ3MSwid2lkZ2V0Ijp7ImludGVyZmFjZXMiOlsibGFuIiwid2FuIl19fSx7ImlkIjoibWVtb3J5IiwibWluVyI6MSwieCI6MiwieSI6MjY5LCJoIjo5OCwid2lkZ2V0IjpbXSwidyI6bnVsbH0seyJpZCI6ImRpc2siLCJtaW5XIjoxLCJ4IjozLCJ5IjoyNjksImgiOjk4LCJ3aWRnZXQiOltdLCJ3IjpudWxsfSx7ImlkIjoiaW50ZXJmYWNlc3RhdGlzdGljcyIsIm1pblciOjIsIngiOjQsInkiOjI2OSwidyI6NCwic2l6ZVRvQ29udGVudCI6NjUwLCJoIjoyMzMsIndpZGdldCI6W119LHsiaWQiOiJhbm5vdW5jZW1lbnRzIiwibWluVyI6MiwieCI6MiwieSI6MzY3LCJzaXplVG9Db250ZW50IjozNTAsImgiOjIzMSwid2lkZ2V0IjpbXSwidyI6Mn0seyJpZCI6InNlcnZpY2VzIiwibWluVyI6MiwieCI6NCwieSI6NTAyLCJ3Ijo0LCJzaXplVG9Db250ZW50Ijo2NTAsImgiOjY1MCwid2lkZ2V0IjpbXX0seyJpZCI6ImNwdSIsIm1pblciOjIsIngiOjAsInkiOjYxMiwiaCI6MjI2LCJ3aWRnZXQiOnsiZ3JhcGhzIjpbInRvdGFsIl19LCJ3IjoyfV19</dashboard>
    </user>
    <user uuid="08835dd7-1d86-4c7e-a099-22e325c10922">
      <uid>2001</uid>
      <name>darkain</name>
      <disabled>0</disabled>
      <scope>user</scope>
      <expires/>
      <authorizedkeys>c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFESDJsb0hFdndQaVRlNkN2OHBIN2plNmcvRi9Db3ZnSHp0V3k2MTlGRCtpVC9PQ1VGS0hxZExmU0x2a2NKZE1nRndUVUxGZkNaVVQ4YjFaYmhYNGZialRqeGNHQ1BheXFPdGFuV2xMc3lPU2E1SE5Yc0F1L3lYS0pJMEduVVc5Mmd6Smd4S3dQWVBOdTNkVlRvbmk0Nm51bDBwaXlrbGtVTmhLNnBjSTJoQVRJNWI2VFcvSFFWb0U4SksxSjI3dG9iY0pBTytOTVBGenNiTUVHNk92b1BJN0paZk5GT0VCU0F0REFZbUNvZ1NHcEZhcmxtdnhwaDRkR0E3ZllRcXFXL2R4L0x0bVlkOFlGRjRHR0pZcHo0NmFiSkhqK3Y5UEppbThjNTNMUW5zR2VtZVN4aFk1eGdSd3BEQm1wSjgvWG1rY2FPWWZlTElYQVlvbGhOMXFuQy8gQ0FQSTo3YzlhODNlMmM3Mzg0Yzc5ZTk1NzUzOWUwYTYxMzRmYzdmZTBlYzY0N2M5YTgzZTJjNzM4NGM3OWU5NTc1MzllMGE2MTM0ZmM3ZmUwZWM2NCBDTj1kYXJrYWluDQpzc2gtcnNhIEFBQUFCM056YUMxeWMyRUFBQUFEQVFBQkFBQUJBUUNENGoxbDlOUVVydVpna3M0ZjFtZitrUHYxZmVQUlVhaW0wRUdUYnlsMUVlUG1EcTQvbG9neTBIUU1uSkJVWlU2ZlJmSy84cFVkR0RnWlZNcEZtMEUvTEZiT0J6bVQ2YVUxejNTU3ZVZXFsMXYyUnpyS3pSb3NqOTVzZVU0aVdPLzVZaVBoYnZ6MFRVVkhRSmo0TGdwM0pkR3JHT1EwaWZLMVZ1UTZrSjIwU2dWZVJJU1ZXTmhyaUtuYjBXNlVXaGFTVkFtMWM2TEozNWVZbmZidXZKU2ZaSmZjNVUwQjhURHRiRmdQYWZLbGREbzJ0YkRraW1sdmZJWjIxWFFyYS8rMVBMRUNGNk1mZy9wcGwzVXpUOWlQSm1UcmxYcDBFTE1KazBMQ2hSS3hqS3JWcjY4aXR1R1pKZ3l1bnp4TSt0cUhGb1VtQU53RzlWR1VwT1JtQzNTSiBDQVBJOmQ2MzQ5OTM5NjQzYjMzNTA3OGIzOWM1ZTFhZTgwNWNhMjM3ZWY1ZmVkNjM0OTkzOTY0M2IzMzUwNzhiMzljNWUxYWU4MDVjYTIzN2VmNWZlIENOPWRhcmthaW4NCnNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRREpIVzk0QVpRYWtVd2p3cTArZG11WWxLN2xFRTlUc3ZMV0JaTXhmUkJ3OFk4RFRiT0JFdzVDWk5pUnRRREd3UDlqM1RpL1EzQzZpRVZvNS9LeDd3ZHdVRUJMMitnSTJyTHd4NkNBSzhveVppVmh2a25KZFpqWUpmVmVUekVQaTBHallUZkhCLzY0RnZ1UUJlZiszbkJ5WTZheXpTcGJoU0VrNjdoSjZkNXk0bVdnaUt6MW9vUml1WG1OdG9mOXZJTytlUFI3WkVpeUdoNjJnT0tqbkFXeHZucEZOTlBoQ0ZMZi9BYkVrVlJDMmo5TmhoTmtqS25zYXFNTGloUkdKK2FZK2FGQVNMODNhdmxybWtYMmdBTjVneUtWN3NTVXFlKzlZbUlBM1VHa00wbUE4VlJ4b3E0SHlybkxJMTM2QzNZMHVQbmdXbDNMTGVhNjQ2Vnp0TUR2ICBDQVBJOmJhOGI0YmRmYmQxOTlhODgwMTlmODllZGM0YTk0ZjY5MGRiMzVmNDMgQ049VmluY2VudCBNaWx1bSBKcg0Kc3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFEUWhGaW15dnlmeCtraStKdFFnRmxsclF0SVNTajRjVXFOMjdpTE9CTEhubjhlb2hLS2xoRVdRUE9GTXRPVnRQdm96cVVUZnNPc1FZVWhvdE5lUXVjVTNCQjNJK05MUzlBSXBPNTJFQTBPclh4QnNmSVQxT0E1Rk5PU3ZVcFlQalpRdy9XQ1A3Z255OURscnR5cGdySlhTT2ppV25jbmE5OEJrM2VCUVF5TDY4MmRFbWF3WEg5aEo4UE5qYWgvSisxZDAwOWNUbkR6dnJsR2dwRGlDNyszQmxLclJyNUpnY2NvYThialFZK1dNaVI5NVFPaVlJUFZHd2pJcFdyNTJmNk91QkJHUy81dFB1dmdSek9jYjJGcTNGTE85UnpySGlMZ01FZ1kzVDdZVVZRaFlvdU5oYkdXZldpMkI5ZEd5elEwRmoyNjBvdkNMODJmTENqNG41YnIgIENBUEk6MDQxYjBmMWU2ZTBiNDE4ZDE1NTVlYmY5N2JlMzQ0MWQ5NWZhZjc0YSBDTj1WaW5jZW50IE1pbHVtIEpy</authorizedkeys>
      <otp_seed/>
      <shell>/bin/tcsh</shell>
      <password>$2y$10$s5yS7F9GmOGdXzLTy514gey.sQkQl72b5ozYwDmfLLNKqvKiDr3g6</password>
      <landing_page/>
      <comment/>
      <email/>
      <apikeys/>
      <priv/>
      <language/>
      <descr/>
      <dashboard/>
    </user>
    <nextuid>2002</nextuid>
    <nextgid>2000</nextgid>
    <timezone>America/Los_Angeles</timezone>
    <timeservers>time-a-g.nist.gov time.google.com 192.168.200.1 192.168.200.5 192.168.200.20 192.168.200.24</timeservers>
    <webgui>
      <protocol>http</protocol>
      <ssl-certref>6608aee08a631</ssl-certref>
      <port>88</port>
      <ssl-ciphers/>
      <interfaces/>
      <compression/>
      <httpaccesslog>1</httpaccesslog>
    </webgui>
    <disablenatreflection>yes</disablenatreflection>
    <usevirtualterminal>1</usevirtualterminal>
    <disableconsolemenu>1</disableconsolemenu>
    <disablevlanhwfilter>2</disablevlanhwfilter>
    <disablechecksumoffloading>1</disablechecksumoffloading>
    <disablesegmentationoffloading>1</disablesegmentationoffloading>
    <disablelargereceiveoffloading>1</disablelargereceiveoffloading>
    <ipv6allow/>
    <powerd_ac_mode>hadp</powerd_ac_mode>
    <powerd_battery_mode>hadp</powerd_battery_mode>
    <powerd_normal_mode>hadp</powerd_normal_mode>
    <bogons>
      <interval>monthly</interval>
    </bogons>
    <kill_states/>
    <backupcount>5</backupcount>
    <crypto_hardware>aesni</crypto_hardware>
    <pf_share_forward>1</pf_share_forward>
    <lb_use_sticky>1</lb_use_sticky>
    <ssh>
      <group>admins</group>
      <noauto>1</noauto>
      <interfaces/>
      <kex/>
      <ciphers/>
      <macs/>
      <keys/>
      <enabled>enabled</enabled>
      <permitrootlogin>1</permitrootlogin>
      <keysig/>
    </ssh>
    <backup>
      <nextcloud version="1.0.0">
        <enabled>1</enabled>
        <url>https://cloud.darkain.info</url>
        <user>routers</user>
        <password>I52fiMX2NmBBty4</password>
        <password_encryption/>
        <backupdir>vancouver-1</backupdir>
      </nextcloud>
    </backup>
    <serialspeed>115200</serialspeed>
    <primaryconsole>serial</primaryconsole>
    <firmware version="1.0.1">
      <mirror/>
      <flavour/>
      <plugins>os-ddclient,os-dmidecode,os-frr,os-hw-probe,os-iperf,os-nextcloud-backup,os-smart,os-theme-cicada,os-theme-rebellion,os-wol,os-zerotier</plugins>
      <type/>
      <subscription/>
    </firmware>
    <language>en_US</language>
    <dnsserver>1.0.0.3</dnsserver>
    <dnsserver>2606:4700:4700::1113</dnsserver>
    <dnsserver>2606:4700:4700::1003</dnsserver>
    <dnsserver>8.8.4.4</dnsserver>
    <dnsserver>8.8.8.8</dnsserver>
    <dnsserver>2001:4860:4860::8888</dnsserver>
    <dnsserver>2001:4860:4860::8844</dnsserver>
    <dnsserver>1.1.1.3</dnsserver>
    <dns1gw>WAN_DHCP</dns1gw>
    <dns2gw>WAN_DHCP6</dns2gw>
    <dns3gw>WAN_DHCP6</dns3gw>
    <dns4gw>WAN_DHCP</dns4gw>
    <dns5gw>WAN_DHCP</dns5gw>
    <dns6gw>WAN_DHCP6</dns6gw>
    <dns7gw>WAN_DHCP6</dns7gw>
    <dns8gw>WAN_DHCP</dns8gw>
    <powerd_enable>1</powerd_enable>
    <thermal_hardware>coretemp</thermal_hardware>
    <rrdbackup>1</rrdbackup>
    <dhcpbackup>1</dhcpbackup>
    <netflowbackup>1</netflowbackup>
    <captiveportalbackup>1</captiveportalbackup>
    <prefer_ipv4>1</prefer_ipv4>
    <contact_email>akoch4216@hotmail.com</contact_email>
  </system>
  <interfaces>
    <wan>
      <if>em0</if>
      <descr/>
      <enable>1</enable>
      <lock>1</lock>
      <spoofmac/>
      <blockpriv>1</blockpriv>
      <blockbogons>1</blockbogons>
      <gateway_interface>1</gateway_interface>
      <ipaddr>dhcp</ipaddr>
      <dhcphostname/>
      <alias-address/>
      <alias-subnet>32</alias-subnet>
      <dhcprejectfrom/>
      <adv_dhcp_pt_timeout/>
      <adv_dhcp_pt_retry/>
      <adv_dhcp_pt_select_timeout/>
      <adv_dhcp_pt_reboot/>
      <adv_dhcp_pt_backoff_cutoff/>
      <adv_dhcp_pt_initial_interval/>
      <adv_dhcp_pt_values>SavedCfg</adv_dhcp_pt_values>
      <adv_dhcp_send_options/>
      <adv_dhcp_request_options/>
      <adv_dhcp_required_options/>
      <adv_dhcp_option_modifiers/>
      <adv_dhcp_config_advanced/>
      <adv_dhcp_config_file_override/>
      <adv_dhcp_config_file_override_path/>
    </wan>
    <lan>
      <if>em1</if>
      <descr/>
      <enable>1</enable>
      <lock>1</lock>
      <spoofmac/>
      <ipaddr>192.168.16.1</ipaddr>
      <subnet>22</subnet>
    </lan>
    <opt1>
      <if>fxp0</if>
      <descr>MERAKI</descr>
      <enable>1</enable>
      <lock>1</lock>
      <spoofmac/>
      <ipaddr>192.168.1.1</ipaddr>
      <subnet>24</subnet>
    </opt1>
    <opt2>
      <if>zte9mjkampfutdp</if>
      <descr>ZEROTIER</descr>
      <enable>1</enable>
      <lock>1</lock>
      <spoofmac/>
      <ipaddr>192.168.200.16</ipaddr>
      <subnet>24</subnet>
    </opt2>
    <lo0>
      <internal_dynamic>1</internal_dynamic>
      <descr>Loopback</descr>
      <enable>1</enable>
      <if>lo0</if>
      <ipaddr>127.0.0.1</ipaddr>
      <ipaddrv6>::1</ipaddrv6>
      <subnet>8</subnet>
      <subnetv6>128</subnetv6>
      <type>none</type>
      <virtual>1</virtual>
    </lo0>
    <opt3>
      <if>em3</if>
      <descr>Admin</descr>
      <enable>1</enable>
      <lock>1</lock>
      <spoofmac/>
      <blockbogons>1</blockbogons>
      <ipaddr>172.16.1.1</ipaddr>
      <subnet>24</subnet>
    </opt3>
    <opt4>
      <if>zt851lc1p3ncj2v</if>
      <descr>KochLan</descr>
      <enable>1</enable>
      <lock>1</lock>
      <spoofmac/>
      <ipaddr>172.22.0.1</ipaddr>
      <subnet>16</subnet>
    </opt4>
    <openvpn>
      <internal_dynamic>1</internal_dynamic>
      <enable>1</enable>
      <if>openvpn</if>
      <descr>OpenVPN</descr>
      <type>group</type>
      <virtual>1</virtual>
      <networks/>
    </openvpn>
  </interfaces>
  <dhcpd>
    <lan>
      <enable>1</enable>
      <ddnsdomainalgorithm>hmac-md5</ddnsdomainalgorithm>
      <numberoptions>
        <item/>
      </numberoptions>
      <range>
        <from>192.168.16.100</from>
        <to>192.168.16.199</to>
      </range>
      <winsserver/>
      <dnsserver/>
      <ntpserver>192.168.16.1</ntpserver>
      <staticmap>
        <mac>d4:be:d9:f1:a9:94</mac>
        <ipaddr>192.168.16.2</ipaddr>
        <hostname>idrac-GL3G2V1</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>00:90:fa:80:6f:86</mac>
        <ipaddr>192.168.16.3</ipaddr>
        <hostname>vmw</hostname>
        <descr>vmware server</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>4c:ba:7d:ad:d1:f9</mac>
        <ipaddr>192.168.16.4</ipaddr>
        <hostname>fibermainwifi</hostname>
        <descr>Parents Wifi</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>4c:ba:7d:ad:9d:c4</mac>
        <ipaddr>192.168.16.5</ipaddr>
        <hostname>fiberwifi1</hostname>
        <descr>Nathan Wifi</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>4c:ba:7d:ad:70:ab</mac>
        <ipaddr>192.168.16.6</ipaddr>
        <hostname>fiberwifi2</hostname>
        <descr>Garage Wifi</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>4c:ba:7d:ad:86:6d</mac>
        <ipaddr>192.168.16.7</ipaddr>
        <hostname>fiberwifi3</hostname>
        <descr>Cadence Wifi</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>00:80:17:5d:13:2b</mac>
        <ipaddr>192.168.16.8</ipaddr>
        <hostname>fujitsu</hostname>
        <descr>20-port 10gbe XFP switch</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>cc:f9:54:c9:94:80</mac>
        <ipaddr>192.168.16.9</ipaddr>
        <hostname>avaya</hostname>
        <descr>the big ass switch</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>00:bb:c1:21:e4:fd</mac>
        <ipaddr>192.168.16.11</ipaddr>
        <hostname>print1</hostname>
        <descr>Printer</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>10:ff:e0:38:bf:37</mac>
        <ipaddr>192.168.16.20</ipaddr>
        <hostname>Kharazim</hostname>
        <descr>My PC</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>74:56:3c:b8:bb:6c</mac>
        <ipaddr>192.168.16.21</ipaddr>
        <hostname>problemchild</hostname>
        <descr>Char Desktop</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>96:2a:8a:b2:04:ba</mac>
        <ipaddr>192.168.16.22</ipaddr>
        <hostname>Pixel-6-Pro</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>00:1a:ef:4f:1b:32</mac>
        <ipaddr>192.168.16.24</ipaddr>
        <hostname>sailor-moon</hostname>
        <descr>Cadence</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>d8:5b:2a:85:4c:21</mac>
        <ipaddr>192.168.16.25</ipaddr>
        <hostname>Galaxy-Tab-E</hostname>
        <descr>Cadence Tablet</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>f0:b6:1e:a4:1d:ca</mac>
        <ipaddr>192.168.16.26</ipaddr>
        <hostname>nathan</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>04:03:d6:2d:45:ab</mac>
        <ipaddr>192.168.16.31</ipaddr>
        <hostname>family-switch</hostname>
        <descr>Nintendo Switch Wifi</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>70:48:f7:9c:dc:2d</mac>
        <ipaddr>192.168.16.32</ipaddr>
        <hostname>charlotte-switch</hostname>
        <descr>Nintendo Switch Lite</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>14:d4:24:0a:d1:9d</mac>
        <ipaddr>192.168.16.33</ipaddr>
        <hostname>steamdeck</hostname>
        <descr>Fi Streamdeck</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>48:a5:e7:39:59:ce</mac>
        <ipaddr>192.168.16.34</ipaddr>
        <descr>Fi Switch</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>48:a5:e7:3a:52:53</mac>
        <ipaddr>192.168.16.35</ipaddr>
        <descr>Bee Switch</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>c8:4a:a0:d8:7b:50</mac>
        <ipaddr>192.168.16.36</ipaddr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>2c:3b:70:a9:c7:c9</mac>
        <ipaddr>192.168.16.37</ipaddr>
        <hostname>timexdeck</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>00:0c:29:8e:33:c4</mac>
        <ipaddr>192.168.16.40</ipaddr>
        <hostname>nas</hostname>
        <descr>homenas</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>02:0c:29:4e:48:df</mac>
        <ipaddr>192.168.16.41</ipaddr>
        <hostname>certbot</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>00:1e:67:af:af:87</mac>
        <ipaddr>192.168.16.42</ipaddr>
        <hostname>mahouphoto</hostname>
        <descr>mahouphotobackup</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>02:0c:29:4d:f0:7e</mac>
        <ipaddr>192.168.16.43</ipaddr>
        <hostname>bazarr</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>02:0c:29:a5:a4:7f</mac>
        <ipaddr>192.168.16.44</ipaddr>
        <hostname>sonarr</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>00:0c:29:d1:1d:e9</mac>
        <ipaddr>192.168.16.45</ipaddr>
        <hostname>MahouFTP</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>74:ab:93:85:1f:f0</mac>
        <ipaddr>192.168.16.60</ipaddr>
        <descr>Blink</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>74:ab:93:8d:fd:6c</mac>
        <ipaddr>192.168.16.61</ipaddr>
        <descr>Blink</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>b0:f7:c4:6d:de:db</mac>
        <ipaddr>192.168.16.62</ipaddr>
        <descr>Blink</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>e8:d8:7e:b4:d5:14</mac>
        <ipaddr>192.168.16.63</ipaddr>
        <descr>Blink-Mini</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>74:ab:93:e9:65:8f</mac>
        <ipaddr>192.168.16.64</ipaddr>
        <hostname>Blink-Mini</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>74:ab:93:92:69:90</mac>
        <ipaddr>192.168.16.65</ipaddr>
        <hostname>Blink</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>b4:ad:a3:a1:5c:34</mac>
        <ipaddr>192.168.16.66</ipaddr>
        <hostname>IPCam</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>e8:51:77:11:aa:54</mac>
        <ipaddr>192.168.16.70</ipaddr>
        <hostname>LivingRoomTV</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>02:0c:29:14:fa:0a</mac>
        <ipaddr>192.168.16.71</ipaddr>
        <hostname>vid</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>78:66:9d:e2:61:c8</mac>
        <ipaddr>192.168.16.72</ipaddr>
        <hostname>MehRooster</hostname>
        <descr>parents TV</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>00:0c:29:ec:c9:d8</mac>
        <ipaddr>192.168.16.80</ipaddr>
        <hostname>MahouFTP</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>40:3f:8c:ac:c8:c4</mac>
        <ipaddr>192.168.16.90</ipaddr>
        <hostname>deco-M5</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>40:3f:8c:ac:d3:dc</mac>
        <ipaddr>192.168.16.91</ipaddr>
        <hostname>deco-M5-2</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>54:e0:19:13:2c:5e</mac>
        <ipaddr>192.168.16.92</ipaddr>
        <hostname>Ring-132c5e</hostname>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>14:0a:c5:2c:f5:ec</mac>
        <ipaddr>192.168.16.93</ipaddr>
        <descr>Amazon</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>f4:03:2a:5e:d0:ba</mac>
        <ipaddr>192.168.16.94</ipaddr>
        <descr>Amazon</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>f8:54:b8:1f:1d:55</mac>
        <ipaddr>192.168.16.95</ipaddr>
        <descr>Amazon</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>48:78:5e:e4:03:f9</mac>
        <ipaddr>192.168.16.96</ipaddr>
        <hostname>amazon-5e65099a5</hostname>
        <descr>Amazon</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>6c:56:97:9c:1e:19</mac>
        <ipaddr>192.168.16.97</ipaddr>
        <hostname>amazon-a7a20783f</hostname>
        <descr>Amazon</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>00:50:56:6a:33:8f</mac>
        <ipaddr>192.168.16.221</ipaddr>
        <hostname>rpi-01</hostname>
        <descr>Vince's Raspberry Pi</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>00:50:56:6b:49:9b</mac>
        <ipaddr>192.168.16.222</ipaddr>
        <hostname>rpi-02</hostname>
        <descr>Vince's Raspberry Pi</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>58:bf:25:bf:51:b4</mac>
        <ipaddr>192.168.17.1</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>54:43:b2:4d:4e:28</mac>
        <ipaddr>192.168.17.2</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>08:b6:1f:07:bf:24</mac>
        <ipaddr>192.168.17.3</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>44:17:93:99:cd:78</mac>
        <ipaddr>192.168.17.4</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>44:17:93:cb:1c:f8</mac>
        <ipaddr>192.168.17.5</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>58:bf:25:bf:ba:90</mac>
        <ipaddr>192.168.17.6</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>58:bf:25:bf:c5:fc</mac>
        <ipaddr>192.168.17.7</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>3c:e9:0e:28:5c:78</mac>
        <ipaddr>192.168.17.8</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>54:43:b2:39:0a:44</mac>
        <ipaddr>192.168.17.9</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>54:43:b2:25:c0:cc</mac>
        <ipaddr>192.168.17.10</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>b8:d6:1a:97:1d:cc</mac>
        <ipaddr>192.168.17.11</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>54:43:b2:3a:56:78</mac>
        <ipaddr>192.168.17.12</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>40:22:d8:d6:fc:30</mac>
        <ipaddr>192.168.17.13</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>54:43:b2:4c:3f:a4</mac>
        <ipaddr>192.168.17.14</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>54:43:b2:3a:3f:ec</mac>
        <ipaddr>192.168.17.15</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>54:43:b2:3a:3e:90</mac>
        <ipaddr>192.168.17.16</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>54:43:b2:4a:97:34</mac>
        <ipaddr>192.168.17.17</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>54:43:b2:3a:39:d4</mac>
        <ipaddr>192.168.17.18</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>34:86:5d:ec:af:04</mac>
        <ipaddr>192.168.17.19</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>40:22:d8:d6:ff:d4</mac>
        <ipaddr>192.168.17.20</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>54:43:b2:39:d0:70</mac>
        <ipaddr>192.168.17.21</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>54:43:b2:3a:58:48</mac>
        <ipaddr>192.168.17.22</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <staticmap>
        <mac>40:22:d8:d7:34:a4</mac>
        <ipaddr>192.168.17.23</ipaddr>
        <descr>Hubspace</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
      <pool/>
    </lan>
    <opt1>
      <enable>1</enable>
      <ddnsdomainalgorithm>hmac-md5</ddnsdomainalgorithm>
      <numberoptions>
        <item/>
      </numberoptions>
      <range>
        <from>192.168.1.3</from>
        <to>192.168.1.99</to>
      </range>
      <winsserver/>
      <dnsserver/>
      <ntpserver/>
      <staticmap>
        <mac>e0:55:3d:ea:9c:6d</mac>
        <ipaddr>192.168.1.2</ipaddr>
        <hostname>MERAKI</hostname>
        <descr>MERAKI</descr>
        <winsserver/>
        <dnsserver/>
        <ntpserver/>
      </staticmap>
    </opt1>
    <opt3>
      <enable>1</enable>
      <ddnsdomainalgorithm>hmac-md5</ddnsdomainalgorithm>
      <numberoptions>
        <item/>
      </numberoptions>
      <range>
        <from>172.16.1.100</from>
        <to>172.16.1.254</to>
      </range>
      <winsserver/>
      <dnsserver/>
      <ntpserver/>
    </opt3>
    <opt2>
      <ddnsdomainalgorithm>hmac-md5</ddnsdomainalgorithm>
      <numberoptions>
        <item/>
      </numberoptions>
      <range>
        <from>192.168.200.140</from>
        <to>192.168.200.254</to>
      </range>
      <winsserver/>
      <dnsserver/>
      <ntpserver/>
    </opt2>
  </dhcpd>
  <snmpd>
    <syslocation/>
    <syscontact/>
    <rocommunity>public</rocommunity>
  </snmpd>
  <syslog>
    <reverse/>
    <disable_clog>1</disable_clog>
  </syslog>
  <nat>
    <outbound>
      <mode>hybrid</mode>
      <rule>
        <source>
          <network>opt1</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <created>
          <username>root@192.168.16.117</username>
          <time>1593328210.0631</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.117</username>
          <time>1593328468.2194</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
      </rule>
      <rule>
        <source>
          <network>192.168.16.20/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.20</username>
          <time>1598203298.311</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.20</username>
          <time>1598203298.311</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.21/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <category/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.20</username>
          <time>1669493939.9582</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.20</username>
          <time>1669493939.9583</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.22/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <category/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.20</username>
          <time>1669493954.4117</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.20</username>
          <time>1669493954.4117</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.23/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <category/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.20</username>
          <time>1669493972.2632</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.20</username>
          <time>1669493972.2632</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.24/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <category/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.20</username>
          <time>1669493986.4728</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.20</username>
          <time>1669493986.4728</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.31/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.102</username>
          <time>1593364006.6054</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.102</username>
          <time>1593364006.6054</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.32/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.102</username>
          <time>1593386888.9875</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.102</username>
          <time>1593386888.9875</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.33/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.102</username>
          <time>1594068380.1709</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.102</username>
          <time>1594068380.1709</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.34/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.102</username>
          <time>1594068388.4935</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.102</username>
          <time>1594068388.4935</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.35/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.102</username>
          <time>1594068398.0489</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.102</username>
          <time>1594068398.0489</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.36/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.102</username>
          <time>1594068407.1704</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.102</username>
          <time>1594068407.1704</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.37/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <category/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.20</username>
          <time>1701576441.1826</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.20</username>
          <time>1701576441.1826</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.38/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <created>
          <username>root@192.168.16.102</username>
          <time>1594154864.1213</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.102</username>
          <time>1594154877.255</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
      </rule>
      <rule>
        <source>
          <network>192.168.16.39/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <category/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.20</username>
          <time>1701576454.5034</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.20</username>
          <time>1701576454.5034</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.41/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.20</username>
          <time>1598204243.6505</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.20</username>
          <time>1598204243.6505</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.51/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.102</username>
          <time>1594068339.0038</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.102</username>
          <time>1594068339.0038</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.151/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <staticnatport>1</staticnatport>
        <sourceport/>
        <updated>
          <username>root@192.168.16.20</username>
          <time>1598206053.9675</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.20</username>
          <time>1598206053.9675</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
      <rule>
        <source>
          <network>192.168.16.118/32</network>
        </source>
        <destination>
          <any>1</any>
        </destination>
        <descr/>
        <category/>
        <interface>wan</interface>
        <tag/>
        <tagged/>
        <poolopts/>
        <poolopts_sourcehashkey/>
        <ipprotocol>inet</ipprotocol>
        <target/>
        <targetip_subnet>0</targetip_subnet>
        <sourceport/>
        <updated>
          <username>root@192.168.16.20</username>
          <time>1707016738.4824</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </updated>
        <created>
          <username>root@192.168.16.20</username>
          <time>1707016738.4824</time>
          <description>/firewall_nat_out_edit.php made changes</description>
        </created>
      </rule>
    </outbound>
    <rule/>
  </nat>
  <filter>
    <rule uuid="0837e370-d210-4445-b06a-d2397333a2ae">
      <type>reject</type>
      <interface>wan</interface>
      <ipprotocol>inet46</ipprotocol>
      <statetype>keep state</statetype>
      <descr>"REJECT" TraceRoute</descr>
      <direction>in</direction>
      <quick>1</quick>
      <protocol>udp</protocol>
      <source>
        <any>1</any>
      </source>
      <destination>
        <any>1</any>
        <port>33400-33500</port>
      </destination>
      <updated>
        <username>root@192.168.16.102</username>
        <time>1593389729.7439</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.102</username>
        <time>1593389729.7439</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="ad37a020-8e05-4b9f-870a-3b18c91be87c">
      <type>pass</type>
      <interface>wan</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>keep state</statetype>
      <descr>Allow PING</descr>
      <direction>in</direction>
      <quick>1</quick>
      <protocol>icmp</protocol>
      <icmptype>echoreq</icmptype>
      <source>
        <any>1</any>
      </source>
      <destination>
        <any>1</any>
      </destination>
      <updated>
        <username>root@192.168.16.102</username>
        <time>1593389758.7963</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.102</username>
        <time>1593389758.7963</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="72aca56b-fcb9-44b4-afb2-ee4b46960a17">
      <type>pass</type>
      <interface>wan</interface>
      <ipprotocol>inet6</ipprotocol>
      <statetype>keep state</statetype>
      <descr>Allow PING</descr>
      <direction>in</direction>
      <quick>1</quick>
      <protocol>icmp</protocol>
      <icmptype>echoreq</icmptype>
      <source>
        <any>1</any>
      </source>
      <destination>
        <any>1</any>
      </destination>
      <updated>
        <username>root@192.168.16.102</username>
        <time>1593389771.2145</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.102</username>
        <time>1593389771.2145</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="d94e76f2-10cd-4f29-aa66-ac08248f2f32">
      <type>pass</type>
      <interface>wan</interface>
      <ipprotocol>inet46</ipprotocol>
      <statetype>keep state</statetype>
      <descr>ZeroTier</descr>
      <direction>in</direction>
      <quick>1</quick>
      <protocol>tcp/udp</protocol>
      <source>
        <any>1</any>
      </source>
      <destination>
        <any>1</any>
        <port>9993</port>
      </destination>
      <updated>
        <username>root@192.168.16.102</username>
        <time>1593389646.3273</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.102</username>
        <time>1593389646.3273</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="b1f7a5ce-5e1d-4409-b99a-1ff5b1b16578">
      <type>pass</type>
      <interface>wan</interface>
      <ipprotocol>inet46</ipprotocol>
      <statetype>keep state</statetype>
      <direction>in</direction>
      <quick>1</quick>
      <protocol>tcp/udp</protocol>
      <source>
        <any>1</any>
      </source>
      <destination>
        <any>1</any>
        <port>80</port>
      </destination>
      <updated>
        <username>darkain@192.168.16.123</username>
        <time>1636486905.7206</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>darkain@192.168.16.123</username>
        <time>1636486905.7206</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="9ea95560-a245-4145-8568-c9702db610d1">
      <type>pass</type>
      <interface>wan</interface>
      <ipprotocol>inet46</ipprotocol>
      <statetype>keep state</statetype>
      <direction>in</direction>
      <quick>1</quick>
      <protocol>tcp/udp</protocol>
      <source>
        <any>1</any>
      </source>
      <destination>
        <any>1</any>
        <port>443</port>
      </destination>
      <updated>
        <username>darkain@192.168.16.123</username>
        <time>1636486921.4769</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>darkain@192.168.16.123</username>
        <time>1636486921.4769</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="c2a9599f-7ab9-4717-866d-fc68888e2b5d">
      <type>pass</type>
      <interface>wan</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>keep state</statetype>
      <descr>Allow Nginx-Proxy</descr>
      <direction>in</direction>
      <log>1</log>
      <quick>1</quick>
      <protocol>tcp</protocol>
      <source>
        <any>1</any>
      </source>
      <destination>
        <network>wanip</network>
        <port>Webservice_Ports</port>
      </destination>
      <updated>
        <username>root@192.168.16.20</username>
        <time>1679523655.3741</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.20</username>
        <time>1679523655.3741</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
    </rule>
    <rule uuid="fc5f5124-dd0c-44e4-b820-ea6db10f8f78">
      <type>pass</type>
      <interface>wan</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>keep state</statetype>
      <direction>in</direction>
      <quick>1</quick>
      <protocol>tcp/udp</protocol>
      <source>
        <any>1</any>
      </source>
      <destination>
        <any>1</any>
        <port>8211</port>
      </destination>
      <updated>
        <username>root@192.168.16.20</username>
        <time>1707035535.332</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.20</username>
        <time>1707015746.4717</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="2c238036-a732-46d2-8bc2-06e54610b950">
      <type>pass</type>
      <interface>wan</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>keep state</statetype>
      <direction>in</direction>
      <log>1</log>
      <quick>1</quick>
      <protocol>tcp</protocol>
      <source>
        <any>1</any>
      </source>
      <destination>
        <any>1</any>
        <port>21</port>
      </destination>
      <updated>
        <username>root@192.168.16.20</username>
        <time>1717646233.649</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.20</username>
        <time>1717645378.0964</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
    </rule>
    <rule uuid="7260c741-eac1-40bc-a1b7-202a84d5acb0">
      <type>reject</type>
      <interface>lan</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>none</statetype>
      <direction>in</direction>
      <quick>1</quick>
      <source>
        <network>lan</network>
      </source>
      <destination>
        <network>opt1</network>
      </destination>
      <updated>
        <username>root@192.168.16.117</username>
        <time>1593330934.3472</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.117</username>
        <time>1593330934.3472</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="8ef7a55d-9d09-4323-a596-a90c237a0947">
      <type>pass</type>
      <interface>lan</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>none</statetype>
      <direction>in</direction>
      <quick>1</quick>
      <source>
        <address>192.168.0.0/16</address>
      </source>
      <destination>
        <address>192.168.0.0/16</address>
      </destination>
      <updated>
        <username>root@192.168.16.117</username>
        <time>1593330845.3437</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.117</username>
        <time>1593330845.3437</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="fc23892c-f306-41a5-845c-5a348fbca5fa">
      <type>pass</type>
      <interface>lan</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>none</statetype>
      <direction>in</direction>
      <quick>1</quick>
      <source>
        <address>192.168.0.0/16</address>
      </source>
      <destination>
        <address>224.0.0.0/4</address>
      </destination>
      <updated>
        <username>root@192.168.16.117</username>
        <time>1593330867.0624</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.117</username>
        <time>1593330867.0624</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="423bb7af-0ff8-4ad6-b7b9-0f162898dc13">
      <type>pass</type>
      <ipprotocol>inet</ipprotocol>
      <descr>Default allow LAN to any rule</descr>
      <interface>lan</interface>
      <source>
        <network>lan</network>
      </source>
      <destination>
        <any/>
      </destination>
      <log>1</log>
    </rule>
    <rule uuid="198c6cfc-4ad5-428c-8ac4-47fa7804c0e6">
      <type>pass</type>
      <ipprotocol>inet6</ipprotocol>
      <descr>Default allow LAN IPv6 to any rule</descr>
      <interface>lan</interface>
      <source>
        <network>lan</network>
      </source>
      <destination>
        <any/>
      </destination>
      <log>1</log>
    </rule>
    <rule uuid="1e1dcdff-83fb-489e-be23-7e9d4097eaa1">
      <type>reject</type>
      <interface>lan</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>keep state</statetype>
      <sched>kidblock</sched>
      <direction>in</direction>
      <quick>1</quick>
      <source>
        <address>192.168.16.24/30</address>
      </source>
      <destination>
        <address>192.168.16.24/30</address>
      </destination>
      <updated>
        <username>root@192.168.16.20</username>
        <time>1734204914.3876</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.20</username>
        <time>1734204218.7589</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
    </rule>
    <rule uuid="b4b5f4b0-92b9-47cf-9f91-408ada46b56a">
      <type>reject</type>
      <interface>opt1</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>none</statetype>
      <direction>in</direction>
      <quick>1</quick>
      <source>
        <network>opt1</network>
      </source>
      <destination>
        <network>lan</network>
      </destination>
      <updated>
        <username>root@192.168.16.117</username>
        <time>1593330960.2634</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.117</username>
        <time>1593330960.2634</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="bf1e9520-0645-4963-8572-7901cd356041">
      <type>pass</type>
      <interface>opt1</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>keep state</statetype>
      <direction>in</direction>
      <quick>1</quick>
      <source>
        <network>opt1</network>
      </source>
      <destination>
        <any>1</any>
      </destination>
      <updated>
        <username>root@192.168.16.102</username>
        <time>1593326679.0466</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.102</username>
        <time>1593326679.0466</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="85d27ebc-102e-4000-891d-91ea9ec34c6d">
      <type>pass</type>
      <interface>opt2</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>none</statetype>
      <direction>in</direction>
      <quick>1</quick>
      <source>
        <address>192.168.0.0/16</address>
      </source>
      <destination>
        <address>192.168.0.0/16</address>
      </destination>
      <updated>
        <username>root@192.168.16.117</username>
        <time>1593330718.2639</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.117</username>
        <time>1593330718.2639</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="3025e5e4-5fb8-4f30-9b95-d4cee24df661">
      <type>pass</type>
      <interface>opt2</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>none</statetype>
      <direction>in</direction>
      <quick>1</quick>
      <source>
        <address>192.168.0.0/16</address>
      </source>
      <destination>
        <address>224.0.0.0/4</address>
      </destination>
      <updated>
        <username>root@192.168.16.117</username>
        <time>1593330745.9766</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.117</username>
        <time>1593330745.9766</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="bd45d4e8-7335-42de-83d8-8e36266f458d">
      <type>pass</type>
      <interface>opt2</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>keep state</statetype>
      <direction>in</direction>
      <quick>1</quick>
      <source>
        <network>opt2</network>
      </source>
      <destination>
        <network>(self)</network>
      </destination>
      <updated>
        <username>root@192.168.16.20</username>
        <time>1599430723.0794</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.117</username>
        <time>1593330789.9296</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="ed3223ed-d527-4bc6-9be5-b62fcf79fefd">
      <type>reject</type>
      <interface>opt2</interface>
      <ipprotocol>inet46</ipprotocol>
      <statetype>none</statetype>
      <direction>in</direction>
      <quick>1</quick>
      <source>
        <any>1</any>
      </source>
      <destination>
        <any>1</any>
      </destination>
      <updated>
        <username>root@192.168.16.117</username>
        <time>1593330976.551</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.117</username>
        <time>1593330767.2691</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
      <log>1</log>
    </rule>
    <rule uuid="77a51e22-1b8c-443f-9551-cc6a5813bf9d">
      <type>pass</type>
      <interface>opt3</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>keep state</statetype>
      <direction>in</direction>
      <quick>1</quick>
      <source>
        <network>opt3</network>
      </source>
      <destination>
        <network>opt3</network>
      </destination>
      <updated>
        <username>root@192.168.16.20</username>
        <time>1598651115.4269</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.20</username>
        <time>1598650911.83</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
    </rule>
    <rule uuid="a6fec987-5587-4da5-aa55-481678c1aea0">
      <type>pass</type>
      <interface>opt4</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>keep state</statetype>
      <direction>in</direction>
      <log>1</log>
      <quick>1</quick>
      <source>
        <address>172.22.0.0/16</address>
      </source>
      <destination>
        <address>172.22.0.0/16</address>
      </destination>
      <updated>
        <username>root@192.168.16.20</username>
        <time>1700110073.3888</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.20</username>
        <time>1700107978.0372</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
    </rule>
    <rule uuid="0fbb8ac1-2492-48b9-8d27-7cbc1a8c4f69">
      <type>pass</type>
      <interface>opt4</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>keep state</statetype>
      <direction>in</direction>
      <log>1</log>
      <quick>1</quick>
      <source>
        <address>172.22.0.0/16</address>
      </source>
      <destination>
        <address>224.0.0.0/4</address>
      </destination>
      <updated>
        <username>root@192.168.16.20</username>
        <time>1700110089.5256</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.20</username>
        <time>1700108022.0496</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
    </rule>
    <rule uuid="526a1c1e-bffd-4d34-bc18-f80dd7b04205">
      <type>pass</type>
      <interface>opt4</interface>
      <ipprotocol>inet</ipprotocol>
      <statetype>keep state</statetype>
      <direction>in</direction>
      <log>1</log>
      <quick>1</quick>
      <source>
        <network>opt4</network>
      </source>
      <destination>
        <network>(self)</network>
      </destination>
      <updated>
        <username>root@192.168.16.20</username>
        <time>1700108058.2432</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.20</username>
        <time>1700108058.2432</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
    </rule>
    <rule uuid="ba47a4aa-cf73-4547-8eb1-704851fd94e8">
      <type>reject</type>
      <interface>opt4</interface>
      <ipprotocol>inet46</ipprotocol>
      <statetype>keep state</statetype>
      <direction>in</direction>
      <log>1</log>
      <quick>1</quick>
      <source>
        <any>1</any>
      </source>
      <destination>
        <any>1</any>
      </destination>
      <updated>
        <username>root@192.168.16.20</username>
        <time>1700108110.6004</time>
        <description>/firewall_rules_edit.php made changes</description>
      </updated>
      <created>
        <username>root@192.168.16.20</username>
        <time>1700108087.3912</time>
        <description>/firewall_rules_edit.php made changes</description>
      </created>
    </rule>
  </filter>
  <rrd>
    <enable/>
  </rrd>
  <load_balancer>
    <monitor_type>
      <name>ICMP</name>
      <type>icmp</type>
      <descr>ICMP</descr>
      <options/>
    </monitor_type>
    <monitor_type>
      <name>TCP</name>
      <type>tcp</type>
      <descr>Generic TCP</descr>
      <options/>
    </monitor_type>
    <monitor_type>
      <name>HTTP</name>
      <type>http</type>
      <descr>Generic HTTP</descr>
      <options>
        <path>/</path>
        <host/>
        <code>200</code>
      </options>
    </monitor_type>
    <monitor_type>
      <name>HTTPS</name>
      <type>https</type>
      <descr>Generic HTTPS</descr>
      <options>
        <path>/</path>
        <host/>
        <code>200</code>
      </options>
    </monitor_type>
    <monitor_type>
      <name>SMTP</name>
      <type>send</type>
      <descr>Generic SMTP</descr>
      <options>
        <send/>
        <expect>220 *</expect>
      </options>
    </monitor_type>
  </load_balancer>
  <ntpd>
    <logpeer>on</logpeer>
    <logsys>on</logsys>
  </ntpd>
  <widgets>
    <sequence>system_information-container:00000000-col3:show,services_status-container:00000001-col3:show,log-container:00000002-col3:show,thermal_sensors-container:00000003-col4:show,ntp_status-container:00000004-col4:show,gateways-container:00000005-col4:show,interface_list-container:00000006-col4:show,interface_statistics-container:00000007-col4:show,traffic_graphs-container:00000008-col4:show,smart_status-container:00000009-col4:show</sequence>
    <column_count>2</column_count>
    <thermal_sensors_widget>
      <thermal_sensors_widget_zone_warning_threshold>70</thermal_sensors_widget_zone_warning_threshold>
      <thermal_sensors_widget_zone_critical_threshold>80</thermal_sensors_widget_zone_critical_threshold>
      <thermal_sensors_widget_core_warning_threshold>70</thermal_sensors_widget_core_warning_threshold>
      <thermal_sensors_widget_core_critical_threshold>80</thermal_sensors_widget_core_critical_threshold>
      <thermal_sensors_widget_show_one_core_temp>1</thermal_sensors_widget_show_one_core_temp>
    </thermal_sensors_widget>
    <filterlogentries>20</filterlogentries>
    <filterlogentriesupdateinterval>1</filterlogentriesupdateinterval>
    <filterlogentriesacts>Block Reject</filterlogentriesacts>
    <servicestatusfilter>ospf</servicestatusfilter>
  </widgets>
  <revision>
    <username>root@192.168.16.20</username>
    <description>/api/routing/settings/toggleGateway/313ee741-c45c-4dae-abb1-f65144ff964c made changes</description>
    <time>1742969486.5182</time>
  </revision>
  <OPNsense>
    <OpenVPNExport version="0.0.1">
      <servers/>
    </OpenVPNExport>
    <monit version="1.0.13">
      <general>
        <enabled>0</enabled>
        <interval>120</interval>
        <startdelay>120</startdelay>
        <mailserver>127.0.0.1</mailserver>
        <port>25</port>
        <username/>
        <password/>
        <ssl>0</ssl>
        <sslversion>auto</sslversion>
        <sslverify>1</sslverify>
        <logfile>syslog facility log_daemon</logfile>
        <statefile/>
        <eventqueuePath/>
        <eventqueueSlots/>
        <httpdEnabled>0</httpdEnabled>
        <httpdUsername>root</httpdUsername>
        <httpdPassword>0uGdrxAvz4BJed9qJvf</httpdPassword>
        <httpdPort>2812</httpdPort>
        <httpdAllow/>
        <mmonitUrl/>
        <mmonitTimeout>5</mmonitTimeout>
        <mmonitRegisterCredentials>1</mmonitRegisterCredentials>
      </general>
      <alert uuid="89accd8d-f0aa-4a41-a059-0bc8a7085cce">
        <enabled>0</enabled>
        <recipient>root@localhost.local</recipient>
        <noton>0</noton>
        <events/>
        <format/>
        <reminder>10</reminder>
        <description/>
      </alert>
      <service uuid="4e3d6649-986f-4e03-903a-deaf08577176">
        <enabled>1</enabled>
        <name>$HOST</name>
        <description/>
        <type>system</type>
        <pidfile/>
        <match/>
        <path/>
        <timeout>300</timeout>
        <starttimeout>30</starttimeout>
        <address/>
        <interface/>
        <start/>
        <stop/>
        <tests>09d5addd-a14c-4057-9225-1781158e993d,f5a6fead-aa33-41fa-a600-8a7e1ebf6fda,ce8c9c3e-6446-4ad7-b4aa-0c7e9aa857e2,a766f8fa-5b36-49ac-92f8-9831dd25cdc1</tests>
        <depends/>
        <polltime/>
      </service>
      <service uuid="4d2a5cb3-acad-4d23-b3e9-25e56a5a1ea3">
        <enabled>1</enabled>
        <name>RootFs</name>
        <description/>
        <type>filesystem</type>
        <pidfile/>
        <match/>
        <path>/</path>
        <timeout>300</timeout>
        <starttimeout>30</starttimeout>
        <address/>
        <interface/>
        <start/>
        <stop/>
        <tests>2a6a5c78-03c8-47f1-ab89-51279d2ed824</tests>
        <depends/>
        <polltime/>
      </service>
      <service uuid="0f8fa313-4cb6-4347-a5d1-d7208e7132a8">
        <enabled>0</enabled>
        <name>carp_status_change</name>
        <description/>
        <type>custom</type>
        <pidfile/>
        <match/>
        <path>/usr/local/opnsense/scripts/OPNsense/Monit/carp_status</path>
        <timeout>300</timeout>
        <starttimeout>30</starttimeout>
        <address/>
        <interface/>
        <start/>
        <stop/>
        <tests>eb98d50f-390f-4b28-b1f8-134e9461d573</tests>
        <depends/>
        <polltime/>
      </service>
      <service uuid="0cd91f63-dbb2-433a-ad68-5d49c6397e42">
        <enabled>0</enabled>
        <name>gateway_alert</name>
        <description/>
        <type>custom</type>
        <pidfile/>
        <match/>
        <path>/usr/local/opnsense/scripts/OPNsense/Monit/gateway_alert</path>
        <timeout>300</timeout>
        <starttimeout>30</starttimeout>
        <address/>
        <interface/>
        <start/>
        <stop/>
        <tests>ea878e37-854d-42e4-8945-4d21e256a63d</tests>
        <depends/>
        <polltime/>
      </service>
      <test uuid="2c0cf404-9844-4c76-aac3-8eb7ba1aaee4">
        <name>Ping</name>
        <type>NetworkPing</type>
        <condition>failed ping</condition>
        <action>alert</action>
        <path/>
      </test>
      <test uuid="3521695e-6a20-40af-9d23-5ff7ce8d87f2">
        <name>NetworkLink</name>
        <type>NetworkInterface</type>
        <condition>failed link</condition>
        <action>alert</action>
        <path/>
      </test>
      <test uuid="da021b89-f88b-41d4-8c6e-0e57b1fd04e7">
        <name>NetworkSaturation</name>
        <type>NetworkInterface</type>
        <condition>saturation is greater than 75%</condition>
        <action>alert</action>
        <path/>
      </test>
      <test uuid="09d5addd-a14c-4057-9225-1781158e993d">
        <name>MemoryUsage</name>
        <type>SystemResource</type>
        <condition>memory usage is greater than 75%</condition>
        <action>alert</action>
        <path/>
      </test>
      <test uuid="f5a6fead-aa33-41fa-a600-8a7e1ebf6fda">
        <name>CPUUsage</name>
        <type>SystemResource</type>
        <condition>cpu usage is greater than 75%</condition>
        <action>alert</action>
        <path/>
      </test>
      <test uuid="ce8c9c3e-6446-4ad7-b4aa-0c7e9aa857e2">
        <name>LoadAvg1</name>
        <type>SystemResource</type>
        <condition>loadavg (1min) is greater than 8</condition>
        <action>alert</action>
        <path/>
      </test>
      <test uuid="a766f8fa-5b36-49ac-92f8-9831dd25cdc1">
        <name>LoadAvg5</name>
        <type>SystemResource</type>
        <condition>loadavg (5min) is greater than 6</condition>
        <action>alert</action>
        <path/>
      </test>
      <test uuid="f83d9234-aafa-456b-880b-a0335a51bdea">
        <name>LoadAvg15</name>
        <type>SystemResource</type>
        <condition>loadavg (15min) is greater than 4</condition>
        <action>alert</action>
        <path/>
      </test>
      <test uuid="2a6a5c78-03c8-47f1-ab89-51279d2ed824">
        <name>SpaceUsage</name>
        <type>SpaceUsage</type>
        <condition>space usage is greater than 75%</condition>
        <action>alert</action>
        <path/>
      </test>
      <test uuid="eb98d50f-390f-4b28-b1f8-134e9461d573">
        <name>ChangedStatus</name>
        <type>ProgramStatus</type>
        <condition>changed status</condition>
        <action>alert</action>
        <path/>
      </test>
      <test uuid="ea878e37-854d-42e4-8945-4d21e256a63d">
        <name>NonZeroStatus</name>
        <type>ProgramStatus</type>
        <condition>status != 0</condition>
        <action>alert</action>
        <path/>
      </test>
    </monit>
    <TrafficShaper version="1.0.3">
      <pipes/>
      <queues/>
      <rules/>
    </TrafficShaper>
    <Syslog version="1.0.2">
      <general>
        <enabled>1</enabled>
        <loglocal>1</loglocal>
        <maxpreserve>31</maxpreserve>
        <maxfilesize/>
      </general>
      <destinations/>
    </Syslog>
    <captiveportal version="1.0.2">
      <zones/>
      <templates/>
    </captiveportal>
    <Firewall>
      <Alias version="1.0.1">
        <geoip>
          <url/>
        </geoip>
        <aliases>
          <alias uuid="f66f7b43-c201-4fab-bb4b-6cb222da91e6">
            <enabled>1</enabled>
            <name>Webservice_Ports</name>
            <type>port</type>
            <proto/>
            <interface/>
            <counters>0</counters>
            <updatefreq/>
            <content>80
443</content>
            <categories/>
            <description/>
          </alias>
          <alias uuid="2bf77a0e-6306-4b03-bcf2-e36910002f71">
            <enabled>1</enabled>
            <name>nginx_autoblock</name>
            <type>external</type>
            <proto/>
            <interface/>
            <counters>0</counters>
            <updatefreq/>
            <content/>
            <categories/>
            <description/>
          </alias>
        </aliases>
      </Alias>
      <Lvtemplate version="0.0.1">
        <templates/>
      </Lvtemplate>
      <Category version="1.0.0">
        <categories/>
      </Category>
      <Filter version="1.0.4">
        <rules/>
        <snatrules/>
        <npt/>
        <onetoone/>
      </Filter>
    </Firewall>
    <Interfaces>
      <vxlans version="1.0.2"/>
      <loopbacks version="1.0.0"/>
      <neighbors version="1.0.0"/>
    </Interfaces>
    <zerotier version="1.3.0">
      <enabled>1</enabled>
      <apiAccessToken>O9LW3pJKEdh7WVaZZuFs7RSnUHAwThql</apiAccessToken>
      <localconf>{
    "physical": {
        "192.168.0.0/16": { "blacklist": true },
        "172.16.0.0/16": { "blacklist": true },
        "172.22.0.0/16": { "blacklist": true },
        "67.40.5.49/32": { "blacklist": true }
    }
}</localconf>
      <networks>
        <network uuid="b78908a8-e350-4573-a7ea-91358d08bcce">
          <enabled>1</enabled>
          <networkId>e4da7455b2ff75b9</networkId>
          <description>vincelan</description>
        </network>
        <network uuid="078b63d3-ea4c-412a-8769-c18ab2b1d160">
          <enabled>1</enabled>
          <networkId>8286ac0e47764c5f</networkId>
          <description>kochlan</description>
        </network>
      </networks>
    </zerotier>
    <quagga>
      <general version="1.0.3">
        <enabled>1</enabled>
        <profile>traditional</profile>
        <enablecarp>0</enablecarp>
        <enablesyslog>1</enablesyslog>
        <enablesnmp>0</enablesnmp>
        <sysloglevel>warnings</sysloglevel>
        <fwrules>1</fwrules>
      </general>
      <ospf version="1.0.5">
        <enabled>1</enabled>
        <carp_demote>0</carp_demote>
        <routerid/>
        <costreference/>
        <logadjacencychanges>0</logadjacencychanges>
        <originate>0</originate>
        <originatealways>0</originatealways>
        <originatemetric>100</originatemetric>
        <passiveinterfaces>opt3,lan,lo0,opt1,wan</passiveinterfaces>
        <redistribute/>
        <redistributemap/>
        <networks>
          <network uuid="25e0ccd7-0102-4a81-9f7a-d186cb268eaa">
            <enabled>1</enabled>
            <ipaddr>192.168.16.0</ipaddr>
            <area>0.0.0.0</area>
            <netmask>24</netmask>
            <arearange/>
            <linkedPrefixlistIn/>
            <linkedPrefixlistOut/>
          </network>
          <network uuid="bde4f824-89c0-48d9-863a-d0840ea5e062">
            <enabled>1</enabled>
            <ipaddr>192.168.200.0</ipaddr>
            <area>0.0.0.0</area>
            <netmask>24</netmask>
            <arearange/>
            <linkedPrefixlistIn/>
            <linkedPrefixlistOut/>
          </network>
        </networks>
        <interfaces/>
        <prefixlists/>
        <routemaps/>
      </ospf>
      <bfd version="1.0.1">
        <enabled>0</enabled>
        <neighbors/>
      </bfd>
      <rip version="1.0.3">
        <enabled>0</enabled>
        <version>2</version>
        <networks/>
        <passiveinterfaces/>
        <redistribute/>
        <defaultmetric/>
      </rip>
      <ospf6 version="1.0.4">
        <enabled>0</enabled>
        <carp_demote>0</carp_demote>
        <redistribute/>
        <routerid/>
        <originate>0</originate>
        <originatealways>0</originatealways>
        <originatemetric/>
        <interfaces/>
      </ospf6>
      <bgp version="1.0.9">
        <enabled>0</enabled>
        <asnumber>65551</asnumber>
        <distance/>
        <routerid/>
        <graceful>0</graceful>
        <networkimportcheck>1</networkimportcheck>
        <logneighborchanges>0</logneighborchanges>
        <networks/>
        <redistribute/>
        <neighbors/>
        <aspaths/>
        <prefixlists/>
        <communitylists/>
        <routemaps/>
        <peergroups/>
      </bgp>
      <static version="1.0.0">
        <enabled>0</enabled>
        <routes/>
      </static>
    </quagga>
    <Netflow version="1.0.1">
      <capture>
        <interfaces>lan,wan</interfaces>
        <egress_only>wan</egress_only>
        <version>v5</version>
        <targets>127.0.0.1:2056</targets>
      </capture>
      <collect>
        <enable>1</enable>
      </collect>
      <activeTimeout>1800</activeTimeout>
      <inactiveTimeout>15</inactiveTimeout>
    </Netflow>
    <unboundplus version="1.0.12">
      <general>
        <enabled>1</enabled>
        <port>53</port>
        <stats/>
        <active_interface/>
        <dnssec/>
        <dns64/>
        <dns64prefix/>
        <noarecords/>
        <regdhcp>1</regdhcp>
        <regdhcpdomain>koch.casa</regdhcpdomain>
        <regdhcpstatic>1</regdhcpstatic>
        <noreglladdr6/>
        <noregrecords/>
        <txtsupport/>
        <cacheflush/>
        <local_zone_type>transparent</local_zone_type>
        <outgoing_interface/>
        <enable_wpad/>
      </general>
      <advanced>
        <hideidentity>0</hideidentity>
        <hideversion>0</hideversion>
        <prefetch>0</prefetch>
        <prefetchkey>0</prefetchkey>
        <dnssecstripped>0</dnssecstripped>
        <aggressivensec>1</aggressivensec>
        <serveexpired>0</serveexpired>
        <serveexpiredreplyttl/>
        <serveexpiredttl/>
        <serveexpiredttlreset>0</serveexpiredttlreset>
        <serveexpiredclienttimeout/>
        <qnameminstrict>0</qnameminstrict>
        <extendedstatistics>0</extendedstatistics>
        <logqueries>0</logqueries>
        <logreplies>0</logreplies>
        <logtagqueryreply>0</logtagqueryreply>
        <logservfail/>
        <loglocalactions/>
        <logverbosity>1</logverbosity>
        <valloglevel>0</valloglevel>
        <privatedomain/>
        <privateaddress>0.0.0.0/8,10.0.0.0/8,100.64.0.0/10,169.254.0.0/16,172.16.0.0/12,192.0.2.0/24,192.168.0.0/16,198.18.0.0/15,198.51.100.0/24,203.0.113.0/24,233.252.0.0/24,::1/128,2001:db8::/32,fc00::/8,fd00::/8,fe80::/10</privateaddress>
        <insecuredomain/>
        <msgcachesize/>
        <rrsetcachesize/>
        <outgoingnumtcp/>
        <incomingnumtcp/>
        <numqueriesperthread/>
        <outgoingrange/>
        <jostletimeout/>
        <discardtimeout/>
        <cachemaxttl/>
        <cachemaxnegativettl/>
        <cacheminttl/>
        <infrahostttl/>
        <infrakeepprobing/>
        <infracachenumhosts/>
        <unwantedreplythreshold/>
      </advanced>
      <acls>
        <default_action>allow</default_action>
      </acls>
      <dnsbl>
        <enabled>0</enabled>
        <safesearch/>
        <type/>
        <lists/>
        <whitelists/>
        <blocklists/>
        <wildcards/>
        <address/>
        <nxdomain>0</nxdomain>
      </dnsbl>
      <forwarding>
        <enabled>0</enabled>
      </forwarding>
      <dots/>
      <hosts/>
      <aliases/>
    </unboundplus>
    <IDS version="1.1.0">
      <rules/>
      <policies/>
      <userDefinedRules/>
      <files/>
      <fileTags/>
      <general>
        <enabled>0</enabled>
        <ips>0</ips>
        <promisc>0</promisc>
        <interfaces>wan</interfaces>
        <homenet>192.168.0.0/16,10.0.0.0/8,172.16.0.0/12</homenet>
        <defaultPacketSize/>
        <UpdateCron/>
        <AlertLogrotate>W0D23</AlertLogrotate>
        <AlertSaveLogs>4</AlertSaveLogs>
        <MPMAlgo>ac</MPMAlgo>
        <detect>
          <Profile>medium</Profile>
          <toclient_groups/>
          <toserver_groups/>
        </detect>
        <syslog>0</syslog>
        <syslog_eve>0</syslog_eve>
        <LogPayload>0</LogPayload>
        <verbosity/>
        <eveLog>
          <http>
            <enable>0</enable>
            <extended>0</extended>
            <dumpAllHeaders/>
          </http>
          <tls>
            <enable>0</enable>
            <extended>0</extended>
            <sessionResumption>0</sessionResumption>
            <custom/>
          </tls>
        </eveLog>
      </general>
    </IDS>
    <cron version="1.0.4">
      <jobs>
        <job uuid="64118568-660b-4ef7-9bb4-79bbc7414e64">
          <origin>cron</origin>
          <enabled>1</enabled>
          <minutes>47</minutes>
          <hours>3</hours>
          <days>*</days>
          <months>*</months>
          <weekdays>*</weekdays>
          <who>root</who>
          <command>acmeclient cron-auto-renew</command>
          <parameters/>
          <description>ACMEClient Cronjob for Certificate Auto Renewal</description>
        </job>
      </jobs>
    </cron>
    <proxy version="1.0.6">
      <general>
        <enabled>0</enabled>
        <error_pages>opnsense</error_pages>
        <icpPort/>
        <logging>
          <enable>
            <accessLog>1</accessLog>
            <storeLog>1</storeLog>
          </enable>
          <ignoreLogACL/>
          <target/>
        </logging>
        <alternateDNSservers/>
        <dnsV4First>0</dnsV4First>
        <forwardedForHandling>on</forwardedForHandling>
        <uriWhitespaceHandling>strip</uriWhitespaceHandling>
        <enablePinger>1</enablePinger>
        <useViaHeader>1</useViaHeader>
        <suppressVersion>0</suppressVersion>
        <connecttimeout/>
        <VisibleEmail>admin@localhost.local</VisibleEmail>
        <VisibleHostname/>
        <cache>
          <local>
            <enabled>0</enabled>
            <directory>/var/squid/cache</directory>
            <cache_mem>256</cache_mem>
            <maximum_object_size/>
            <maximum_object_size_in_memory/>
            <memory_cache_mode>always</memory_cache_mode>
            <size>100</size>
            <l1>16</l1>
            <l2>256</l2>
            <cache_linux_packages>0</cache_linux_packages>
            <cache_windows_updates>0</cache_windows_updates>
          </local>
        </cache>
        <traffic>
          <enabled>0</enabled>
          <maxDownloadSize>2048</maxDownloadSize>
          <maxUploadSize>1024</maxUploadSize>
          <OverallBandwidthTrotteling>1024</OverallBandwidthTrotteling>
          <perHostTrotteling>256</perHostTrotteling>
        </traffic>
        <parentproxy>
          <enabled>0</enabled>
          <host/>
          <enableauth>0</enableauth>
          <user>username</user>
          <password>password</password>
          <port/>
          <localdomains/>
          <localips/>
        </parentproxy>
      </general>
      <forward>
        <interfaces>lan</interfaces>
        <port>3128</port>
        <sslbumpport>3129</sslbumpport>
        <sslbump>0</sslbump>
        <sslurlonly>0</sslurlonly>
        <sslcertificate/>
        <sslnobumpsites/>
        <ssl_crtd_storage_max_size>4</ssl_crtd_storage_max_size>
        <sslcrtd_children>5</sslcrtd_children>
        <snmp_enable>0</snmp_enable>
        <snmp_port>3401</snmp_port>
        <snmp_password>public</snmp_password>
        <ftpInterfaces/>
        <ftpPort>2121</ftpPort>
        <ftpTransparentMode>0</ftpTransparentMode>
        <addACLforInterfaceSubnets>1</addACLforInterfaceSubnets>
        <transparentMode>0</transparentMode>
        <acl>
          <allowedSubnets/>
          <unrestricted/>
          <bannedHosts/>
          <whiteList/>
          <blackList/>
          <browser/>
          <mimeType/>
          <googleapps/>
          <youtube/>
          <safePorts>80:http,21:ftp,443:https,70:gopher,210:wais,1025-65535:unregistered ports,280:http-mgmt,488:gss-http,591:filemaker,777:multiling http</safePorts>
          <sslPorts>443:https</sslPorts>
          <remoteACLs>
            <blacklists/>
            <UpdateCron/>
          </remoteACLs>
        </acl>
        <icap>
          <enable>0</enable>
          <RequestURL>icap://[::1]:1344/avscan</RequestURL>
          <ResponseURL>icap://[::1]:1344/avscan</ResponseURL>
          <SendClientIP>1</SendClientIP>
          <SendUsername>0</SendUsername>
          <EncodeUsername>0</EncodeUsername>
          <UsernameHeader>X-Username</UsernameHeader>
          <EnablePreview>1</EnablePreview>
          <PreviewSize>1024</PreviewSize>
          <OptionsTTL>60</OptionsTTL>
          <exclude/>
        </icap>
        <authentication>
          <method/>
          <authEnforceGroup/>
          <realm>OPNsense proxy authentication</realm>
          <credentialsttl>2</credentialsttl>
          <children>5</children>
        </authentication>
      </forward>
      <pac/>
      <error_pages>
        <template/>
      </error_pages>
    </proxy>
    <IPsec version="1.0.3">
      <general>
        <enabled/>
        <preferred_oldsa>0</preferred_oldsa>
        <disablevpnrules>0</disablevpnrules>
        <passthrough_networks/>
      </general>
      <charon>
        <max_ikev1_exchanges/>
        <threads>16</threads>
        <ikesa_table_size>32</ikesa_table_size>
        <ikesa_table_segments>4</ikesa_table_segments>
        <init_limit_half_open>1000</init_limit_half_open>
        <ignore_acquire_ts>1</ignore_acquire_ts>
        <make_before_break/>
        <retransmit_tries/>
        <retransmit_timeout/>
        <retransmit_base/>
        <retransmit_jitter/>
        <retransmit_limit/>
        <syslog>
          <daemon>
            <ike_name>1</ike_name>
            <log_level>0</log_level>
            <app>1</app>
            <asn>1</asn>
            <cfg>1</cfg>
            <chd>1</chd>
            <dmn>1</dmn>
            <enc>1</enc>
            <esp>1</esp>
            <ike>1</ike>
            <imc>1</imc>
            <imv>1</imv>
            <job>1</job>
            <knl>1</knl>
            <lib>1</lib>
            <mgr>1</mgr>
            <net>1</net>
            <pts>1</pts>
            <tls>1</tls>
            <tnc>1</tnc>
          </daemon>
        </syslog>
      </charon>
      <keyPairs/>
      <preSharedKeys/>
    </IPsec>
    <hwprobe>
      <general version="0.0.1">
        <enabled>0</enabled>
      </general>
    </hwprobe>
    <Nginx version="1.30">
      <general>
        <enabled>1</enabled>
        <ban_ttl>0</ban_ttl>
      </general>
      <webgui>
        <limitnetworks>0</limitnetworks>
      </webgui>
      <http>
        <workerprocesses>1</workerprocesses>
        <workerconnections>1024</workerconnections>
        <sendfile>0</sendfile>
        <keepalive_timeout>60</keepalive_timeout>
        <default_type/>
        <server_names_hash_bucket_size/>
        <server_names_hash_max_size/>
        <headers_more_enable/>
      </http>
      <security_header uuid="0ba8ec6f-46f4-4ed9-98d2-61b0e8c04dc4">
        <description>kochcloud</description>
        <referrer>no-referrer</referrer>
        <xssprotection>1; mode=block</xssprotection>
        <content_type_options>1</content_type_options>
        <strict_transport_security_time>63072000</strict_transport_security_time>
        <strict_transport_security_include_subdomains>1</strict_transport_security_include_subdomains>
        <strict_transport_security_preload>0</strict_transport_security_preload>
        <enable_csp>0</enable_csp>
        <csp_report_only>0</csp_report_only>
        <csp_default_src_enabled>0</csp_default_src_enabled>
        <csp_default_src_data_urls>0</csp_default_src_data_urls>
        <csp_default_src_http_urls/>
        <csp_default_src_inline>0</csp_default_src_inline>
        <csp_default_src_eval>0</csp_default_src_eval>
        <csp_default_src_self>0</csp_default_src_self>
        <csp_default_src_blob>0</csp_default_src_blob>
        <csp_default_src_mediastream>0</csp_default_src_mediastream>
        <csp_default_src_filesystem>0</csp_default_src_filesystem>
        <csp_default_src_none>0</csp_default_src_none>
        <csp_script_src_enabled>0</csp_script_src_enabled>
        <csp_script_src_data_urls>0</csp_script_src_data_urls>
        <csp_script_src_http_urls/>
        <csp_script_src_inline>0</csp_script_src_inline>
        <csp_script_src_eval>0</csp_script_src_eval>
        <csp_script_src_self>0</csp_script_src_self>
        <csp_script_src_blob>0</csp_script_src_blob>
        <csp_script_src_mediastream>0</csp_script_src_mediastream>
        <csp_script_src_filesystem>0</csp_script_src_filesystem>
        <csp_script_src_none>0</csp_script_src_none>
        <csp_img_src_enabled>0</csp_img_src_enabled>
        <csp_img_src_data_urls>0</csp_img_src_data_urls>
        <csp_img_src_http_urls/>
        <csp_img_src_inline>0</csp_img_src_inline>
        <csp_img_src_eval>0</csp_img_src_eval>
        <csp_img_src_self>0</csp_img_src_self>
        <csp_img_src_blob>0</csp_img_src_blob>
        <csp_img_src_mediastream>0</csp_img_src_mediastream>
        <csp_img_src_filesystem>0</csp_img_src_filesystem>
        <csp_img_src_none>0</csp_img_src_none>
        <csp_style_src_enabled>0</csp_style_src_enabled>
        <csp_style_src_data_urls>0</csp_style_src_data_urls>
        <csp_style_src_http_urls/>
        <csp_style_src_inline>0</csp_style_src_inline>
        <csp_style_src_eval>0</csp_style_src_eval>
        <csp_style_src_self>0</csp_style_src_self>
        <csp_style_src_blob>0</csp_style_src_blob>
        <csp_style_src_mediastream>0</csp_style_src_mediastream>
        <csp_style_src_filesystem>0</csp_style_src_filesystem>
        <csp_style_src_none>0</csp_style_src_none>
        <csp_media_src_enabled>0</csp_media_src_enabled>
        <csp_media_src_data_urls>0</csp_media_src_data_urls>
        <csp_media_src_http_urls/>
        <csp_media_src_inline>0</csp_media_src_inline>
        <csp_media_src_eval>0</csp_media_src_eval>
        <csp_media_src_self>0</csp_media_src_self>
        <csp_media_src_blob>0</csp_media_src_blob>
        <csp_media_src_mediastream>0</csp_media_src_mediastream>
        <csp_media_src_filesystem>0</csp_media_src_filesystem>
        <csp_media_src_none>0</csp_media_src_none>
        <csp_font_src_enabled>0</csp_font_src_enabled>
        <csp_font_src_data_urls>0</csp_font_src_data_urls>
        <csp_font_src_http_urls/>
        <csp_font_src_inline>0</csp_font_src_inline>
        <csp_font_src_eval>0</csp_font_src_eval>
        <csp_font_src_self>0</csp_font_src_self>
        <csp_font_src_blob>0</csp_font_src_blob>
        <csp_font_src_mediastream>0</csp_font_src_mediastream>
        <csp_font_src_filesystem>0</csp_font_src_filesystem>
        <csp_font_src_none>0</csp_font_src_none>
        <csp_frame_src_enabled>0</csp_frame_src_enabled>
        <csp_frame_src_data_urls>0</csp_frame_src_data_urls>
        <csp_frame_src_http_urls/>
        <csp_frame_src_inline>0</csp_frame_src_inline>
        <csp_frame_src_eval>0</csp_frame_src_eval>
        <csp_frame_src_self>0</csp_frame_src_self>
        <csp_frame_src_blob>0</csp_frame_src_blob>
        <csp_frame_src_mediastream>0</csp_frame_src_mediastream>
        <csp_frame_src_filesystem>0</csp_frame_src_filesystem>
        <csp_frame_src_none>0</csp_frame_src_none>
        <csp_frame_ancestors_enabled>0</csp_frame_ancestors_enabled>
        <csp_frame_ancestors_data_urls>0</csp_frame_ancestors_data_urls>
        <csp_frame_ancestors_http_urls/>
        <csp_frame_ancestors_self>0</csp_frame_ancestors_self>
        <csp_frame_ancestors_blob>0</csp_frame_ancestors_blob>
        <csp_frame_ancestors_mediastream>0</csp_frame_ancestors_mediastream>
        <csp_frame_ancestors_filesystem>0</csp_frame_ancestors_filesystem>
        <csp_frame_ancestors_none>0</csp_frame_ancestors_none>
        <csp_connect_src_enabled>0</csp_connect_src_enabled>
        <csp_connect_src_http_urls/>
        <csp_connect_src_none>0</csp_connect_src_none>
        <csp_worker_src_enabled>0</csp_worker_src_enabled>
        <csp_worker_src_data_urls>0</csp_worker_src_data_urls>
        <csp_worker_src_http_urls/>
        <csp_worker_src_inline>0</csp_worker_src_inline>
        <csp_worker_src_eval>0</csp_worker_src_eval>
        <csp_worker_src_self>0</csp_worker_src_self>
        <csp_worker_src_blob>0</csp_worker_src_blob>
        <csp_worker_src_filesystem>0</csp_worker_src_filesystem>
        <csp_worker_src_none>0</csp_worker_src_none>
        <csp_form_action_enabled>0</csp_form_action_enabled>
        <csp_form_action_data_urls>0</csp_form_action_data_urls>
        <csp_form_action_http_urls/>
        <csp_form_action_inline>0</csp_form_action_inline>
        <csp_form_action_eval>0</csp_form_action_eval>
        <csp_form_action_self>0</csp_form_action_self>
        <csp_form_action_blob>0</csp_form_action_blob>
        <csp_form_action_mediastream>0</csp_form_action_mediastream>
        <csp_form_action_filesystem>0</csp_form_action_filesystem>
        <csp_form_action_none>0</csp_form_action_none>
      </security_header>
      <ban uuid="18d88dbc-84e9-4bd4-a614-21facc91e559">
        <ip>185.224.128.250</ip>
        <time>1679529720</time>
      </ban>
      <ban uuid="99755e0e-616f-4b52-9b99-d49fe8c3049a">
        <ip>35.195.93.98</ip>
        <time>1679531760</time>
      </ban>
      <ban uuid="c926fa4b-9888-4e72-b092-9b34b4aaa224">
        <ip>45.93.16.15</ip>
        <time>1679533140</time>
      </ban>
      <ban uuid="8853c4b2-32ad-484c-b78b-888168e9342f">
        <ip>64.226.98.9</ip>
        <time>1679538600</time>
      </ban>
      <ban uuid="49b80886-ef07-477c-86c0-fa5b6223d3a3">
        <ip>192.241.239.13</ip>
        <time>1679538900</time>
      </ban>
      <ban uuid="63c8c7a6-464a-4b11-87ca-c3fcac8f68a7">
        <ip>107.170.245.14</ip>
        <time>1679538900</time>
      </ban>
      <ban uuid="cdd6b41b-7c91-4c0b-bb51-1ee49634e534">
        <ip>107.170.228.27</ip>
        <time>1679539020</time>
      </ban>
      <ban uuid="a1ef901d-d778-4f46-89e2-cbb7cb6ec4ba">
        <ip>35.205.195.201</ip>
        <time>1679549700</time>
      </ban>
      <ban uuid="5486e207-722e-4801-b301-b9d658fe713e">
        <ip>40.83.2.254</ip>
        <time>1679553060</time>
      </ban>
      <ban uuid="8335d344-f6cd-4fca-bb23-6a9503b3416c">
        <ip>192.241.230.18</ip>
        <time>1679557680</time>
      </ban>
      <ban uuid="c7ecbc4c-8f07-4b5e-b0cf-293d38ea6ab6">
        <ip>157.245.153.255</ip>
        <time>1679559180</time>
      </ban>
      <ban uuid="dd1e55e5-25e0-4723-b050-5a465173f7c4">
        <ip>159.223.196.115</ip>
        <time>1679564760</time>
      </ban>
      <ban uuid="baafffe9-fac5-4b75-8534-ccc5b656604b">
        <ip>40.77.46.170</ip>
        <time>1679566080</time>
      </ban>
      <ban uuid="3c61497d-c4f7-4257-b9d6-88b40cddb873">
        <ip>192.241.210.51</ip>
        <time>1679571660</time>
      </ban>
      <ban uuid="78d2c87f-3054-4070-a5cf-33fae285c135">
        <ip>198.199.95.12</ip>
        <time>1679579220</time>
      </ban>
      <ban uuid="4b0bc00a-3ce4-4179-8963-0a744c6e10f9">
        <ip>198.74.56.46</ip>
        <time>1679579280</time>
      </ban>
      <ban uuid="4899a7d3-9f6c-46fa-a5d3-ddb37a35b577">
        <ip>165.22.188.118</ip>
        <time>1679579880</time>
      </ban>
      <ban uuid="5ea9584c-43f4-4f9f-bc41-88fa95e3edc9">
        <ip>107.170.246.23</ip>
        <time>1679591460</time>
      </ban>
      <ban uuid="42f8603a-8647-46f2-be5a-de40033f02dd">
        <ip>192.241.195.57</ip>
        <time>1679596020</time>
      </ban>
      <ban uuid="84285b0f-4346-4b20-b07b-c5ddaa771391">
        <ip>162.243.143.30</ip>
        <time>1679608020</time>
      </ban>
      <ban uuid="b062ee15-4da8-4bc1-bc78-c914653ee609">
        <ip>77.223.118.103</ip>
        <time>1679616420</time>
      </ban>
      <ban uuid="59a16d3b-f6ff-4963-88fd-64a7726ab87f">
        <ip>34.78.38.154</ip>
        <time>1679617560</time>
      </ban>
      <ban uuid="db483903-65f3-44bb-92b8-237d492c4488">
        <ip>107.170.228.9</ip>
        <time>1679629740</time>
      </ban>
      <ban uuid="d52c0ad8-c91f-4bea-9bb7-5ae794aba982">
        <ip>170.64.134.89</ip>
        <time>1679636100</time>
      </ban>
      <ban uuid="c7c9dc71-d9c2-4dd7-8171-d10b17fca9e2">
        <ip>34.79.42.172</ip>
        <time>1679636100</time>
      </ban>
      <ban uuid="4ce0d362-c7e1-43b6-a01f-a8f36ef409a6">
        <ip>209.97.160.126</ip>
        <time>1679637540</time>
      </ban>
      <ban uuid="cbe945a7-fc5a-414b-acdb-5113a5e119b5">
        <ip>162.243.146.31</ip>
        <time>1679644200</time>
      </ban>
      <ban uuid="f6300cb2-4d67-4630-a807-39ab65dd1867">
        <ip>167.71.232.7</ip>
        <time>1679676300</time>
      </ban>
      <ban uuid="3f750224-8bdb-4c02-9dfc-466673097f82">
        <ip>192.241.192.13</ip>
        <time>1679678040</time>
      </ban>
      <ban uuid="8b2431a1-befe-45f6-8a22-6b483b560717">
        <ip>107.170.246.26</ip>
        <time>1679694480</time>
      </ban>
      <ban uuid="8f10cc69-b676-4e82-8e38-c22d06dd65c5">
        <ip>165.227.45.61</ip>
        <time>1679696580</time>
      </ban>
      <ban uuid="050e0053-7611-442d-999a-1d44d0f4b495">
        <ip>45.134.144.119</ip>
        <time>1679701080</time>
      </ban>
      <ban uuid="2a065804-5775-4a96-9895-3f48b83868dd">
        <ip>198.199.105.190</ip>
        <time>1679702220</time>
      </ban>
      <ban uuid="7a617a25-e79c-4d0c-bebf-11cbf6a56774">
        <ip>34.77.199.190</ip>
        <time>1679703540</time>
      </ban>
      <ban uuid="023f4c5a-74bb-43ad-9fa4-2be6c0cfd185">
        <ip>128.199.101.62</ip>
        <time>1679706420</time>
      </ban>
      <ban uuid="6a8fdf73-9c84-4ad9-a7a1-3d554628fee3">
        <ip>192.241.203.4</ip>
        <time>1679716200</time>
      </ban>
      <ban uuid="df363f2b-1d0c-41ff-9e9a-427ca3a37529">
        <ip>107.170.230.6</ip>
        <time>1679730660</time>
      </ban>
      <ban uuid="c18ab92f-a646-47d9-b504-91a2254dbefc">
        <ip>192.241.225.25</ip>
        <time>1679733540</time>
      </ban>
      <ban uuid="534a8ae6-98cd-40cd-8563-a203e2d49321">
        <ip>174.138.4.163</ip>
        <time>1679739780</time>
      </ban>
      <ban uuid="96439643-19e2-4573-bb35-133374e1a43f">
        <ip>107.170.192.15</ip>
        <time>1679747760</time>
      </ban>
      <ban uuid="5035f702-e273-4fff-814d-bdcba7bbd105">
        <ip>162.243.145.13</ip>
        <time>1679748360</time>
      </ban>
      <ban uuid="db363f77-3d8f-43dd-900a-3433630b080d">
        <ip>192.241.207.44</ip>
        <time>1679755860</time>
      </ban>
      <ban uuid="a09b4fe5-d136-4746-98de-c25268858773">
        <ip>192.241.199.57</ip>
        <time>1679758560</time>
      </ban>
      <ban uuid="169d6618-20b6-4e26-b8ae-fb0501b1c8f7">
        <ip>192.241.235.15</ip>
        <time>1679758800</time>
      </ban>
      <ban uuid="bd9fee23-033a-40f6-aa88-7f72dac6eacd">
        <ip>137.184.105.192</ip>
        <time>1679777340</time>
      </ban>
      <ban uuid="0a7366c9-768d-4c2f-9300-f199132655ae">
        <ip>192.241.229.24</ip>
        <time>1679780940</time>
      </ban>
      <ban uuid="0bd3830f-461b-4b13-a08b-548ccb727adf">
        <ip>159.89.199.59</ip>
        <time>1679783160</time>
      </ban>
      <ban uuid="2fea05d7-0306-426f-ab74-ddbae4a1a3e4">
        <ip>174.138.63.114</ip>
        <time>1679800440</time>
      </ban>
      <ban uuid="1679178f-5ce6-425c-9dce-17c33c64e011">
        <ip>107.170.227.11</ip>
        <time>1679802600</time>
      </ban>
      <ban uuid="99556d15-e19c-46ec-82d6-a5d2d83bfbd8">
        <ip>34.79.162.186</ip>
        <time>1679808420</time>
      </ban>
      <ban uuid="7d39cb30-b970-4e6e-9d15-63c16b5e83e5">
        <ip>162.243.141.12</ip>
        <time>1679817300</time>
      </ban>
      <ban uuid="810db515-5958-4947-9a08-6aebf8d1dcba">
        <ip>207.154.204.185</ip>
        <time>1679824380</time>
      </ban>
      <ban uuid="104583ca-0777-42c0-a415-8c4d75ad9546">
        <ip>34.78.6.216</ip>
        <time>1679843461</time>
      </ban>
      <ban uuid="e08eb118-a227-45b4-87c4-eaab111b2f85">
        <ip>107.170.227.13</ip>
        <time>1679848500</time>
      </ban>
      <ban uuid="d870439f-39e3-46f5-a963-8c6ffb29743f">
        <ip>198.199.95.27</ip>
        <time>1679850780</time>
      </ban>
      <ban uuid="6c492477-ebdb-44c8-8543-cb586d93718e">
        <ip>107.170.251.5</ip>
        <time>1679867340</time>
      </ban>
      <ban uuid="616150f7-bdbe-4688-a1d2-c3f383d09df6">
        <ip>104.152.52.242</ip>
        <time>1679885580</time>
      </ban>
      <ban uuid="a3048175-e39f-466d-96f4-2a11945c72a9">
        <ip>143.244.167.175</ip>
        <time>1679887800</time>
      </ban>
      <ban uuid="e3e4833f-e642-45b5-a31b-b12f8ca6372f">
        <ip>198.199.104.82</ip>
        <time>1679889120</time>
      </ban>
      <ban uuid="890a1839-406c-4a37-969e-87a471cbff91">
        <ip>34.77.127.183</ip>
        <time>1679894040</time>
      </ban>
      <ban uuid="bb837698-fc33-49c7-8bb9-cf43a538a0f6">
        <ip>192.241.206.11</ip>
        <time>1679903760</time>
      </ban>
      <ban uuid="eff60fe4-931c-4abd-b6bb-af1fb9b6cbb7">
        <ip>107.170.249.12</ip>
        <time>1679907720</time>
      </ban>
      <ban uuid="411a2605-be47-4c7e-a576-e6e14c153da9">
        <ip>159.203.44.105</ip>
        <time>1679911980</time>
      </ban>
      <ban uuid="9c2124fa-f7b8-44f3-8221-6cbe9f55267a">
        <ip>198.199.111.75</ip>
        <time>1679932200</time>
      </ban>
      <ban uuid="edf421ab-70ab-4ec7-b6a0-92b29a6902c3">
        <ip>66.240.236.109</ip>
        <time>1679934060</time>
      </ban>
      <ban uuid="4b518316-2898-4eee-8cf5-9368b7f392ae">
        <ip>192.241.202.38</ip>
        <time>1679953740</time>
      </ban>
      <ban uuid="6e0f3649-da18-4521-8247-70b6a5a96575">
        <ip>107.170.241.17</ip>
        <time>1679955480</time>
      </ban>
      <ban uuid="052a518a-c439-4fbf-b0d2-ab6bca70cf26">
        <ip>66.240.236.116</ip>
        <time>1679962320</time>
      </ban>
      <ban uuid="4f347451-e5c8-48f1-bae7-fe7cf6f4d9f5">
        <ip>157.245.209.200</ip>
        <time>1679966820</time>
      </ban>
      <ban uuid="40f76cbe-1793-4877-94ec-813cebdd653f">
        <ip>198.199.109.203</ip>
        <time>1679975640</time>
      </ban>
      <ban uuid="2b62fe61-9046-4f6a-a723-4c6d6c142b95">
        <ip>192.241.238.17</ip>
        <time>1679978520</time>
      </ban>
      <ban uuid="78d06672-bb61-44ba-ae46-015924f70458">
        <ip>34.78.249.41</ip>
        <time>1679980140</time>
      </ban>
      <ban uuid="144416e4-3bfe-4048-b239-3be6b9e8d3f1">
        <ip>192.241.193.43</ip>
        <time>1679990160</time>
      </ban>
      <ban uuid="195851eb-85f4-4729-8d70-a6152fe9a9b5">
        <ip>192.241.203.5</ip>
        <time>1680018060</time>
      </ban>
      <ban uuid="fb6aa981-8417-44bc-a979-f32c757e8dfb">
        <ip>107.170.226.12</ip>
        <time>1680020280</time>
      </ban>
      <ban uuid="0b035c92-7d10-4647-ba0d-d6805b5648a9">
        <ip>162.243.134.22</ip>
        <time>1680040200</time>
      </ban>
      <ban uuid="ebd96e3a-a16e-431c-be8a-4ce74dbddd12">
        <ip>35.195.241.126</ip>
        <time>1680045180</time>
      </ban>
      <ban uuid="c0e7fbe6-c1eb-474b-8d10-f94c33b30ff1">
        <ip>104.43.135.38</ip>
        <time>1680056580</time>
      </ban>
      <ban uuid="d3801304-e7e0-45fd-afe9-a048f7f8f748">
        <ip>159.65.12.245</ip>
        <time>1680059580</time>
      </ban>
      <ban uuid="105bf327-4532-49f9-b4f0-dbfa5d16740e">
        <ip>35.241.185.104</ip>
        <time>1680069240</time>
      </ban>
      <ban uuid="bc8543d6-94b0-429c-b80c-539ad000b83c">
        <ip>134.209.145.62</ip>
        <time>1680069960</time>
      </ban>
      <ban uuid="625f4e57-c11a-4062-b5f6-746068c09439">
        <ip>107.170.235.18</ip>
        <time>1680076620</time>
      </ban>
      <ban uuid="5336edea-4ef7-45ef-bc3a-9615bf85928c">
        <ip>40.83.7.101</ip>
        <time>1680078300</time>
      </ban>
      <ban uuid="1eb0a2f2-d2bf-4832-9a6c-5c1746918160">
        <ip>192.241.201.8</ip>
        <time>1680080700</time>
      </ban>
      <ban uuid="7d897d79-44a2-4f4a-afbe-b874e65dd56f">
        <ip>162.243.136.18</ip>
        <time>1680111660</time>
      </ban>
      <ban uuid="405203e2-42cf-462b-aa93-8ec6977bba13">
        <ip>192.241.200.29</ip>
        <time>1680112320</time>
      </ban>
      <ban uuid="ef2a382c-82c1-481f-8745-293f07bc9a96">
        <ip>107.170.241.39</ip>
        <time>1680115680</time>
      </ban>
      <ban uuid="5565b78b-cef0-44fd-9270-192701ce27f5">
        <ip>138.197.133.82</ip>
        <time>1680118440</time>
      </ban>
      <ban uuid="312976c1-03e6-4ba4-bc9f-425321f87790">
        <ip>192.241.211.53</ip>
        <time>1680126660</time>
      </ban>
      <ban uuid="918478b1-86a4-489f-88eb-b636bea47d62">
        <ip>64.227.140.192</ip>
        <time>1680128760</time>
      </ban>
      <ban uuid="5fc19a0b-898d-4425-af47-eb3eb55e4815">
        <ip>162.243.135.16</ip>
        <time>1680144000</time>
      </ban>
      <ban uuid="bccf6594-eab6-4d03-95fb-a54f36b4c4d4">
        <ip>192.241.194.23</ip>
        <time>1680144000</time>
      </ban>
      <ban uuid="be29bd1c-c145-4e54-b7b6-a6e807b69443">
        <ip>149.18.73.16</ip>
        <time>1680146700</time>
      </ban>
      <ban uuid="36e0238c-9d4b-43d4-93c5-7f35c4c46720">
        <ip>209.97.150.141</ip>
        <time>1680146940</time>
      </ban>
      <ban uuid="c4a8a654-cc35-46d0-aa06-ee11570d6e57">
        <ip>107.170.226.20</ip>
        <time>1680148440</time>
      </ban>
      <ban uuid="57a12b51-4251-4c7f-9b9d-1e65bdc2e843">
        <ip>34.140.248.32</ip>
        <time>1680155820</time>
      </ban>
      <ban uuid="2e18334c-b21d-4a62-9c44-d74f944e9613">
        <ip>107.170.227.25</ip>
        <time>1680163140</time>
      </ban>
      <ban uuid="6b220ab2-33cd-4261-9a00-f5fba908ef34">
        <ip>54.91.213.244</ip>
        <time>1680183480</time>
      </ban>
      <ban uuid="2bb68dde-c89a-44de-b7df-a7fe9dd55ccf">
        <ip>69.164.217.74</ip>
        <time>1680184981</time>
      </ban>
      <ban uuid="80d798df-241e-4529-8f9b-2e1719b45c91">
        <ip>159.203.208.19</ip>
        <time>1680208320</time>
      </ban>
      <ban uuid="f76b1051-eea2-47f4-b5ef-b1d53cbd05a3">
        <ip>192.241.210.43</ip>
        <time>1680213120</time>
      </ban>
      <ban uuid="674439f9-aced-47f9-99f7-df769bb5cd27">
        <ip>34.76.158.233</ip>
        <time>1680216660</time>
      </ban>
      <ban uuid="951c367e-44fc-48da-b0e2-51b19eda4e5e">
        <ip>162.243.139.18</ip>
        <time>1680234960</time>
      </ban>
      <ban uuid="923d8c01-9469-449b-b9f7-675871e65cd2">
        <ip>162.243.132.18</ip>
        <time>1680249600</time>
      </ban>
      <ban uuid="896f02f8-5830-482c-8f08-cf1d52f55499">
        <ip>139.59.17.139</ip>
        <time>1680253381</time>
      </ban>
      <ban uuid="5fe2d908-4a15-4e4d-ad5b-588295a46dac">
        <ip>107.170.250.24</ip>
        <time>1680256560</time>
      </ban>
      <ban uuid="dc50c575-cc3d-409d-b69b-e639e9cf161c">
        <ip>192.241.210.50</ip>
        <time>1680266280</time>
      </ban>
      <ban uuid="8f52eff9-0291-4f4b-b5af-70fdc8ea5fb9">
        <ip>138.197.152.201</ip>
        <time>1680267660</time>
      </ban>
      <ban uuid="a7a9c39f-b0b6-4737-bf17-f51d71d6be4a">
        <ip>165.22.60.26</ip>
        <time>1680271080</time>
      </ban>
      <ban uuid="ad2ec0da-9a57-4edd-8f23-eb768c90e434">
        <ip>64.227.41.39</ip>
        <time>1680275820</time>
      </ban>
      <ban uuid="49edf7e5-9ec0-40f7-9593-b12f90dd942f">
        <ip>192.210.206.189</ip>
        <time>1680290520</time>
      </ban>
      <ban uuid="0420a02c-9c94-4c95-88f4-fc9aad89bffd">
        <ip>104.152.52.127</ip>
        <time>1680319440</time>
      </ban>
      <ban uuid="e943ba22-5e26-451e-9a6f-e1537ea823da">
        <ip>34.140.130.61</ip>
        <time>1680328140</time>
      </ban>
      <ban uuid="d182737c-c2ce-4f32-8280-a7444f8ad711">
        <ip>198.199.100.61</ip>
        <time>1680336060</time>
      </ban>
      <ban uuid="588f83c4-d835-4a72-9aed-d54c05b0cfdb">
        <ip>107.170.192.7</ip>
        <time>1680343080</time>
      </ban>
      <ban uuid="f93360c7-27a4-4336-b050-849a8d29ec62">
        <ip>159.223.104.177</ip>
        <time>1680355980</time>
      </ban>
      <ban uuid="c1c5c876-99a1-43aa-9d9f-f7d7628f0215">
        <ip>107.170.240.10</ip>
        <time>1680375960</time>
      </ban>
      <ban uuid="4a86f0cf-c8f6-4426-90cc-8acd3db3a485">
        <ip>192.241.224.18</ip>
        <time>1680382080</time>
      </ban>
      <ban uuid="aa2de628-6502-43d6-b8d4-7cae2042fa8a">
        <ip>198.199.104.26</ip>
        <time>1680385980</time>
      </ban>
      <ban uuid="454b807f-4d55-4aa4-9f7d-7caa2ec51d50">
        <ip>86.48.18.73</ip>
        <time>1680400800</time>
      </ban>
      <ban uuid="644422b0-a76a-44fc-aeee-50b719cffdba">
        <ip>193.218.118.178</ip>
        <time>1680407220</time>
      </ban>
      <ban uuid="a0602762-86c5-4b91-9925-34311f1c9ac0">
        <ip>143.198.46.5</ip>
        <time>1680412980</time>
      </ban>
      <ban uuid="a6a8b0fa-f068-4f86-ab59-29c1ad1c17f8">
        <ip>130.211.54.158</ip>
        <time>1680414180</time>
      </ban>
      <ban uuid="4170669c-99fd-4b09-9751-46df0f6ca9fc">
        <ip>107.170.241.29</ip>
        <time>1680422640</time>
      </ban>
      <ban uuid="1151812e-d269-4a66-9958-6d257799da9e">
        <ip>107.170.234.9</ip>
        <time>1680452820</time>
      </ban>
      <ban uuid="f4fde6c8-a5e4-44a0-9b86-756e5c7152ec">
        <ip>192.241.201.18</ip>
        <time>1680456720</time>
      </ban>
      <ban uuid="599307ab-d389-45d9-bd50-215c4806ece4">
        <ip>179.43.187.182</ip>
        <time>1680459300</time>
      </ban>
      <ban uuid="d16a6820-fa50-4144-ad85-aaac6edaeb0b">
        <ip>207.244.247.74</ip>
        <time>1680470400</time>
      </ban>
      <ban uuid="3f9ad509-79f7-4f83-9af8-3018daa26a13">
        <ip>192.241.211.13</ip>
        <time>1680472260</time>
      </ban>
      <ban uuid="a449a094-d512-49e7-9f4b-9a2c40105b6b">
        <ip>198.199.112.86</ip>
        <time>1680494040</time>
      </ban>
      <ban uuid="77bbc34d-ea36-452d-a556-ef69cfa55a6e">
        <ip>107.170.238.4</ip>
        <time>1680509040</time>
      </ban>
      <ban uuid="b1c6e974-9c45-4c2b-b7e1-0078b5592fe8">
        <ip>143.110.178.98</ip>
        <time>1680513180</time>
      </ban>
      <ban uuid="e604ec8e-cd66-4d06-b9e1-924c51f03331">
        <ip>162.243.151.13</ip>
        <time>1680515880</time>
      </ban>
      <ban uuid="701fcbbe-88fd-42e2-be39-5b0aee93666e">
        <ip>198.199.114.181</ip>
        <time>1680520920</time>
      </ban>
      <ban uuid="2af5ab7d-847e-49b1-8983-3a00e03fc9d3">
        <ip>185.224.128.251</ip>
        <time>1680542220</time>
      </ban>
      <ban uuid="47a57c2e-7f3f-4a76-8391-8d8bd13734f2">
        <ip>198.199.110.174</ip>
        <time>1680558840</time>
      </ban>
      <ban uuid="918be2bb-4bf9-4296-bf20-ea69427b96cf">
        <ip>128.199.24.181</ip>
        <time>1680565200</time>
      </ban>
      <ban uuid="9a90f32d-f55a-49e1-9bf9-dca0ecd01716">
        <ip>159.203.208.14</ip>
        <time>1680568980</time>
      </ban>
      <ban uuid="27a99099-8efd-4db7-b413-9020897114c8">
        <ip>192.241.195.99</ip>
        <time>1680580680</time>
      </ban>
      <ban uuid="58cf2737-f84f-429a-87fe-e01a56106da0">
        <ip>185.224.128.219</ip>
        <time>1680583080</time>
      </ban>
      <ban uuid="1da5d43a-1149-45dd-831d-53ce610da251">
        <ip>198.199.118.95</ip>
        <time>1680585540</time>
      </ban>
      <ban uuid="7cf43d2a-adee-48bd-8df2-45bbf044e687">
        <ip>192.241.192.8</ip>
        <time>1680595560</time>
      </ban>
      <ban uuid="3172bfa5-b2b5-4d30-88d9-cf011d801343">
        <ip>138.68.137.178</ip>
        <time>1680609240</time>
      </ban>
      <ban uuid="0ac2a594-f7f7-4b1a-a037-b5afbdb53c39">
        <ip>174.138.56.59</ip>
        <time>1680619800</time>
      </ban>
      <ban uuid="adfd2cbd-34ba-4837-a8be-d61ded0994d7">
        <ip>162.243.140.13</ip>
        <time>1680623280</time>
      </ban>
      <ban uuid="297da74f-c3e2-44a4-b82e-6c8f1a42d481">
        <ip>162.243.143.24</ip>
        <time>1680625380</time>
      </ban>
      <ban uuid="1ef831cb-741d-4af0-8cd7-3ce47861e963">
        <ip>192.241.222.28</ip>
        <time>1680645180</time>
      </ban>
      <ban uuid="3f68afdb-06ac-457d-b053-b900932c6f8b">
        <ip>130.211.82.238</ip>
        <time>1680645420</time>
      </ban>
      <ban uuid="8b26c0e2-e9ae-4a06-8e20-10feabb67a9d">
        <ip>107.170.252.8</ip>
        <time>1680646140</time>
      </ban>
      <ban uuid="1db9e520-a7af-415c-9304-999fdb8f0b82">
        <ip>198.199.92.121</ip>
        <time>1680646620</time>
      </ban>
      <ban uuid="960e81e5-95dc-4257-b687-3a443f88744d">
        <ip>192.241.201.126</ip>
        <time>1680659640</time>
      </ban>
      <ban uuid="ad9561ed-915e-442e-bcce-7b25018c3f1e">
        <ip>192.241.200.80</ip>
        <time>1680662340</time>
      </ban>
      <ban uuid="ba2e7238-c610-489b-8057-20426b44ac82">
        <ip>107.170.232.14</ip>
        <time>1680662520</time>
      </ban>
      <ban uuid="d5770a22-fb76-4d60-9dc4-bb4b1c7ed294">
        <ip>107.170.249.19</ip>
        <time>1680667441</time>
      </ban>
      <ban uuid="8099e6fb-115d-4576-adc5-5ccf13f5d76d">
        <ip>185.92.73.113</ip>
        <time>1680669420</time>
      </ban>
      <ban uuid="280a7bbd-413d-40a1-8d64-67f611897736">
        <ip>198.199.92.66</ip>
        <time>1680681960</time>
      </ban>
      <ban uuid="dd49e71c-fe5c-45fd-b527-4b3b77a8e87e">
        <ip>141.98.11.47</ip>
        <time>1680685260</time>
      </ban>
      <ban uuid="7ff3cb1f-73d9-41de-955a-d15ced34df44">
        <ip>198.199.109.221</ip>
        <time>1680702600</time>
      </ban>
      <ban uuid="62905162-4a00-4740-8e5f-0a6ccb76230e">
        <ip>198.199.102.221</ip>
        <time>1680731700</time>
      </ban>
      <ban uuid="d6b49cbb-7b87-4e87-bd8a-7d17564f1865">
        <ip>188.166.180.2</ip>
        <time>1680732900</time>
      </ban>
      <ban uuid="277a99c5-0217-42a4-aad4-66dc1c40f648">
        <ip>34.76.96.55</ip>
        <time>1680744540</time>
      </ban>
      <ban uuid="bc043d1b-2f3b-4c17-8c50-3245df64c5a6">
        <ip>149.18.73.140</ip>
        <time>1680745680</time>
      </ban>
      <ban uuid="f8b70e15-e4ef-4de7-a3b3-bb4334146e13">
        <ip>107.170.255.9</ip>
        <time>1680748800</time>
      </ban>
      <ban uuid="8eff084c-6b18-41ba-95ce-2d1fc75162c6">
        <ip>104.152.52.195</ip>
        <time>1680751080</time>
      </ban>
      <ban uuid="547c3981-de84-4a6e-8e33-32f94ebb95dd">
        <ip>192.241.193.15</ip>
        <time>1680753540</time>
      </ban>
      <ban uuid="8654e608-456a-41b7-a936-775aed444181">
        <ip>146.190.244.233</ip>
        <time>1680764700</time>
      </ban>
      <ban uuid="67e2b357-c98b-433d-aa59-8410c7987b94">
        <ip>198.199.98.137</ip>
        <time>1680768420</time>
      </ban>
      <ban uuid="56deaf57-dd38-4321-b30d-7c8d124b372e">
        <ip>192.241.228.23</ip>
        <time>1680777300</time>
      </ban>
      <ban uuid="b79b9498-6d92-4c4b-a870-dc19f9105648">
        <ip>162.243.148.18</ip>
        <time>1680782340</time>
      </ban>
      <ban uuid="bb9f0d0b-f6de-41ba-8248-613ea6f2e007">
        <ip>45.79.163.53</ip>
        <time>1680790680</time>
      </ban>
      <ban uuid="c96c9210-cd68-4e05-996c-58678fbb087b">
        <ip>64.227.113.184</ip>
        <time>1680804060</time>
      </ban>
      <ban uuid="9d77321c-e168-488e-9d5d-df382d7b7ead">
        <ip>198.199.112.109</ip>
        <time>1680806100</time>
      </ban>
      <ban uuid="3aa8c0fd-1d43-4ef0-ba2f-8efe10b06044">
        <ip>35.240.121.17</ip>
        <time>1680816300</time>
      </ban>
      <ban uuid="85a7379f-b79d-45ce-af05-f3cd26d5f0de">
        <ip>162.243.148.12</ip>
        <time>1680818040</time>
      </ban>
      <ban uuid="ed4ab3ba-b49f-46f7-ae7b-8260cac94abe">
        <ip>138.68.143.68</ip>
        <time>1680837420</time>
      </ban>
      <ban uuid="ed94fe24-0574-46eb-8299-aa3caf810ea3">
        <ip>192.241.195.46</ip>
        <time>1680840000</time>
      </ban>
      <ban uuid="ee26d2d9-4f94-412e-98c2-6ecf8617d1ae">
        <ip>170.64.134.120</ip>
        <time>1680841080</time>
      </ban>
      <ban uuid="c526a184-c21d-4e09-b51b-b50d67aebea3">
        <ip>35.240.44.240</ip>
        <time>1680844560</time>
      </ban>
      <ban uuid="3373ca08-b3ab-427c-9532-7372babddddb">
        <ip>107.170.229.8</ip>
        <time>1680873660</time>
      </ban>
      <ban uuid="dfae9554-f6d9-4f77-91fe-2a4db0341e2f">
        <ip>52.229.227.33</ip>
        <time>1680888960</time>
      </ban>
      <ban uuid="14ee0f6a-9ed1-4548-a835-a903a3aac7df">
        <ip>207.246.113.16</ip>
        <time>1680896580</time>
      </ban>
      <ban uuid="f457399f-9af3-4ea7-9da0-57b043da99cc">
        <ip>192.241.193.13</ip>
        <time>1680901440</time>
      </ban>
      <ban uuid="a226ded7-59c7-478a-8a29-e0fe589fd314">
        <ip>34.22.147.120</ip>
        <time>1680901860</time>
      </ban>
      <ban uuid="41069244-3bd6-48ed-bdea-a2b7930e9673">
        <ip>89.32.41.129</ip>
        <time>1680913740</time>
      </ban>
      <ban uuid="b33093b9-687c-4866-983c-1176b42f99da">
        <ip>165.22.50.71</ip>
        <time>1680918900</time>
      </ban>
      <ban uuid="1bd344a1-a30d-45fd-874b-32ac49ac35fb">
        <ip>162.243.146.11</ip>
        <time>1680919020</time>
      </ban>
      <ban uuid="45b329a4-3887-4e7e-90a0-02deefb01143">
        <ip>162.243.128.9</ip>
        <time>1680921721</time>
      </ban>
      <ban uuid="e77c4b92-edca-4831-bc2f-7345a4534ed9">
        <ip>104.131.128.9</ip>
        <time>1680921900</time>
      </ban>
      <ban uuid="2f4c7b11-6ff6-4333-9833-ed2a38f990a5">
        <ip>162.243.131.5</ip>
        <time>1680926581</time>
      </ban>
      <ban uuid="7700947e-b3fc-49a5-bd89-52f691adc9f9">
        <ip>35.233.62.116</ip>
        <time>1680930660</time>
      </ban>
      <ban uuid="d6ea7f21-a690-4c85-8cde-8e780a13fec8">
        <ip>192.241.211.44</ip>
        <time>1680931560</time>
      </ban>
      <ban uuid="42455017-7b15-4f2c-a4b5-a4ab02e4b710">
        <ip>107.170.227.12</ip>
        <time>1680962520</time>
      </ban>
      <ban uuid="0d05f5c1-4e5f-473d-a8bf-f38983c61341">
        <ip>179.43.163.131</ip>
        <time>1680990600</time>
      </ban>
      <ban uuid="40cddb78-acb4-4a97-bb80-1b24d02cff97">
        <ip>162.243.145.16</ip>
        <time>1680990960</time>
      </ban>
      <ban uuid="8df403e7-77ab-47d0-84fd-22dd47b4b453">
        <ip>107.170.250.22</ip>
        <time>1681012800</time>
      </ban>
      <ban uuid="0eb8dab7-898d-4fa0-87bc-85d31d2ed274">
        <ip>192.241.224.9</ip>
        <time>1681027680</time>
      </ban>
      <ban uuid="8bbde1ef-642c-4944-bb4b-cf6f92983729">
        <ip>107.170.231.9</ip>
        <time>1681037220</time>
      </ban>
      <ban uuid="d417f114-861b-4253-91de-fa301ea7fe9f">
        <ip>176.213.56.99</ip>
        <time>1681059600</time>
      </ban>
      <ban uuid="e32b43fd-bbdf-43da-b6a8-d1a7e29f2e4c">
        <ip>51.83.20.93</ip>
        <time>1681061340</time>
      </ban>
      <ban uuid="d156052d-2fc6-4a6d-8364-aa5357adcab2">
        <ip>107.170.234.10</ip>
        <time>1681069561</time>
      </ban>
      <ban uuid="05d83d2c-1c63-475b-8083-fecc787a5e10">
        <ip>107.170.231.10</ip>
        <time>1681077360</time>
      </ban>
      <ban uuid="4f03012b-bb8d-406b-8b96-d4a90e3fb7f2">
        <ip>165.22.231.136</ip>
        <time>1681081860</time>
      </ban>
      <ban uuid="0453b767-4f36-4692-818c-eacff2b73898">
        <ip>198.199.97.240</ip>
        <time>1681086360</time>
      </ban>
      <ban uuid="7056171b-6f33-440c-a819-b3426ea7859a">
        <ip>162.243.133.12</ip>
        <time>1681086960</time>
      </ban>
      <ban uuid="8bdeac5d-2e51-429e-9eb8-039d85f8e07d">
        <ip>138.68.208.21</ip>
        <time>1681099320</time>
      </ban>
      <ban uuid="18eefcff-154e-4beb-a2de-db766f1552a8">
        <ip>198.199.95.41</ip>
        <time>1681114140</time>
      </ban>
      <ban uuid="611c4c85-adba-4f59-ba28-6674d5a9fc14">
        <ip>170.64.162.242</ip>
        <time>1681120440</time>
      </ban>
      <ban uuid="1797d8d6-3578-475c-9687-2610949e67db">
        <ip>162.243.151.11</ip>
        <time>1681140240</time>
      </ban>
      <ban uuid="3e1d33bb-ed64-4777-9c73-0afe108da9de">
        <ip>198.199.116.56</ip>
        <time>1681163760</time>
      </ban>
      <ban uuid="9d00300a-375b-43bf-9037-78ce62d337cd">
        <ip>107.170.247.13</ip>
        <time>1681165680</time>
      </ban>
      <ban uuid="a6440d3c-92cf-4618-b45a-c95e1f384642">
        <ip>192.241.208.135</ip>
        <time>1681180920</time>
      </ban>
      <ban uuid="0f93f3d6-8aa5-43b5-afb6-0ed37c5a2c39">
        <ip>162.243.129.15</ip>
        <time>1681181100</time>
      </ban>
      <ban uuid="c239cb25-1129-4707-bd5c-eb235b8f918c">
        <ip>104.152.52.188</ip>
        <time>1681181940</time>
      </ban>
      <ban uuid="1e3db678-836f-4044-9fea-852f5ef001e2">
        <ip>162.243.149.6</ip>
        <time>1681185960</time>
      </ban>
      <ban uuid="7ac8b70d-f84f-4fe9-835a-45098a81334d">
        <ip>162.243.144.9</ip>
        <time>1681190700</time>
      </ban>
      <ban uuid="2911c29d-5cb4-4223-9cfa-45acc10b8b77">
        <ip>192.241.225.22</ip>
        <time>1681200480</time>
      </ban>
      <ban uuid="fca243d8-40bf-44ec-8bb5-0a7d0ce8ed26">
        <ip>178.128.60.200</ip>
        <time>1681203960</time>
      </ban>
      <ban uuid="b8e6cd6d-ad1a-4ef2-88a7-dac9fd67b4ce">
        <ip>104.244.74.6</ip>
        <time>1681206900</time>
      </ban>
      <ban uuid="5e61fc93-541a-4502-bb86-63541e76e40e">
        <ip>54.234.215.71</ip>
        <time>1681231140</time>
      </ban>
      <ban uuid="d3affe0d-b623-4f07-a38a-87ed146aaa27">
        <ip>162.243.130.4</ip>
        <time>1681231620</time>
      </ban>
      <ban uuid="1da4f7ef-587f-449a-8422-ab11a8c6d4fa">
        <ip>198.199.113.242</ip>
        <time>1681233780</time>
      </ban>
      <ban uuid="b5e6f3ae-febf-4a19-b08f-5bf079803c46">
        <ip>198.199.100.87</ip>
        <time>1681250220</time>
      </ban>
      <ban uuid="77c20d96-146e-4584-ae97-9a549b84da45">
        <ip>167.71.229.198</ip>
        <time>1681262700</time>
      </ban>
      <ban uuid="bea51e02-19f8-4e6f-8379-883df497d8e5">
        <ip>206.189.120.50</ip>
        <time>1681267740</time>
      </ban>
      <ban uuid="9c0d4068-af68-4b93-938a-8c8789af8df0">
        <ip>159.203.240.10</ip>
        <time>1681272120</time>
      </ban>
      <ban uuid="1b9df4cf-5a7e-4065-97a7-1fa65c4be218">
        <ip>104.236.128.11</ip>
        <time>1681287000</time>
      </ban>
      <ban uuid="5823cff1-13a5-453e-929b-412e5166805a">
        <ip>159.203.192.19</ip>
        <time>1681296120</time>
      </ban>
      <ban uuid="2126c2fb-dd23-4ca7-a5fd-cd0c00af674b">
        <ip>179.43.142.86</ip>
        <time>1681319040</time>
      </ban>
      <ban uuid="8f793d5a-dc4f-4049-ae79-bd778950b530">
        <ip>192.241.213.57</ip>
        <time>1681326660</time>
      </ban>
      <ban uuid="9b19347c-ffaa-4650-a1d2-1f816f1cbd74">
        <ip>54.145.154.75</ip>
        <time>1681326900</time>
      </ban>
      <ban uuid="2dad1ade-5e07-4298-bcc9-93cec6e742d4">
        <ip>185.224.128.106</ip>
        <time>1681353780</time>
      </ban>
      <ban uuid="7f11aa1f-d1e8-4852-9ac4-90778bf4ffd4">
        <ip>192.241.199.29</ip>
        <time>1681353780</time>
      </ban>
      <ban uuid="c0c7fe5a-59bc-4254-8756-9d1330df261c">
        <ip>138.68.208.8</ip>
        <time>1681358460</time>
      </ban>
      <ban uuid="499a06f7-e986-4d86-bd7a-91eb29527f81">
        <ip>161.189.134.11</ip>
        <time>1681360860</time>
      </ban>
      <ban uuid="9bcb929e-1463-46c0-8690-3d789fb761da">
        <ip>192.241.207.91</ip>
        <time>1681373520</time>
      </ban>
      <ban uuid="75c84f71-1afe-4e73-b968-0ffd13a89460">
        <ip>192.241.202.20</ip>
        <time>1681404600</time>
      </ban>
      <ban uuid="ba6c1484-ae58-4e70-aad5-0c11fc51e3f3">
        <ip>162.243.140.44</ip>
        <time>1681410360</time>
      </ban>
      <ban uuid="bfcab381-84ca-4178-a732-948104dd166f">
        <ip>167.99.95.205</ip>
        <time>1681410660</time>
      </ban>
      <ban uuid="b3164cf8-718f-4d67-8bbb-20cf976ea203">
        <ip>64.227.23.250</ip>
        <time>1681418640</time>
      </ban>
      <ban uuid="d8f4de49-e80b-4f9d-8132-6a1363e7109f">
        <ip>192.241.226.31</ip>
        <time>1681423080</time>
      </ban>
      <ban uuid="bfed8bd7-b3f7-4e3a-a2cf-f7c96dc94273">
        <ip>104.131.144.11</ip>
        <time>1681430700</time>
      </ban>
      <ban uuid="91b531b8-2783-4201-b323-7e2ee34ef76d">
        <ip>192.241.222.24</ip>
        <time>1681445040</time>
      </ban>
      <ban uuid="4b8aa7ff-669e-43a0-af2c-67b80646e3cd">
        <ip>192.241.227.15</ip>
        <time>1681459920</time>
      </ban>
      <ban uuid="ab951e0a-2847-4c0a-8258-ba714215e64d">
        <ip>162.243.135.14</ip>
        <time>1681462920</time>
      </ban>
      <ban uuid="da105be5-f9fa-435d-80ad-103c67a53e01">
        <ip>159.89.116.62</ip>
        <time>1681463400</time>
      </ban>
      <ban uuid="aa055157-e2b1-4c86-8430-62f1cd356d38">
        <ip>192.241.192.26</ip>
        <time>1681465740</time>
      </ban>
      <ban uuid="1d1162b5-94fa-4583-85f2-4779887a2671">
        <ip>104.131.128.8</ip>
        <time>1681465920</time>
      </ban>
      <ban uuid="efc0a2be-6f99-4a00-a80f-17f31bd107d2">
        <ip>172.104.131.24</ip>
        <time>1681489560</time>
      </ban>
      <ban uuid="f57ac2d9-84ee-4b8a-8b48-9d1e813713ee">
        <ip>80.66.77.238</ip>
        <time>1681494241</time>
      </ban>
      <ban uuid="3375beb8-016d-4433-baaa-f74fba4e73cd">
        <ip>104.152.52.218</ip>
        <time>1681521720</time>
      </ban>
      <ban uuid="ab673485-8666-4ee6-8866-352745c3f63a">
        <ip>107.170.243.13</ip>
        <time>1681531440</time>
      </ban>
      <ban uuid="7259fac1-c020-457c-8035-a311fa7de32f">
        <ip>178.128.164.9</ip>
        <time>1681537500</time>
      </ban>
      <ban uuid="964e0a25-c052-4771-94bd-6a6678e733f2">
        <ip>162.243.131.19</ip>
        <time>1681546320</time>
      </ban>
      <ban uuid="7c711f08-b808-41bc-996a-c978e27b6434">
        <ip>162.243.143.22</ip>
        <time>1681556040</time>
      </ban>
      <ban uuid="35287060-8cdc-4661-9491-e8776f16b964">
        <ip>104.236.192.173</ip>
        <time>1681568400</time>
      </ban>
      <ban uuid="6031b7d8-92c0-4008-a96a-e724c5c38f72">
        <ip>185.225.74.173</ip>
        <time>1681572780</time>
      </ban>
      <ban uuid="e2704dbf-6cb7-4c5a-9864-6241e3b32a47">
        <ip>192.241.215.17</ip>
        <time>1681586940</time>
      </ban>
      <ban uuid="0ca0bd78-fdd8-49e7-8793-af562e8950b3">
        <ip>198.199.108.74</ip>
        <time>1681595760</time>
      </ban>
      <ban uuid="03fcd9b2-de3f-4bab-b645-4ace10e5902b">
        <ip>43.134.7.127</ip>
        <time>1681611300</time>
      </ban>
      <ban uuid="4c63f194-c649-4516-b506-cf2e75de4078">
        <ip>192.241.212.99</ip>
        <time>1681624620</time>
      </ban>
      <ban uuid="7720f504-41dc-4bc1-a745-5248f281b240">
        <ip>137.184.30.140</ip>
        <time>1681627380</time>
      </ban>
      <ban uuid="e68f6378-8086-422e-9364-8354ddc053a5">
        <ip>198.199.117.94</ip>
        <time>1681632780</time>
      </ban>
      <ban uuid="6bfe254b-ef83-4c4e-a91e-710b0f37180b">
        <ip>165.22.227.187</ip>
        <time>1681639740</time>
      </ban>
      <ban uuid="7f930b4a-723f-46a8-970a-19997f2eb66e">
        <ip>107.170.249.24</ip>
        <time>1681665780</time>
      </ban>
      <ban uuid="2233950d-6527-429b-b5bf-49f887180aba">
        <ip>157.245.42.54</ip>
        <time>1681669740</time>
      </ban>
      <ban uuid="c12aaea6-e869-4683-97a7-e64dae8a9d4a">
        <ip>192.241.213.74</ip>
        <time>1681682582</time>
      </ban>
      <ban uuid="281504d5-273e-45e7-895e-b90566158ab0">
        <ip>107.170.192.6</ip>
        <time>1681704300</time>
      </ban>
      <ban uuid="401ef258-d694-40c4-8a0e-140e4427171c">
        <ip>192.241.234.5</ip>
        <time>1681719240</time>
      </ban>
      <ban uuid="5b69bcd7-9179-461a-a4e4-d3e58e2fcf20">
        <ip>192.241.227.24</ip>
        <time>1681722300</time>
      </ban>
      <ban uuid="a822dba8-7168-4feb-b034-7a3c26b08ef1">
        <ip>138.68.208.16</ip>
        <time>1681725360</time>
      </ban>
      <ban uuid="51e785b9-64f7-4700-989c-cbfa4181b07e">
        <ip>192.241.225.18</ip>
        <time>1681725540</time>
      </ban>
      <ban uuid="f114cc96-b690-4d05-8160-3e7cb8269322">
        <ip>143.198.128.123</ip>
        <time>1681728840</time>
      </ban>
      <ban uuid="ebd95aa8-e15d-42f7-9518-87152e28d03a">
        <ip>162.243.140.29</ip>
        <time>1681768860</time>
      </ban>
      <ban uuid="87e2f936-0224-41a2-8463-5a27073e0418">
        <ip>149.18.73.52</ip>
        <time>1681769640</time>
      </ban>
      <ban uuid="7a2e17cb-16e7-4852-9d75-530857b240d5">
        <ip>192.241.198.19</ip>
        <time>1681795980</time>
      </ban>
      <ban uuid="6ec7e766-da87-4fc7-8060-81d921d2ee8c">
        <ip>107.170.233.10</ip>
        <time>1681805580</time>
      </ban>
      <ban uuid="56165617-608b-4414-951e-ed8edaaaf74d">
        <ip>162.243.131.16</ip>
        <time>1681836540</time>
      </ban>
      <ban uuid="9fce48c6-f649-48d7-b885-b22743fd25fc">
        <ip>107.170.245.9</ip>
        <time>1681838760</time>
      </ban>
      <ban uuid="f8aea666-eea3-41a9-8b8c-e120ffb9c753">
        <ip>107.170.232.16</ip>
        <time>1681855260</time>
      </ban>
      <ban uuid="cac7502f-c9a7-4d99-be8a-62f80c6c5110">
        <ip>192.241.230.21</ip>
        <time>1681877160</time>
      </ban>
      <ban uuid="7eac108a-d14a-462c-8192-1643c857d0c7">
        <ip>167.172.17.111</ip>
        <time>1681880880</time>
      </ban>
      <ban uuid="bfc0afa2-f135-4241-b591-5250c82b9b1f">
        <ip>107.170.241.8</ip>
        <time>1681892040</time>
      </ban>
      <ban uuid="9f75a33e-4e33-465f-9731-818c2809e749">
        <ip>107.170.230.13</ip>
        <time>1681917720</time>
      </ban>
      <ban uuid="0f928ba3-33a0-4fc6-83ca-8f388013f00c">
        <ip>107.170.242.13</ip>
        <time>1681918020</time>
      </ban>
      <ban uuid="30114dcd-f226-4b72-8cf8-8174ccef3983">
        <ip>170.64.178.176</ip>
        <time>1681921980</time>
      </ban>
      <ban uuid="800270fa-dc51-466f-9f88-ae89ac91466f">
        <ip>192.241.217.22</ip>
        <time>1681933920</time>
      </ban>
      <ban uuid="c497900e-10b7-4d76-9433-ffc3aa9d133b">
        <ip>45.88.67.203</ip>
        <time>1681938480</time>
      </ban>
      <ban uuid="8c64fc75-d931-4580-82b7-9e127784da65">
        <ip>192.241.208.114</ip>
        <time>1681941720</time>
      </ban>
      <ban uuid="72338571-53e9-4365-ab13-9fdfddeb5c4b">
        <ip>159.203.132.54</ip>
        <time>1681942800</time>
      </ban>
      <ban uuid="51c113df-aec3-4c5a-a60c-14ce48e3baca">
        <ip>143.198.88.48</ip>
        <time>1681951140</time>
      </ban>
      <ban uuid="f49bcd2f-991e-4731-b0af-e2cd44f01eb5">
        <ip>185.246.188.74</ip>
        <time>1681952700</time>
      </ban>
      <ban uuid="3ff7db4b-9521-4993-8065-03ba3883f950">
        <ip>198.199.108.106</ip>
        <time>1681958640</time>
      </ban>
      <ban uuid="09f14bce-4930-4f49-8789-5585a3a6a56f">
        <ip>198.199.98.36</ip>
        <time>1681958640</time>
      </ban>
      <ban uuid="d8767bf2-c0ed-4bf9-b6f9-4425907c91cf">
        <ip>192.241.227.9</ip>
        <time>1681963500</time>
      </ban>
      <ban uuid="c4a40d5e-258b-45e5-9e8f-4c36772899e7">
        <ip>143.110.216.71</ip>
        <time>1681968181</time>
      </ban>
      <ban uuid="e404de2f-2c6e-4019-bc12-36fba4afd00c">
        <ip>192.241.231.10</ip>
        <time>1681978500</time>
      </ban>
      <ban uuid="1aa0f214-e77c-414b-9878-12352b0140dd">
        <ip>45.33.87.154</ip>
        <time>1682002080</time>
      </ban>
      <ban uuid="10a5219c-06a3-4fa5-a8d1-9e35165fffe3">
        <ip>107.170.228.17</ip>
        <time>1682002740</time>
      </ban>
      <ban uuid="aceac3bd-e242-4318-9a76-80024ca4b813">
        <ip>198.199.95.29</ip>
        <time>1682002920</time>
      </ban>
      <ban uuid="7b7a64cb-3c88-4b28-a33c-3aa3d372be3d">
        <ip>198.199.97.153</ip>
        <time>1682028060</time>
      </ban>
      <ban uuid="b3c58b76-624d-45cc-b7ec-9860929b4ff1">
        <ip>107.170.228.25</ip>
        <time>1682031360</time>
      </ban>
      <ban uuid="d7a5e72a-de5e-42ea-86c7-143481e40f0b">
        <ip>35.216.216.100</ip>
        <time>1682041500</time>
      </ban>
      <ban uuid="d4f9e48f-2f1a-4c53-8c2b-fd8c361e0bb3">
        <ip>104.152.52.200</ip>
        <time>1682047140</time>
      </ban>
      <ban uuid="d49bbe84-7a4c-46d1-92c3-9ac3cb5a28a2">
        <ip>192.241.220.13</ip>
        <time>1682050020</time>
      </ban>
      <ban uuid="7a088285-1d45-4f88-8f62-f1937de385f1">
        <ip>157.245.105.94</ip>
        <time>1682054820</time>
      </ban>
      <ban uuid="bf863b66-7e86-4bf7-b9ea-a834a412f2df">
        <ip>170.64.150.46</ip>
        <time>1682071680</time>
      </ban>
      <ban uuid="f8174b8b-f648-42ea-85cb-f27cf1cca038">
        <ip>192.241.221.20</ip>
        <time>1682088780</time>
      </ban>
      <ban uuid="986ba27a-fc6b-40bb-bfc6-ffeb31775bb0">
        <ip>146.190.119.114</ip>
        <time>1682101440</time>
      </ban>
      <ban uuid="d02d47f3-9c40-43a0-87c0-accb28d7c5ff">
        <ip>174.138.84.150</ip>
        <time>1682133660</time>
      </ban>
      <ban uuid="04d507e7-2a68-4841-9f6a-0089bb911f06">
        <ip>192.241.194.54</ip>
        <time>1682136720</time>
      </ban>
      <ban uuid="5100f34b-46c1-4f0e-b399-05ab34a25c85">
        <ip>198.199.117.207</ip>
        <time>1682136840</time>
      </ban>
      <ban uuid="641f48a9-28a3-4b37-baf0-14e2b0cb4ad7">
        <ip>104.199.31.214</ip>
        <time>1682137620</time>
      </ban>
      <ban uuid="decf97bc-362f-42b5-8aa0-7f044d4dfc2e">
        <ip>162.243.140.34</ip>
        <time>1682151240</time>
      </ban>
      <ban uuid="49df445f-8811-49b6-add0-1c84105cc861">
        <ip>194.55.224.58</ip>
        <time>1682169060</time>
      </ban>
      <ban uuid="56e6cc10-0516-4fc6-bae0-38da6ea7a109">
        <ip>192.241.218.14</ip>
        <time>1682177941</time>
      </ban>
      <ban uuid="4aedc6c2-6db4-4feb-9be9-f71b76667641">
        <ip>64.226.111.97</ip>
        <time>1682185800</time>
      </ban>
      <ban uuid="015308ae-b584-4c2d-a3d6-23d9ea5c4a07">
        <ip>18.169.104.215</ip>
        <time>1682199360</time>
      </ban>
      <ban uuid="9c918b2c-3f4b-4284-8982-fb7c2e77a4f6">
        <ip>159.203.224.15</ip>
        <time>1682200920</time>
      </ban>
      <ban uuid="3c4cc8b3-8849-44e7-a668-998240066538">
        <ip>54.179.145.116</ip>
        <time>1682209320</time>
      </ban>
      <ban uuid="39f2d64d-3e8d-4de7-b251-57b562905c94">
        <ip>13.229.56.160</ip>
        <time>1682209500</time>
      </ban>
      <ban uuid="70abd405-a0d5-4d26-b5e4-1b15a5653e6e">
        <ip>34.217.95.132</ip>
        <time>1682210940</time>
      </ban>
      <ban uuid="59da8034-059b-4b84-8337-0949dbabe670">
        <ip>13.39.161.137</ip>
        <time>1682220660</time>
      </ban>
      <ban uuid="4fda5f53-ac6f-4460-966d-851dfa97dad1">
        <ip>138.68.77.78</ip>
        <time>1682222880</time>
      </ban>
      <ban uuid="7cf3b205-40b9-4840-b2a7-fef31510078a">
        <ip>107.170.231.15</ip>
        <time>1682223240</time>
      </ban>
      <ban uuid="eeee82be-dce2-4476-9646-0e8b7f58d963">
        <ip>83.143.86.62</ip>
        <time>1682232780</time>
      </ban>
      <ban uuid="f7169113-3c2f-46d2-a88c-3e2f45536601">
        <ip>65.0.31.137</ip>
        <time>1682237520</time>
      </ban>
      <ban uuid="2a84aa64-6a46-4008-984a-deea9104cf76">
        <ip>13.48.71.249</ip>
        <time>1682244420</time>
      </ban>
      <ban uuid="aeba415d-7c4c-49e9-a833-846359503f75">
        <ip>3.208.10.11</ip>
        <time>1682246520</time>
      </ban>
      <ban uuid="0ee2de5d-dfc1-46d5-9461-ca3537dda9a0">
        <ip>52.37.126.241</ip>
        <time>1682247060</time>
      </ban>
      <ban uuid="6ecc0466-6a38-48e5-b9f1-36cf32d8f001">
        <ip>13.51.47.168</ip>
        <time>1682247420</time>
      </ban>
      <ban uuid="d2140c6c-65d1-4a2c-a4f2-4c7a8d069d91">
        <ip>3.38.105.164</ip>
        <time>1682248200</time>
      </ban>
      <ban uuid="48b7f7b1-9f18-4dfb-bef8-55df7f42519e">
        <ip>34.219.224.59</ip>
        <time>1682249160</time>
      </ban>
      <ban uuid="0a056d99-ba00-4f02-a799-569013788a97">
        <ip>35.88.104.71</ip>
        <time>1682250420</time>
      </ban>
      <ban uuid="75cb9035-fb7d-4486-b96c-de582dc11d96">
        <ip>3.37.17.72</ip>
        <time>1682253420</time>
      </ban>
      <ban uuid="cac86dd1-26e7-4a83-885f-16ba72b910d2">
        <ip>107.170.234.17</ip>
        <time>1682259600</time>
      </ban>
      <ban uuid="7f168d3f-af79-4357-9d50-9f4d38bc7258">
        <ip>107.170.243.15</ip>
        <time>1682262181</time>
      </ban>
      <ban uuid="78e3390d-7e92-416a-b32b-8cd3559aa784">
        <ip>107.170.233.4</ip>
        <time>1682262360</time>
      </ban>
      <ban uuid="11026d85-505c-4ecc-9e0c-800d1ba1ab51">
        <ip>107.170.249.23</ip>
        <time>1682287381</time>
      </ban>
      <ban uuid="c387f8fa-324c-4950-a762-8be15eb9b171">
        <ip>138.197.24.249</ip>
        <time>1682291820</time>
      </ban>
      <ban uuid="d79d5025-57c0-454f-b4fd-5f146186505b">
        <ip>192.241.195.5</ip>
        <time>1682309700</time>
      </ban>
      <ban uuid="1a5c7847-bcc5-4563-b411-a066c220a3b9">
        <ip>198.199.118.8</ip>
        <time>1682324100</time>
      </ban>
      <ban uuid="e6d1ef11-7a40-4c6c-b831-c7ccf99700b1">
        <ip>141.98.10.97</ip>
        <time>1682330100</time>
      </ban>
      <ban uuid="148f33c4-520f-4738-8910-dd351495e0a0">
        <ip>162.243.149.17</ip>
        <time>1682330700</time>
      </ban>
      <ban uuid="d0cee099-b621-4007-9990-b2920a9f397f">
        <ip>79.124.59.170</ip>
        <time>1682343000</time>
      </ban>
      <ban uuid="39d68be4-3559-4605-9cd8-8ad37ad7f473">
        <ip>179.43.163.111</ip>
        <time>1682348100</time>
      </ban>
      <ban uuid="9e844450-d0ab-4aee-8d0b-b76071435c53">
        <ip>188.166.73.67</ip>
        <time>1682366820</time>
      </ban>
      <ban uuid="3bdc94ff-1b3c-4599-87d4-dc8ef25f2bb2">
        <ip>162.243.144.15</ip>
        <time>1682373840</time>
      </ban>
      <ban uuid="e64db040-ab72-473e-8386-5aed93158e16">
        <ip>198.199.98.40</ip>
        <time>1682374560</time>
      </ban>
      <ban uuid="4d452ae6-4102-49cb-ad11-0a365e9b4ea2">
        <ip>165.232.78.119</ip>
        <time>1682387640</time>
      </ban>
      <ban uuid="cd796c5a-594c-4eec-b899-5e5637326ae7">
        <ip>85.90.247.38</ip>
        <time>1682393400</time>
      </ban>
      <ban uuid="3ecafded-c8db-45e7-b784-f7219bcd1901">
        <ip>192.241.195.51</ip>
        <time>1682395980</time>
      </ban>
      <ban uuid="4d688122-446d-4beb-bf88-1217242875d4">
        <ip>192.241.218.16</ip>
        <time>1682399040</time>
      </ban>
      <ban uuid="0ef78f84-9f44-4b41-b659-08f82dd325cb">
        <ip>58.187.9.230</ip>
        <time>1682400720</time>
      </ban>
      <ban uuid="022ddcfa-ed51-42d7-96a7-1ef9e175af53">
        <ip>192.241.235.9</ip>
        <time>1682410500</time>
      </ban>
      <ban uuid="ad7e4286-be7a-43ee-b8c7-8d92a8504b06">
        <ip>35.216.229.26</ip>
        <time>1682434380</time>
      </ban>
      <ban uuid="7fd43531-5621-4522-9d59-30f03c6f5486">
        <ip>104.244.77.23</ip>
        <time>1682442000</time>
      </ban>
      <ban uuid="7cb2605d-7118-48b8-8d2b-0ed15cd6a5cb">
        <ip>107.170.229.7</ip>
        <time>1682444760</time>
      </ban>
      <ban uuid="2d1dfa28-3ba5-43d0-8260-c87ffedb2f6f">
        <ip>45.55.0.14</ip>
        <time>1682446800</time>
      </ban>
      <ban uuid="2bc313a7-1af0-4343-b413-8bb4cc7d9f7a">
        <ip>162.243.148.14</ip>
        <time>1682460120</time>
      </ban>
      <ban uuid="b8570868-85fb-4b03-9670-47484838aba9">
        <ip>154.62.182.2</ip>
        <time>1682460300</time>
      </ban>
      <ban uuid="4d50f0bb-b2b2-4edf-a80f-9a5ab867e8cb">
        <ip>104.152.52.202</ip>
        <time>1682478240</time>
      </ban>
      <ban uuid="94453ca6-6ee8-4c9c-832a-54389c8bf125">
        <ip>192.241.209.56</ip>
        <time>1682482620</time>
      </ban>
      <ban uuid="966ecb1e-99e5-43b1-b3ca-4d2ec641b071">
        <ip>162.243.128.23</ip>
        <time>1682496960</time>
      </ban>
      <ban uuid="85a24294-42dc-4eb7-bad4-e94886f89e99">
        <ip>194.110.203.111</ip>
        <time>1682508060</time>
      </ban>
      <ban uuid="4e50f646-289f-474b-b922-cd36f0ed3275">
        <ip>147.182.144.81</ip>
        <time>1682526600</time>
      </ban>
      <ban uuid="2dcb00da-0a3d-4cda-8b46-fdcd312bb8b1">
        <ip>107.170.246.12</ip>
        <time>1682529120</time>
      </ban>
      <ban uuid="f9ffbdac-1281-44c2-889a-b90694059edf">
        <ip>107.170.226.19</ip>
        <time>1682531821</time>
      </ban>
      <ban uuid="7f1f7895-85f2-4a83-91ab-8b5ddd7d01c9">
        <ip>165.22.246.41</ip>
        <time>1682555640</time>
      </ban>
      <ban uuid="6aa31753-2047-47ff-bee3-7ea57a530558">
        <ip>162.243.133.21</ip>
        <time>1682563140</time>
      </ban>
      <ban uuid="3edfa95b-ed4c-4544-8495-4fe51c242a87">
        <ip>162.243.141.23</ip>
        <time>1682568900</time>
      </ban>
      <ban uuid="f518ade0-0181-475a-b305-c5f3c359bd21">
        <ip>162.243.148.20</ip>
        <time>1682583420</time>
      </ban>
      <ban uuid="b8222441-08ea-48bb-8436-1d1a0e4991d3">
        <ip>107.170.241.5</ip>
        <time>1682591460</time>
      </ban>
      <ban uuid="b55198c1-638f-4450-a046-4502d150df5f">
        <ip>139.59.88.20</ip>
        <time>1682591820</time>
      </ban>
      <ban uuid="9d287bbb-b518-462c-b2e9-eee837525563">
        <ip>164.68.106.254</ip>
        <time>1682625660</time>
      </ban>
      <ban uuid="e86f6eaa-038f-4600-ac3d-b59b24cdbe8a">
        <ip>198.199.101.158</ip>
        <time>1682632981</time>
      </ban>
      <ban uuid="cd81ba3c-ce21-4920-b698-5f1acc547b81">
        <ip>45.55.0.5</ip>
        <time>1682655480</time>
      </ban>
      <ban uuid="c138dc07-9f8d-4df3-ab02-07cb3de61c42">
        <ip>192.241.209.125</ip>
        <time>1682664120</time>
      </ban>
      <ban uuid="2af51389-1e65-46b0-9919-3367762ffe9f">
        <ip>198.199.96.173</ip>
        <time>1682669820</time>
      </ban>
      <ban uuid="16d1c874-e7c7-406d-b75d-547a7dff0275">
        <ip>185.224.128.15</ip>
        <time>1682691480</time>
      </ban>
      <ban uuid="d470ab73-bf5b-4990-bec5-2b53f608ae52">
        <ip>107.170.243.9</ip>
        <time>1682700420</time>
      </ban>
      <ban uuid="9b632816-81d8-4421-8e4e-1de6649abad8">
        <ip>162.243.133.13</ip>
        <time>1682719440</time>
      </ban>
      <ban uuid="83108747-5e06-4777-b06e-475255c73b2f">
        <ip>192.241.206.6</ip>
        <time>1682723100</time>
      </ban>
      <ban uuid="74c58eed-d8c4-43de-9544-f8aaa48c153f">
        <ip>43.201.9.90</ip>
        <time>1682750520</time>
      </ban>
      <ban uuid="1f11c4b2-c171-47f5-98c4-687ba3eb6270">
        <ip>3.36.62.238</ip>
        <time>1682771160</time>
      </ban>
      <ban uuid="e4527b66-7ba8-42fb-bb6b-0cf27e3a221c">
        <ip>13.209.96.27</ip>
        <time>1682778720</time>
      </ban>
      <ban uuid="52c32366-80bc-4960-b227-0b8075144e42">
        <ip>3.237.43.112</ip>
        <time>1682780340</time>
      </ban>
      <ban uuid="7d7705ec-9517-41be-9023-4cb6c7ec0919">
        <ip>35.187.98.121</ip>
        <time>1682784840</time>
      </ban>
      <ban uuid="3eb060d4-a746-40f2-8d51-03a800129f3d">
        <ip>54.180.92.114</ip>
        <time>1682787060</time>
      </ban>
      <ban uuid="bef1fe6f-3c15-42db-a744-ce65c81e2812">
        <ip>3.80.3.41</ip>
        <time>1682788920</time>
      </ban>
      <ban uuid="9a3532da-c7a9-4d37-b938-52ed4acacd45">
        <ip>192.241.226.14</ip>
        <time>1682791080</time>
      </ban>
      <ban uuid="267c93d7-6e2e-4db5-80b6-549c13ad64c8">
        <ip>43.201.36.53</ip>
        <time>1682795640</time>
      </ban>
      <ban uuid="5e814752-14f7-4a17-a4b2-2c5e8c309c9a">
        <ip>3.0.99.255</ip>
        <time>1682797680</time>
      </ban>
      <ban uuid="649daeb3-60a0-46be-8895-a7ed942333cb">
        <ip>35.165.248.190</ip>
        <time>1682800500</time>
      </ban>
      <ban uuid="3c91c670-d707-4259-8b18-85b022160113">
        <ip>192.241.217.12</ip>
        <time>1682805960</time>
      </ban>
      <ban uuid="865e2a3b-ecef-4fc6-8cee-fbff48361e40">
        <ip>52.79.130.201</ip>
        <time>1682806680</time>
      </ban>
      <ban uuid="9b228db7-12e1-453d-9f34-764f45947b04">
        <ip>52.79.195.39</ip>
        <time>1682814540</time>
      </ban>
      <ban uuid="6de4bb80-10b5-4913-9cef-c1bcaec7b162">
        <ip>138.68.153.47</ip>
        <time>1682832480</time>
      </ban>
      <ban uuid="f59a55be-1960-4146-811a-b8b3d66793fa">
        <ip>159.203.208.16</ip>
        <time>1682838540</time>
      </ban>
      <ban uuid="2b296751-18fa-4b00-ae92-4bbc9bc1e3d6">
        <ip>107.170.192.16</ip>
        <time>1682845800</time>
      </ban>
      <ban uuid="c0e25015-b8a1-494f-8f2b-81b8504be2c2">
        <ip>167.71.110.50</ip>
        <time>1682853060</time>
      </ban>
      <ban uuid="79b97c03-3717-4180-aef4-23eb48f20efd">
        <ip>142.93.230.82</ip>
        <time>1682862900</time>
      </ban>
      <ban uuid="741c8a5d-4c1e-44cf-b719-a49cf30ebdef">
        <ip>139.59.92.234</ip>
        <time>1682883780</time>
      </ban>
      <ban uuid="23d96c67-2800-48f9-b784-080fcc0a126a">
        <ip>198.199.98.30</ip>
        <time>1682892360</time>
      </ban>
      <ban uuid="df843512-b351-4eff-a881-82d1d7f47e5e">
        <ip>104.152.52.149</ip>
        <time>1682910900</time>
      </ban>
      <ban uuid="f2b266ba-aa4d-4ec1-95b4-d9d66a1d759b">
        <ip>43.156.150.82</ip>
        <time>1682916180</time>
      </ban>
      <ban uuid="3a700d08-58e4-4c7a-a359-a49adbc01592">
        <ip>107.170.227.31</ip>
        <time>1682929140</time>
      </ban>
      <ban uuid="73ecbf6e-ac2e-4fd6-ad50-82bfd3105e27">
        <ip>192.241.230.8</ip>
        <time>1682947080</time>
      </ban>
      <ban uuid="431b1703-f18d-47d2-b8a1-6c02844f8e5c">
        <ip>137.184.164.133</ip>
        <time>1682962320</time>
      </ban>
      <ban uuid="b5a6f89b-1431-423f-9223-df07a3900be4">
        <ip>107.170.232.12</ip>
        <time>1682965200</time>
      </ban>
      <ban uuid="a7719455-9b8b-46f8-904f-4dd2b6f12f2f">
        <ip>144.126.211.36</ip>
        <time>1682996040</time>
      </ban>
      <ban uuid="8901845f-dc71-48bd-84a2-aa95c5a43fc4">
        <ip>94.102.56.151</ip>
        <time>1683003120</time>
      </ban>
      <ban uuid="6450cad0-34bf-469b-a0ca-aeb6461321f3">
        <ip>192.241.215.18</ip>
        <time>1683005880</time>
      </ban>
      <ban uuid="fe6516df-aca3-4c96-9c22-4c9a3e14fde1">
        <ip>107.170.250.18</ip>
        <time>1683031500</time>
      </ban>
      <ban uuid="7be37a5a-22d3-418d-b426-f6fc35332a33">
        <ip>84.160.35.251</ip>
        <time>1683037440</time>
      </ban>
      <ban uuid="717dccf1-f52e-4cc1-b37d-d5df96b8fd47">
        <ip>159.223.85.54</ip>
        <time>1683046020</time>
      </ban>
      <ban uuid="786a4f4d-3587-4a33-9e7c-5fa3796dd739">
        <ip>198.199.109.53</ip>
        <time>1683051780</time>
      </ban>
      <ban uuid="5a8fbc1a-7262-4b59-aa5e-0a42e1c88436">
        <ip>192.241.236.20</ip>
        <time>1683065220</time>
      </ban>
      <ban uuid="38c044d1-b978-45dd-a7da-23415dfc6a0b">
        <ip>167.172.54.3</ip>
        <time>1683067080</time>
      </ban>
      <ban uuid="66464e16-ec60-4378-ac43-c8ad245906c1">
        <ip>80.82.78.39</ip>
        <time>1683113700</time>
      </ban>
      <ban uuid="e3d36950-e5af-4649-b58d-2505fd060ea8">
        <ip>162.243.132.20</ip>
        <time>1683116700</time>
      </ban>
      <ban uuid="a0dda71b-ceef-46a2-9e57-b63d5c0a6ff4">
        <ip>162.243.151.21</ip>
        <time>1683142200</time>
      </ban>
      <ban uuid="e6b29089-649c-4ed8-9c64-e2a9d4a227c6">
        <ip>192.241.206.81</ip>
        <time>1683151740</time>
      </ban>
      <ban uuid="3917584b-34ab-43ae-9578-b970bb68553e">
        <ip>192.241.236.34</ip>
        <time>1683168360</time>
      </ban>
      <ban uuid="2b07731a-3ea3-48a0-b233-a512f77d906b">
        <ip>162.243.145.19</ip>
        <time>1683184380</time>
      </ban>
      <ban uuid="7b61c141-947c-47ee-9050-0732fef700ca">
        <ip>198.199.92.229</ip>
        <time>1683198540</time>
      </ban>
      <ban uuid="6b29ddbc-1fa4-42c3-9797-bcf26542f82c">
        <ip>143.198.170.114</ip>
        <time>1683200820</time>
      </ban>
      <ban uuid="ac10436a-b068-4c03-a396-ed0b104a6da8">
        <ip>5.39.220.78</ip>
        <time>1683200880</time>
      </ban>
      <ban uuid="af182976-d8e7-48a1-9cbc-75f1abeac7db">
        <ip>167.71.133.68</ip>
        <time>1683225600</time>
      </ban>
      <ban uuid="d144cb63-da79-46d1-aa74-2df62659a900">
        <ip>43.163.192.211</ip>
        <time>1683226920</time>
      </ban>
      <ban uuid="bd0fe571-8bcb-4514-9eb7-943fcb579940">
        <ip>185.81.68.113</ip>
        <time>1683231840</time>
      </ban>
      <ban uuid="3220095f-2398-4e76-a0d2-ef07ec7b7796">
        <ip>139.144.176.56</ip>
        <time>1683254400</time>
      </ban>
      <ban uuid="0694f46c-b97e-4f03-8cc0-dda6e2dad42f">
        <ip>192.241.210.70</ip>
        <time>1683255420</time>
      </ban>
      <ban uuid="f7b0cfc3-5b54-4c92-acfc-5c14d50ff15a">
        <ip>209.38.224.243</ip>
        <time>1683273540</time>
      </ban>
      <ban uuid="a8f12012-d95e-4a78-adfe-b0c583ebf96b">
        <ip>198.199.104.98</ip>
        <time>1683274920</time>
      </ban>
      <ban uuid="c324c29e-9bb1-4183-b004-7c1171c28400">
        <ip>170.64.165.173</ip>
        <time>1683301620</time>
      </ban>
      <ban uuid="98dec8ee-1411-49b5-819f-0f08e1a3290e">
        <ip>192.241.209.135</ip>
        <time>1683310560</time>
      </ban>
      <ban uuid="66581eb1-7498-4388-ac3f-4388f2240497">
        <ip>192.241.216.19</ip>
        <time>1683324660</time>
      </ban>
      <ban uuid="d11889f0-43f8-4f71-9c0e-ef4f291bf647">
        <ip>107.170.250.19</ip>
        <time>1683341880</time>
      </ban>
      <ban uuid="1ac8c672-0c2a-4fd7-9f6b-8503b7a4d2a1">
        <ip>104.152.52.177</ip>
        <time>1683342540</time>
      </ban>
      <ban uuid="2abe6ea4-1bd1-48aa-98ec-4276256312eb">
        <ip>162.243.136.16</ip>
        <time>1683358140</time>
      </ban>
      <ban uuid="cbc2bb2f-5ac0-4333-9ae5-9ceb2313a9ff">
        <ip>198.199.94.57</ip>
        <time>1683362640</time>
      </ban>
      <ban uuid="1ecaa049-3e6e-40de-8c1d-03a3718fbc59">
        <ip>188.166.176.144</ip>
        <time>1683385620</time>
      </ban>
      <ban uuid="9b7c8cfd-021f-41b9-8790-2ac5080c4085">
        <ip>107.170.245.17</ip>
        <time>1683392760</time>
      </ban>
      <ban uuid="c4850e32-f8da-42ce-a9ff-e991d8047177">
        <ip>107.170.241.28</ip>
        <time>1683427920</time>
      </ban>
      <ban uuid="64a52322-c1c0-4e22-9363-9e5fb32ac0d4">
        <ip>64.227.148.8</ip>
        <time>1683430620</time>
      </ban>
      <ban uuid="c73558d7-b39e-4a71-a80b-4a0d726ac0ac">
        <ip>192.241.234.7</ip>
        <time>1683447660</time>
      </ban>
      <ban uuid="36433535-dd50-43d5-81d9-d6d11d8b4a05">
        <ip>103.187.191.151</ip>
        <time>1683484020</time>
      </ban>
      <ban uuid="215862a7-cd70-4f71-901a-9bfc06f050d3">
        <ip>103.187.191.143</ip>
        <time>1683484020</time>
      </ban>
      <ban uuid="509cfc5a-8f71-4c08-a671-eef635922695">
        <ip>45.55.0.10</ip>
        <time>1683494880</time>
      </ban>
      <ban uuid="4b282fef-8c35-4fb8-92f4-ac5b27ade11f">
        <ip>45.155.91.58</ip>
        <time>1683508980</time>
      </ban>
      <ban uuid="cbd3531d-a06c-4e2a-9ab8-6ac8e87311bf">
        <ip>45.55.0.31</ip>
        <time>1683514800</time>
      </ban>
      <ban uuid="a7ab3e7b-75f7-48f1-a122-95c9a085bc7a">
        <ip>167.99.190.186</ip>
        <time>1683524880</time>
      </ban>
      <ban uuid="2b426271-a06c-4c2e-8964-d154ae00fb59">
        <ip>162.243.140.38</ip>
        <time>1683534360</time>
      </ban>
      <ban uuid="37be23a6-2a09-42eb-9c25-4984de148246">
        <ip>107.170.234.14</ip>
        <time>1683560100</time>
      </ban>
      <ban uuid="7cfd61e3-89a4-4abc-a34a-ee2cc4a9b8de">
        <ip>192.241.214.12</ip>
        <time>1683569820</time>
      </ban>
      <ban uuid="96f43754-952e-4460-9085-74acac8bde2d">
        <ip>35.216.166.62</ip>
        <time>1683608700</time>
      </ban>
      <ban uuid="d1b008b5-139c-42af-943c-4e511b1854f6">
        <ip>162.243.147.28</ip>
        <time>1683649440</time>
      </ban>
      <ban uuid="4c63630c-89bb-4c76-87d4-ac21160ff7c3">
        <ip>157.245.104.113</ip>
        <time>1683656640</time>
      </ban>
      <ban uuid="23165d0f-21f5-4268-be92-7750736d0e32">
        <ip>162.243.144.8</ip>
        <time>1683672120</time>
      </ban>
      <ban uuid="b6a82d03-a317-47e7-aa22-d2a02ceea51a">
        <ip>35.216.237.60</ip>
        <time>1683672360</time>
      </ban>
      <ban uuid="a63802f1-0eb7-4a3e-98d0-67fce1d522cd">
        <ip>107.170.228.11</ip>
        <time>1683675240</time>
      </ban>
      <ban uuid="7720c173-d39e-4b7e-a93e-d114d1942a45">
        <ip>142.93.220.159</ip>
        <time>1683709382</time>
      </ban>
      <ban uuid="5c0cf016-cc5e-432f-a3c3-c83895981ed4">
        <ip>198.199.112.107</ip>
        <time>1683720720</time>
      </ban>
      <ban uuid="de395187-76cf-4cda-97ba-4326e520d270">
        <ip>159.203.192.17</ip>
        <time>1683723120</time>
      </ban>
      <ban uuid="d8974238-9bd9-4ba8-9c36-92bc250de336">
        <ip>107.170.229.5</ip>
        <time>1683723240</time>
      </ban>
      <ban uuid="563c002f-2300-4f12-91b0-e7b4b3cdd8a1">
        <ip>162.243.146.4</ip>
        <time>1683724860</time>
      </ban>
      <ban uuid="0cec7972-505c-4017-a3c9-20a1f3b2e357">
        <ip>192.241.195.38</ip>
        <time>1683733020</time>
      </ban>
      <ban uuid="83ef5aea-ff9e-465d-932f-b1dedd1eb6b0">
        <ip>64.227.129.151</ip>
        <time>1683748620</time>
      </ban>
      <ban uuid="50e535bc-dd5b-49e6-8e73-26b59bbc7009">
        <ip>162.243.129.33</ip>
        <time>1683762120</time>
      </ban>
      <ban uuid="90b4df16-19f4-4208-a3b1-347f9dc38827">
        <ip>162.243.138.10</ip>
        <time>1683773100</time>
      </ban>
      <ban uuid="3c12cb16-ab34-4837-8c86-b3c1a3beb5ef">
        <ip>104.152.52.110</ip>
        <time>1683774540</time>
      </ban>
      <ban uuid="235ec7bd-4f38-4c62-a843-a1874db2ff9d">
        <ip>157.245.33.29</ip>
        <time>1683790020</time>
      </ban>
      <ban uuid="387c9f3c-892b-434e-9d4d-b15ec93a2600">
        <ip>54.144.61.28</ip>
        <time>1683808860</time>
      </ban>
      <ban uuid="140e097a-6a87-4ec9-88ac-3cce4293a5bf">
        <ip>198.199.92.198</ip>
        <time>1683811200</time>
      </ban>
      <ban uuid="12d1d4eb-c0a4-416b-a1cd-5da64c235c7d">
        <ip>192.241.235.23</ip>
        <time>1683812640</time>
      </ban>
      <ban uuid="1d10d9aa-71b2-4c2b-b7aa-5fc9e485ef50">
        <ip>192.241.236.45</ip>
        <time>1683819600</time>
      </ban>
      <ban uuid="9d55f290-be9b-43fb-8498-f20cdaab6356">
        <ip>198.199.93.53</ip>
        <time>1683825780</time>
      </ban>
      <ban uuid="c64a4e44-e927-49c4-aae1-7ea9a0ee6313">
        <ip>159.89.86.41</ip>
        <time>1683848520</time>
      </ban>
      <ban uuid="7d429a61-214b-4da8-a42a-234cbd24ab30">
        <ip>164.92.236.27</ip>
        <time>1683865320</time>
      </ban>
      <ban uuid="7716e9e4-a40a-4cc7-8ea6-8d0f4909d7a0">
        <ip>164.90.138.191</ip>
        <time>1683882780</time>
      </ban>
      <ban uuid="01a02272-0e72-4102-ba93-85dcf4bd6058">
        <ip>192.241.207.99</ip>
        <time>1683888240</time>
      </ban>
      <ban uuid="ce77fd68-11ac-4957-910d-60c9daf11a83">
        <ip>45.55.0.6</ip>
        <time>1683905880</time>
      </ban>
      <ban uuid="a07623ab-3767-4e95-9b84-b80d079c3f07">
        <ip>54.89.26.227</ip>
        <time>1683918060</time>
      </ban>
      <ban uuid="6e8f074c-e01f-47d6-bcbd-b19f4fc617b6">
        <ip>104.236.67.245</ip>
        <time>1683919500</time>
      </ban>
      <ban uuid="dbe20164-0d5e-4d15-9bc3-882430e3f66b">
        <ip>167.99.70.130</ip>
        <time>1683924840</time>
      </ban>
      <ban uuid="4f818d90-961d-469f-a533-4841d6fefcf5">
        <ip>159.65.88.171</ip>
        <time>1683929280</time>
      </ban>
      <ban uuid="56dd9303-cb80-46df-b2b2-2c5e6373fce1">
        <ip>172.174.244.191</ip>
        <time>1683938040</time>
      </ban>
      <ban uuid="c2111ad4-ff41-4309-9657-f0e16e7a14ac">
        <ip>161.35.233.14</ip>
        <time>1683952320</time>
      </ban>
      <ban uuid="072c45a0-6217-411a-84dc-d023868c33b0">
        <ip>159.203.30.173</ip>
        <time>1683970800</time>
      </ban>
      <ban uuid="8eef1c83-75d6-49d5-98b7-5a07a6c81b0d">
        <ip>192.241.200.24</ip>
        <time>1683982140</time>
      </ban>
      <ban uuid="ad3200a7-02f3-47d0-9686-0f6ed9ec1258">
        <ip>192.241.206.10</ip>
        <time>1683982260</time>
      </ban>
      <ban uuid="744e4b57-2f30-44cd-a323-b1b5e3180e38">
        <ip>15.235.33.21</ip>
        <time>1683986581</time>
      </ban>
      <ban uuid="8a7f3898-3b7c-46a2-ad98-96221a86f966">
        <ip>192.241.214.8</ip>
        <time>1683992460</time>
      </ban>
      <ban uuid="4cca89aa-089c-4a16-a6c4-3b03aaad4707">
        <ip>74.235.200.99</ip>
        <time>1684013100</time>
      </ban>
      <ban uuid="76820b9f-8c38-427b-8392-e42ad3185fcf">
        <ip>107.170.230.9</ip>
        <time>1684021860</time>
      </ban>
      <ban uuid="94c4c413-61a2-45d4-8a36-3cf55c074537">
        <ip>54.184.14.226</ip>
        <time>1684056420</time>
      </ban>
      <ban uuid="e9b42654-eba7-4e0d-9efc-a9b5337f8fba">
        <ip>162.243.144.26</ip>
        <time>1684059000</time>
      </ban>
      <ban uuid="7ee1c665-efca-4593-9b4a-edd3e6dfcf63">
        <ip>192.241.236.39</ip>
        <time>1684070520</time>
      </ban>
      <ban uuid="bc87fc5f-f31b-42b3-b58f-5133865715f0">
        <ip>34.245.116.52</ip>
        <time>1684071240</time>
      </ban>
      <ban uuid="88c2cd2b-4dc2-4305-828d-4e45f6b4a5ca">
        <ip>107.170.249.22</ip>
        <time>1684078680</time>
      </ban>
      <ban uuid="4cd82fb4-3fca-463a-a3de-190a25e50103">
        <ip>35.216.225.215</ip>
        <time>1684130940</time>
      </ban>
      <ban uuid="30a17ed4-afb4-43e9-a0b0-f81739cf894b">
        <ip>170.64.162.67</ip>
        <time>1684132260</time>
      </ban>
      <ban uuid="c511da0b-9cb4-4b63-a336-a4fe871312de">
        <ip>45.155.76.198</ip>
        <time>1684136700</time>
      </ban>
      <ban uuid="f5c7f1dc-e76a-4380-be5f-9cf97b75cfda">
        <ip>3.224.211.180</ip>
        <time>1684155420</time>
      </ban>
      <ban uuid="115a7461-a1e3-4680-a848-d36b5df492ed">
        <ip>162.243.146.29</ip>
        <time>1684156920</time>
      </ban>
      <ban uuid="ed25fbfa-c60a-4f58-8b3e-ec3455d3482f">
        <ip>107.170.247.18</ip>
        <time>1684158300</time>
      </ban>
      <ban uuid="8aa16258-d085-4a11-953f-7b96f188870b">
        <ip>188.166.223.198</ip>
        <time>1684180200</time>
      </ban>
      <ban uuid="9d04c1d3-8e34-4f5f-b669-69a6525b2057">
        <ip>104.152.52.144</ip>
        <time>1684192920</time>
      </ban>
      <ban uuid="cbd26e2a-3e85-4214-b4ba-a9f786d1c2fe">
        <ip>159.203.208.7</ip>
        <time>1684216620</time>
      </ban>
      <ban uuid="649ad9ef-3375-45c8-8763-e5237608c521">
        <ip>209.38.238.35</ip>
        <time>1684228860</time>
      </ban>
      <ban uuid="afabf2f1-18e2-4887-8fee-b79c93f6886a">
        <ip>107.170.225.28</ip>
        <time>1684241400</time>
      </ban>
      <ban uuid="4c166b23-aff2-4d97-a09f-a97c5a3344be">
        <ip>107.170.237.17</ip>
        <time>1684243380</time>
      </ban>
      <ban uuid="bec1719d-596c-42ca-9666-26a43167a7a6">
        <ip>198.199.119.8</ip>
        <time>1684244700</time>
      </ban>
      <ban uuid="599e8bf9-b287-490c-94ca-e5b65f46fcb6">
        <ip>146.190.88.251</ip>
        <time>1684259820</time>
      </ban>
      <ban uuid="5052b3e8-d7ed-450e-ac94-9aca385d83d4">
        <ip>35.216.190.48</ip>
        <time>1684259940</time>
      </ban>
      <ban uuid="43784c0f-9f25-4021-8d9a-1e25fedcadb1">
        <ip>207.154.200.30</ip>
        <time>1684262400</time>
      </ban>
      <ban uuid="5f30d51e-f83f-4f85-9fed-8d4c2acadd2c">
        <ip>64.227.97.201</ip>
        <time>1684267260</time>
      </ban>
      <ban uuid="2ee8fcae-4b46-4062-8f7e-886d9173a050">
        <ip>107.170.250.13</ip>
        <time>1684276740</time>
      </ban>
      <ban uuid="5f546e68-f852-49d8-a362-b333b32ceffa">
        <ip>162.246.16.194</ip>
        <time>1684279620</time>
      </ban>
      <ban uuid="e804bf34-c25d-4232-a2ee-5372d7570403">
        <ip>62.210.127.220</ip>
        <time>1684299060</time>
      </ban>
      <ban uuid="e53c8d82-d390-4ebb-928a-7c3da715ea93">
        <ip>107.170.243.4</ip>
        <time>1684329840</time>
      </ban>
      <ban uuid="65b439d7-535d-40cc-bff6-9811301838fa">
        <ip>107.170.237.19</ip>
        <time>1684330980</time>
      </ban>
      <ban uuid="cf391dc1-283d-419b-b84e-ab3c7f739bd3">
        <ip>64.226.119.182</ip>
        <time>1684335360</time>
      </ban>
      <ban uuid="d5c23ef3-6d0f-4092-b348-91fabadac175">
        <ip>198.199.117.213</ip>
        <time>1684338060</time>
      </ban>
      <ban uuid="76ec8b81-e997-42df-bfe0-c3c2234fc814">
        <ip>192.241.227.20</ip>
        <time>1684355880</time>
      </ban>
      <ban uuid="2ab0a6d8-03b8-4955-bb94-f93e19e0c854">
        <ip>104.248.83.177</ip>
        <time>1684375620</time>
      </ban>
      <ban uuid="1b9e51c3-0075-44a8-8984-9c08ae5bc100">
        <ip>198.199.108.238</ip>
        <time>1684377900</time>
      </ban>
      <ban uuid="cf28fb12-3440-413f-ac48-38201c848c14">
        <ip>162.243.132.10</ip>
        <time>1684377900</time>
      </ban>
      <ban uuid="5a1646f6-1162-426c-af04-b1ffee1b1590">
        <ip>159.65.44.230</ip>
        <time>1684392300</time>
      </ban>
      <ban uuid="e01a6e81-c099-4dda-967a-698715591758">
        <ip>20.83.165.232</ip>
        <time>1684402980</time>
      </ban>
      <ban uuid="17435472-00c1-4b68-a566-42e8adc00c6c">
        <ip>192.241.197.5</ip>
        <time>1684416240</time>
      </ban>
      <ban uuid="d03fb96d-6f1b-40a1-ac19-8ed6c0f05c84">
        <ip>192.241.206.100</ip>
        <time>1684424640</time>
      </ban>
      <ban uuid="947fde8a-5ae0-4e36-8df1-09b8f5731fc6">
        <ip>159.89.27.10</ip>
        <time>1684435980</time>
      </ban>
      <ban uuid="4a5880d7-a46e-4609-ba6e-a238a4ea8470">
        <ip>159.203.224.14</ip>
        <time>1684441680</time>
      </ban>
      <ban uuid="426c18be-f65b-4856-a040-05fe5b5f85d6">
        <ip>109.207.200.42</ip>
        <time>1684454580</time>
      </ban>
      <ban uuid="757e5b4a-94d0-4a10-9fe4-10742b867bdb">
        <ip>192.241.230.5</ip>
        <time>1684498200</time>
      </ban>
      <ban uuid="1da5aff9-18b5-4eac-91a4-b04d563794b3">
        <ip>198.199.93.96</ip>
        <time>1684500720</time>
      </ban>
      <ban uuid="1fcccdb4-c460-4e23-9f04-c267b9f277af">
        <ip>107.170.230.11</ip>
        <time>1684503900</time>
      </ban>
      <ban uuid="566f96a5-aa2e-4f5c-b752-4f6bab860884">
        <ip>162.243.135.9</ip>
        <time>1684511160</time>
      </ban>
      <ban uuid="206f776b-cf6a-496a-9836-33af02ffd7c9">
        <ip>193.32.162.189</ip>
        <time>1684522860</time>
      </ban>
      <ban uuid="3b15315e-ffd9-48c1-9638-23da31e454ab">
        <ip>24.199.85.225</ip>
        <time>1684529040</time>
      </ban>
      <ban uuid="20663c83-5fe6-4db1-8ae6-e60e622c968a">
        <ip>68.183.0.159</ip>
        <time>1684565040</time>
      </ban>
      <ban uuid="48f337ad-82a8-40ee-9831-6e0fed57f18f">
        <ip>170.64.152.210</ip>
        <time>1684574700</time>
      </ban>
      <ban uuid="f928fd07-4822-4ce5-87c9-ae21397d7c0b">
        <ip>192.241.218.44</ip>
        <time>1684588920</time>
      </ban>
      <ban uuid="06ac30b8-0998-463c-b80a-e2e4ac69e9d1">
        <ip>107.170.228.21</ip>
        <time>1684589160</time>
      </ban>
      <ban uuid="883a7ea0-ea62-4921-8ce6-d5a7da5b78e7">
        <ip>107.170.241.6</ip>
        <time>1684590060</time>
      </ban>
      <ban uuid="8d579201-ae08-43d4-b252-e18daa7a0b75">
        <ip>68.183.196.0</ip>
        <time>1684606020</time>
      </ban>
      <ban uuid="a454a886-cf18-4ae3-be51-6e2c20ce76bb">
        <ip>139.59.37.187</ip>
        <time>1684631160</time>
      </ban>
      <ban uuid="90f976df-3dad-4de0-8d64-a878a65cbd7a">
        <ip>198.199.98.123</ip>
        <time>1684634040</time>
      </ban>
      <ban uuid="ffdf3453-9c3d-4f31-8cfa-bee39fec073f">
        <ip>104.152.52.102</ip>
        <time>1684637880</time>
      </ban>
      <ban uuid="39015b26-59f3-45ce-8370-a3650efcbccf">
        <ip>161.35.199.122</ip>
        <time>1684644180</time>
      </ban>
      <ban uuid="182e3bbe-4018-4f7a-979c-0ccd63b0cd12">
        <ip>162.243.136.12</ip>
        <time>1684675560</time>
      </ban>
      <ban uuid="4118ff71-f6c4-4e2b-b618-ab3c05da7b5e">
        <ip>162.243.132.7</ip>
        <time>1684676760</time>
      </ban>
      <ban uuid="c4a25091-d4f0-45df-a3f4-d37229406fea">
        <ip>107.170.233.14</ip>
        <time>1684680780</time>
      </ban>
      <ban uuid="aec6f59a-c84c-4c57-b200-a256701fbef8">
        <ip>192.241.223.20</ip>
        <time>1684683900</time>
      </ban>
      <ban uuid="8c90a31f-b9e8-4e33-91ae-35bcb0189161">
        <ip>60.217.75.70</ip>
        <time>1684691580</time>
      </ban>
      <ban uuid="d1c5ec7f-200e-472b-88cc-d17b48ff2f21">
        <ip>134.122.97.210</ip>
        <time>1684692420</time>
      </ban>
      <ban uuid="b9a9a219-2e9a-4752-ac04-f066a9aa5ee5">
        <ip>149.5.172.27</ip>
        <time>1684701780</time>
      </ban>
      <ban uuid="c5502239-389b-4066-8c3e-77a50aa053f7">
        <ip>107.170.253.31</ip>
        <time>1684707720</time>
      </ban>
      <ban uuid="af4017c0-1e73-4429-aab5-cfc947f5d23f">
        <ip>64.227.166.110</ip>
        <time>1684752600</time>
      </ban>
      <ban uuid="4501fef5-5501-481a-801b-ebce14b616c5">
        <ip>107.170.254.19</ip>
        <time>1684757460</time>
      </ban>
      <ban uuid="d1af8628-7ce0-4c7f-a747-7edb6cbc72b4">
        <ip>107.170.255.16</ip>
        <time>1684759860</time>
      </ban>
      <ban uuid="2b5c5397-a909-4e91-969c-bfe41e898cd2">
        <ip>159.203.224.27</ip>
        <time>1684762020</time>
      </ban>
      <ban uuid="73e6f04a-08b3-47e8-9e28-16307f311cc5">
        <ip>107.170.235.15</ip>
        <time>1684763100</time>
      </ban>
      <ban uuid="aa8ebafa-9814-44f8-a7b4-faa4067e25d7">
        <ip>198.199.109.99</ip>
        <time>1684770480</time>
      </ban>
      <ban uuid="c6457786-a379-4acf-b352-2f845c0a4ced">
        <ip>162.243.143.14</ip>
        <time>1684819020</time>
      </ban>
      <ban uuid="d2fce93c-22d4-47e7-a0ba-acb52f087dc0">
        <ip>107.170.249.16</ip>
        <time>1684838160</time>
      </ban>
      <ban uuid="24e7d884-e298-4ba1-9303-ad57b4b63306">
        <ip>139.59.65.91</ip>
        <time>1684844040</time>
      </ban>
      <ban uuid="94cb4f46-a18c-46de-b514-c33cf5a2ad7d">
        <ip>192.241.193.77</ip>
        <time>1684859400</time>
      </ban>
      <ban uuid="90137073-3407-4534-a138-434550eaf521">
        <ip>107.170.234.31</ip>
        <time>1684881660</time>
      </ban>
      <ban uuid="3ff1342f-00b7-488d-b9c4-44469dc41bc2">
        <ip>192.241.199.81</ip>
        <time>1684884660</time>
      </ban>
      <ban uuid="038f3913-9bee-421e-af52-e58c7634fa9f">
        <ip>143.198.161.193</ip>
        <time>1684885981</time>
      </ban>
      <ban uuid="7fcded85-4b91-4560-940c-82d4e0b011c4">
        <ip>193.32.162.190</ip>
        <time>1684927260</time>
      </ban>
      <ban uuid="026149d5-faef-488f-9ea2-0d4c800936a1">
        <ip>198.199.102.200</ip>
        <time>1684934820</time>
      </ban>
      <ban uuid="e77f31e4-7df4-4198-823e-22d3e27c85af">
        <ip>107.170.255.29</ip>
        <time>1684936080</time>
      </ban>
      <ban uuid="95170525-02a6-43aa-b554-185d692fe538">
        <ip>192.241.227.26</ip>
        <time>1684940160</time>
      </ban>
      <ban uuid="2f77d4b8-1d2f-483f-85b8-2ac239453135">
        <ip>165.227.137.134</ip>
        <time>1684948260</time>
      </ban>
      <ban uuid="e5e92ada-421a-4d56-8dbf-f0098c8f92dd">
        <ip>159.203.192.16</ip>
        <time>1684963980</time>
      </ban>
      <ban uuid="344fda6b-34db-4c38-aec6-019e15451246">
        <ip>107.170.247.22</ip>
        <time>1684982880</time>
      </ban>
      <ban uuid="6d642d65-116f-4310-9847-cb7be481b48b">
        <ip>192.241.223.21</ip>
        <time>1684982880</time>
      </ban>
      <ban uuid="40c99a55-6391-4a79-8046-cc662127a064">
        <ip>185.246.220.114</ip>
        <time>1685010360</time>
      </ban>
      <ban uuid="9e15c8fb-dc5d-42e2-af93-f9ccc4e432dd">
        <ip>138.68.208.18</ip>
        <time>1685016720</time>
      </ban>
      <ban uuid="b25d7e16-2f83-40dc-a1a1-525dc11f732d">
        <ip>159.203.192.14</ip>
        <time>1685030580</time>
      </ban>
      <ban uuid="8dd0f812-0296-4b33-94ee-84d670dc86f8">
        <ip>198.199.117.136</ip>
        <time>1685030640</time>
      </ban>
      <ban uuid="ac637d9e-f44d-4d7c-ac27-4bd524f7e3b0">
        <ip>162.243.141.22</ip>
        <time>1685032380</time>
      </ban>
      <ban uuid="ac532dc1-2737-4dfb-a8e6-30c7ee5fd1f3">
        <ip>192.241.200.48</ip>
        <time>1685043300</time>
      </ban>
      <ban uuid="9584219a-6607-4d33-84c9-fde4492d4839">
        <ip>143.110.214.166</ip>
        <time>1685043360</time>
      </ban>
      <ban uuid="729fca7e-faa4-4ae7-8534-c1868e0a01c4">
        <ip>104.152.52.227</ip>
        <time>1685069820</time>
      </ban>
      <ban uuid="42562e58-2dbd-41d7-8eb6-4251fe650397">
        <ip>84.17.46.135</ip>
        <time>1685074380</time>
      </ban>
      <ban uuid="fcb66402-aa3a-4736-bde2-1e20a31d6630">
        <ip>146.190.41.214</ip>
        <time>1685096520</time>
      </ban>
      <ban uuid="37c98a79-f765-4903-98e3-8ca3a698fb82">
        <ip>198.199.97.61</ip>
        <time>1685097420</time>
      </ban>
      <ban uuid="c308f244-a906-4564-aca1-cce2b1d7609e">
        <ip>198.199.119.63</ip>
        <time>1685110440</time>
      </ban>
      <ban uuid="ed32ffa0-f7bd-40f7-ac3a-37bad9c21cff">
        <ip>107.170.243.28</ip>
        <time>1685127000</time>
      </ban>
      <ban uuid="5ce1a577-7615-4a75-b025-7618b76e71d7">
        <ip>146.190.80.52</ip>
        <time>1685132100</time>
      </ban>
      <ban uuid="23690f3d-d449-4df4-9261-33fd90cbb569">
        <ip>51.79.177.154</ip>
        <time>1685141220</time>
      </ban>
      <ban uuid="49fb56a5-b565-40f5-b197-78eff3d0925f">
        <ip>13.51.146.171</ip>
        <time>1685163120</time>
      </ban>
      <ban uuid="70aee8bc-dcc1-430e-a530-509bf12aedc9">
        <ip>192.241.232.9</ip>
        <time>1685167320</time>
      </ban>
      <ban uuid="9e8b2650-145a-4600-ac75-f76ee7f10eca">
        <ip>13.50.112.107</ip>
        <time>1685168520</time>
      </ban>
      <ban uuid="072fcf10-c698-472f-ad53-30077765dd12">
        <ip>54.67.15.89</ip>
        <time>1685171100</time>
      </ban>
      <ban uuid="c23fd18e-97a3-4b0d-b0fa-113f82d89b03">
        <ip>13.50.15.138</ip>
        <time>1685172660</time>
      </ban>
      <ban uuid="b787b5d6-e304-4860-a8a8-c2e76378ab9e">
        <ip>54.241.108.195</ip>
        <time>1685173440</time>
      </ban>
      <ban uuid="2810e37b-bfe1-4b88-81c3-6056183d9629">
        <ip>52.67.238.223</ip>
        <time>1685173440</time>
      </ban>
      <ban uuid="8a4b8dd0-0202-46b3-b627-5e889670a169">
        <ip>147.182.152.57</ip>
        <time>1685184360</time>
      </ban>
      <ban uuid="028a2c25-9b2d-47bd-98bd-76670f08935c">
        <ip>66.175.234.123</ip>
        <time>1685185560</time>
      </ban>
      <ban uuid="2880cbfb-cb31-4816-bdaf-4f1711af5e08">
        <ip>192.241.239.23</ip>
        <time>1685196060</time>
      </ban>
      <ban uuid="b501e490-d97e-4939-818e-e369e365420e">
        <ip>143.244.147.206</ip>
        <time>1685228940</time>
      </ban>
      <ban uuid="0004057f-a115-4871-a3f9-273d25802e54">
        <ip>107.170.236.11</ip>
        <time>1685232420</time>
      </ban>
      <ban uuid="0c2bc08b-afd6-4c0f-bf3d-7adaa83af88d">
        <ip>159.65.219.198</ip>
        <time>1685232720</time>
      </ban>
      <ban uuid="7255b8aa-18e4-4c28-b5e6-cc5e275b41ee">
        <ip>137.184.160.99</ip>
        <time>1685234700</time>
      </ban>
      <ban uuid="06b4ca11-56d4-42a5-8411-bbd5f5d103e4">
        <ip>167.99.13.19</ip>
        <time>1685256420</time>
      </ban>
      <ban uuid="09f2501b-a613-4c36-8db6-13a60adb1eae">
        <ip>178.62.216.118</ip>
        <time>1685261220</time>
      </ban>
      <ban uuid="a5a51650-bdf6-4419-87b4-696ac7dd8b71">
        <ip>198.199.97.100</ip>
        <time>1685276400</time>
      </ban>
      <ban uuid="dd0fa503-63a4-47c5-a9cd-c616f2659038">
        <ip>198.199.108.164</ip>
        <time>1685282460</time>
      </ban>
      <ban uuid="c72b2b85-7e4d-4dc3-8dfe-c02e5d0750cd">
        <ip>107.170.208.24</ip>
        <time>1685283420</time>
      </ban>
      <ban uuid="b7b6eb94-bdc4-4c49-9b04-756e619c3db5">
        <ip>162.243.143.28</ip>
        <time>1685290020</time>
      </ban>
      <ban uuid="36428eeb-d18e-4a6e-9eda-8f780c584164">
        <ip>198.199.115.67</ip>
        <time>1685290080</time>
      </ban>
      <ban uuid="9f3f5db1-f124-4195-91fa-9697e96a9ba4">
        <ip>165.227.170.64</ip>
        <time>1685293020</time>
      </ban>
      <ban uuid="2e0bcc11-7025-44f8-b78d-ec8d5bb8f6e6">
        <ip>37.247.104.30</ip>
        <time>1685296680</time>
      </ban>
      <ban uuid="7dfea683-9a08-4cc6-aab4-ff54a279489c">
        <ip>35.216.140.224</ip>
        <time>1685327820</time>
      </ban>
      <ban uuid="88522060-28dd-4273-a3b7-9640746f63af">
        <ip>192.241.223.29</ip>
        <time>1685356620</time>
      </ban>
      <ban uuid="bc06fe39-4fc0-47bb-a36b-bff9a3e5a92b">
        <ip>198.199.109.43</ip>
        <time>1685365320</time>
      </ban>
      <ban uuid="24281ef4-b754-4849-8880-40d44ea96076">
        <ip>107.170.248.16</ip>
        <time>1685369880</time>
      </ban>
      <ban uuid="3ab03f52-2748-47d7-8199-02cb20043156">
        <ip>35.216.190.247</ip>
        <time>1685384220</time>
      </ban>
      <ban uuid="d132edd9-e09d-4d81-b111-01b369975791">
        <ip>162.243.148.17</ip>
        <time>1685404380</time>
      </ban>
      <ban uuid="299320c8-0f0f-46dd-b2cd-594880ee7948">
        <ip>143.110.209.176</ip>
        <time>1685409660</time>
      </ban>
      <ban uuid="3ef29301-399e-4609-9246-9a99ef8e4091">
        <ip>45.79.168.172</ip>
        <time>1685419260</time>
      </ban>
      <ban uuid="cf1b049a-e117-4127-bd2e-948d64e0f4d6">
        <ip>170.64.177.186</ip>
        <time>1685429760</time>
      </ban>
      <ban uuid="20447ad1-c6c6-4400-a348-5b7cbfce5b7b">
        <ip>139.59.86.41</ip>
        <time>1685440380</time>
      </ban>
      <ban uuid="15cd5f9d-49ca-4c28-bae3-df84180ff412">
        <ip>192.241.224.47</ip>
        <time>1685455320</time>
      </ban>
      <ban uuid="48a77a05-db10-4da2-97e1-8993862a9219">
        <ip>162.243.147.17</ip>
        <time>1685456220</time>
      </ban>
      <ban uuid="cf6c7f76-fad5-4a53-a272-bad6b3d84be6">
        <ip>138.68.208.35</ip>
        <time>1685461680</time>
      </ban>
      <ban uuid="84c66937-40a2-4c67-a180-e4daa98f530d">
        <ip>162.243.150.15</ip>
        <time>1685464500</time>
      </ban>
      <ban uuid="508d69ce-6a1b-4b5b-980b-6f27c59d742c">
        <ip>185.224.128.27</ip>
        <time>1685470500</time>
      </ban>
      <ban uuid="da2f090c-d07a-4259-8d13-f7a5c55128e2">
        <ip>185.11.61.58</ip>
        <time>1685474880</time>
      </ban>
      <ban uuid="7849050d-5182-4c82-a42e-ed967eb4bcd8">
        <ip>192.241.206.228</ip>
        <time>1685486400</time>
      </ban>
      <ban uuid="9667991e-f582-4ef7-aa96-689b80054847">
        <ip>104.152.52.181</ip>
        <time>1685503320</time>
      </ban>
      <ban uuid="fcead98a-aee8-409a-9d1e-f7dd4a3ec1f0">
        <ip>198.199.93.97</ip>
        <time>1685541780</time>
      </ban>
      <ban uuid="e7107430-aef3-46d3-abad-ffe2fb7bac09">
        <ip>192.241.195.6</ip>
        <time>1685542980</time>
      </ban>
      <ban uuid="9ca65811-f9b3-4895-afba-916ba642878e">
        <ip>192.241.217.49</ip>
        <time>1685549041</time>
      </ban>
      <ban uuid="f2dcd6d4-a9df-4dc8-a457-01afc374af34">
        <ip>192.241.219.20</ip>
        <time>1685583840</time>
      </ban>
      <ban uuid="f208fce0-045a-4e93-b93f-9141420898f3">
        <ip>159.203.224.17</ip>
        <time>1685589540</time>
      </ban>
      <ban uuid="c8680994-aa61-45e4-a6c2-cdda5289bc36">
        <ip>198.199.100.17</ip>
        <time>1685589540</time>
      </ban>
      <ban uuid="9fd9a444-240b-408c-9fd4-9ce26e34f963">
        <ip>104.248.32.66</ip>
        <time>1685626440</time>
      </ban>
      <ban uuid="1747cc60-11d9-429e-ab00-863dbdf049c3">
        <ip>192.241.195.28</ip>
        <time>1685628180</time>
      </ban>
      <ban uuid="2f74ec48-e650-471f-af4e-e98c57c19c4e">
        <ip>89.163.146.253</ip>
        <time>1685628660</time>
      </ban>
      <ban uuid="30350bbf-9fbe-4d7d-9de6-4bfbeb3bd706">
        <ip>192.241.210.46</ip>
        <time>1685638860</time>
      </ban>
      <ban uuid="838be034-3900-48df-91b3-e07c00a1cf4b">
        <ip>104.248.150.67</ip>
        <time>1685647380</time>
      </ban>
      <ban uuid="4937759d-d45f-4453-8625-92c9eaf7c240">
        <ip>167.99.63.229</ip>
        <time>1685668200</time>
      </ban>
      <ban uuid="4cf7cb8a-9218-4924-83ee-f4a09b6d7570">
        <ip>18.197.150.83</ip>
        <time>1685692500</time>
      </ban>
      <ban uuid="25e4f73d-afd4-4525-be1b-5fa8f30758af">
        <ip>198.199.115.37</ip>
        <time>1685713080</time>
      </ban>
      <ban uuid="72ca3c92-a4bf-4be1-bb6a-8728d17ba88f">
        <ip>192.241.207.8</ip>
        <time>1685714700</time>
      </ban>
      <ban uuid="0a381c94-f788-4b01-97b5-b557d619afa7">
        <ip>198.199.116.78</ip>
        <time>1685715780</time>
      </ban>
      <ban uuid="0ad20d85-4adb-42a5-be58-453fb4f1aba9">
        <ip>198.199.104.14</ip>
        <time>1685723940</time>
      </ban>
      <ban uuid="c2cac96f-7373-45bf-8ea8-c49a9b43138e">
        <ip>62.122.184.112</ip>
        <time>1685729100</time>
      </ban>
      <ban uuid="c2f0e9ea-e4c9-4a2e-94a3-f127d678f04f">
        <ip>143.198.166.255</ip>
        <time>1685757780</time>
      </ban>
      <ban uuid="57777bb9-b837-4360-96ff-576d7802452e">
        <ip>45.66.230.105</ip>
        <time>1685769120</time>
      </ban>
      <ban uuid="7a272468-ceab-4158-9e1e-aa8449558818">
        <ip>192.241.198.16</ip>
        <time>1685772721</time>
      </ban>
      <ban uuid="cc3dc455-2660-4604-af7c-a91f2ff6c00d">
        <ip>107.170.238.27</ip>
        <time>1685801160</time>
      </ban>
      <ban uuid="7f960af7-7b1c-4e9b-87ae-9b79ec4a3e82">
        <ip>107.170.238.10</ip>
        <time>1685809020</time>
      </ban>
      <ban uuid="82ba7cd4-c4f8-4552-96be-28a14cf831ef">
        <ip>104.131.177.170</ip>
        <time>1685810460</time>
      </ban>
      <ban uuid="990c763e-058f-4c11-8d33-3814c74d2d50">
        <ip>64.227.10.146</ip>
        <time>1685823960</time>
      </ban>
      <ban uuid="987d0dcf-7a2a-4a2b-a3fb-ea2e83cc402f">
        <ip>107.170.242.33</ip>
        <time>1685847241</time>
      </ban>
      <ban uuid="79a8116f-bd09-439b-8705-51af9c3cecfa">
        <ip>146.190.48.172</ip>
        <time>1685856360</time>
      </ban>
      <ban uuid="7fe80440-fc4f-4cfd-b4f6-2bfb2c0d36c6">
        <ip>68.183.193.242</ip>
        <time>1685858580</time>
      </ban>
      <ban uuid="de062ffa-29a8-4ab6-bef9-784d9d8829c8">
        <ip>68.183.207.246</ip>
        <time>1685860440</time>
      </ban>
      <ban uuid="f83fc8b2-a434-4a60-90e8-5e3cf258a6c0">
        <ip>164.92.117.229</ip>
        <time>1685862600</time>
      </ban>
      <ban uuid="e9b199ac-c738-40a3-b0b6-3a05a406bc9a">
        <ip>18.223.203.3</ip>
        <time>1685863020</time>
      </ban>
      <ban uuid="a5dda642-b26a-4cde-a064-329c38c5159a">
        <ip>170.64.154.53</ip>
        <time>1685865960</time>
      </ban>
      <ban uuid="a6276794-6c16-46d3-aba8-9b8f594af935">
        <ip>107.170.252.40</ip>
        <time>1685887620</time>
      </ban>
      <ban uuid="2cefe21c-32b7-41cf-8d06-f636d871a19e">
        <ip>103.116.53.170</ip>
        <time>1685893080</time>
      </ban>
      <ban uuid="a6b349e0-9507-4ba9-a4c5-74af4efdeaa0">
        <ip>157.245.69.32</ip>
        <time>1685911380</time>
      </ban>
      <ban uuid="9a3dbca0-815b-4512-a9c1-688bc0583a37">
        <ip>192.241.216.10</ip>
        <time>1685913480</time>
      </ban>
      <ban uuid="55c87175-973a-42bd-ad3d-def1d436ee96">
        <ip>93.58.202.28</ip>
        <time>1685925000</time>
      </ban>
      <ban uuid="e2de8690-80be-45a5-a39a-df649e2aa186">
        <ip>167.99.178.180</ip>
        <time>1685925060</time>
      </ban>
      <ban uuid="008ad8e3-aa82-4ace-9ad4-44d7c94c9d37">
        <ip>104.152.52.219</ip>
        <time>1685935980</time>
      </ban>
      <ban uuid="591b3f18-5317-4839-a910-458ca702e147">
        <ip>192.241.201.42</ip>
        <time>1685955000</time>
      </ban>
      <ban uuid="963c52be-f431-4fd4-bdd1-3a87075685c1">
        <ip>144.126.234.37</ip>
        <time>1685955360</time>
      </ban>
      <ban uuid="32e53b09-89f8-4bb6-87c1-4d1383aeb94f">
        <ip>198.199.105.127</ip>
        <time>1685975160</time>
      </ban>
      <ban uuid="90b309ea-aebe-4a88-8f19-5750619fd0ec">
        <ip>192.241.201.20</ip>
        <time>1685980980</time>
      </ban>
      <ban uuid="012f43da-e96e-4bb9-8736-95713105b314">
        <ip>64.227.146.163</ip>
        <time>1686015540</time>
      </ban>
      <ban uuid="9ca9b761-66e9-412e-b66e-d11f417f4c7a">
        <ip>165.227.47.218</ip>
        <time>1686024600</time>
      </ban>
      <ban uuid="315e2228-1e2f-4ae7-9a97-11320cc43ece">
        <ip>192.241.201.73</ip>
        <time>1686043800</time>
      </ban>
      <ban uuid="b7c2cf49-857b-4489-8a6a-1949dd1a8b1e">
        <ip>139.59.1.13</ip>
        <time>1686049080</time>
      </ban>
      <ban uuid="a5b42fa3-7c65-44a4-bc5d-4bd562748b67">
        <ip>162.243.130.6</ip>
        <time>1686060480</time>
      </ban>
      <ban uuid="25802003-0953-49af-934f-e48f4ec9e704">
        <ip>192.241.199.25</ip>
        <time>1686068460</time>
      </ban>
      <ban uuid="3996e32a-e48a-4d76-bf70-dceb87b600fa">
        <ip>198.199.116.50</ip>
        <time>1686068520</time>
      </ban>
      <ban uuid="7cace421-6fc8-4649-aef1-f4012eb2db3e">
        <ip>198.199.95.14</ip>
        <time>1686069660</time>
      </ban>
      <ban uuid="6a486fc1-db04-4ef5-b098-267c548f20d6">
        <ip>107.170.245.12</ip>
        <time>1686071221</time>
      </ban>
      <ban uuid="69085a2d-bb07-4fb1-bf75-4b5189665bd0">
        <ip>192.241.214.42</ip>
        <time>1686091380</time>
      </ban>
      <ban uuid="fc7116b3-8d46-4fd1-acb2-61265fd5ec09">
        <ip>165.227.43.167</ip>
        <time>1686092460</time>
      </ban>
      <ban uuid="332ed941-288c-42ac-a5db-d4d250e016f1">
        <ip>192.241.203.230</ip>
        <time>1686094380</time>
      </ban>
      <ban uuid="4a660d52-3608-47e0-aba3-3b6b9e2709eb">
        <ip>185.112.82.53</ip>
        <time>1686116040</time>
      </ban>
      <ban uuid="86a7e291-4cbb-4812-855d-48bf7d8c7bda">
        <ip>192.241.239.27</ip>
        <time>1686140220</time>
      </ban>
      <ban uuid="ca8f2dbe-69a9-41ba-99f2-a6a0a5228ea9">
        <ip>192.241.204.63</ip>
        <time>1686146820</time>
      </ban>
      <ban uuid="56c24e17-ec38-448e-a60d-08d81d7bab8c">
        <ip>162.243.130.16</ip>
        <time>1686156000</time>
      </ban>
      <ban uuid="ee2d2e41-2e34-4abe-b816-7f86a4df8906">
        <ip>209.38.242.194</ip>
        <time>1686161820</time>
      </ban>
      <ban uuid="2d08bb49-7567-4112-b05a-7aa402c7c1ce">
        <ip>107.170.239.28</ip>
        <time>1686194340</time>
      </ban>
      <ban uuid="7e0bc9b0-9ce8-4145-9c12-81019e29530d">
        <ip>107.170.232.18</ip>
        <time>1686194340</time>
      </ban>
      <ban uuid="9df9d1bc-4b86-495a-8a8d-d90a2d9cfe42">
        <ip>107.170.240.30</ip>
        <time>1686195000</time>
      </ban>
      <ban uuid="68a39163-1f4c-470b-a682-2e5ae91dc897">
        <ip>198.199.98.28</ip>
        <time>1686195180</time>
      </ban>
      <ban uuid="e515ad95-7e8c-4afc-b9a0-3f60707f944b">
        <ip>213.32.49.132</ip>
        <time>1686204180</time>
      </ban>
      <ban uuid="623585f1-7448-4693-b2f9-84af936c218f">
        <ip>209.38.212.253</ip>
        <time>1686227940</time>
      </ban>
      <ban uuid="e664631f-1b66-4d4a-a7d1-4f2d518c2ef3">
        <ip>192.241.234.4</ip>
        <time>1686240242</time>
      </ban>
      <ban uuid="2f9c10ff-b955-4ab5-a2e9-adaa92c42216">
        <ip>138.197.173.9</ip>
        <time>1686240900</time>
      </ban>
      <ban uuid="1339928c-58d2-47fb-853d-69d8c7551c8d">
        <ip>194.26.135.118</ip>
        <time>1686242880</time>
      </ban>
      <ban uuid="f1da2dc8-55f7-416d-a06e-d47633567e37">
        <ip>159.203.208.34</ip>
        <time>1686253320</time>
      </ban>
      <ban uuid="0bdedc42-cefe-4b4b-8717-4f54a62d6ab8">
        <ip>198.199.106.61</ip>
        <time>1686253740</time>
      </ban>
      <ban uuid="f8e90a56-9f0f-45cf-8b59-6e88fc98627d">
        <ip>198.199.116.7</ip>
        <time>1686266640</time>
      </ban>
      <ban uuid="b9def9ed-a2ce-4304-892e-c6dd107e3a9b">
        <ip>192.241.223.74</ip>
        <time>1686266640</time>
      </ban>
      <ban uuid="3be28185-8095-4c89-a5b4-bf9e88a06a0f">
        <ip>162.243.140.42</ip>
        <time>1686266640</time>
      </ban>
      <ban uuid="d0aa6702-4ec2-40c7-9f76-681d713558b7">
        <ip>85.217.144.133</ip>
        <time>1686287041</time>
      </ban>
      <ban uuid="abb589ff-73cc-4085-bab6-26342671b03f">
        <ip>46.101.148.177</ip>
        <time>1686299220</time>
      </ban>
      <ban uuid="4016b85a-945c-4da1-850b-25673f88cd8d">
        <ip>192.241.192.25</ip>
        <time>1686300780</time>
      </ban>
      <ban uuid="89b8140f-f21d-406e-b972-bb70a14f71b3">
        <ip>192.241.229.22</ip>
        <time>1686313500</time>
      </ban>
      <ban uuid="a7b617bf-c61f-47c7-bc60-ffeebaaa428e">
        <ip>198.199.97.121</ip>
        <time>1686327600</time>
      </ban>
      <ban uuid="bdbc235f-4697-427c-b435-9b4981a4f00a">
        <ip>162.243.148.13</ip>
        <time>1686328920</time>
      </ban>
      <ban uuid="de495580-f17c-4cae-bb77-247fcd70a662">
        <ip>43.134.105.148</ip>
        <time>1686334560</time>
      </ban>
      <ban uuid="7580f15e-d0f4-4311-bb4a-b698d02bd095">
        <ip>192.241.204.31</ip>
        <time>1686362760</time>
      </ban>
      <ban uuid="cb81560e-21d1-419d-8fc1-9365a2ba2b34">
        <ip>104.152.52.233</ip>
        <time>1686368940</time>
      </ban>
      <ban uuid="0cdf655e-1846-4e39-b766-15e8dc982093">
        <ip>138.68.13.52</ip>
        <time>1686375000</time>
      </ban>
      <ban uuid="7c8dda35-c089-4292-9fd9-838f535acc72">
        <ip>178.128.57.77</ip>
        <time>1686403500</time>
      </ban>
      <ban uuid="88d7541b-36bc-4603-823e-4fa24c608fc9">
        <ip>192.241.195.40</ip>
        <time>1686407340</time>
      </ban>
      <ban uuid="6d3f0266-d034-4a90-bd80-21e305adb692">
        <ip>104.248.130.34</ip>
        <time>1686414720</time>
      </ban>
      <ban uuid="6c079b21-3871-4155-b4dd-d558e874bf9b">
        <ip>137.184.85.24</ip>
        <time>1686422160</time>
      </ban>
      <ban uuid="25567872-8baf-4201-88e6-48ada34ed2b7">
        <ip>89.38.224.2</ip>
        <time>1686430440</time>
      </ban>
      <ban uuid="a888b859-93cb-450f-8d61-e0f55fddada0">
        <ip>94.23.133.43</ip>
        <time>1686480180</time>
      </ban>
      <ban uuid="2b14a5a0-68da-47f4-9688-739e3b121a62">
        <ip>147.182.150.102</ip>
        <time>1686487020</time>
      </ban>
      <ban uuid="92aeb09f-fa10-42e8-8cd0-d1a0052b3428">
        <ip>192.241.231.32</ip>
        <time>1686492180</time>
      </ban>
      <ban uuid="a781cdff-96f3-458d-8953-9ae9a1f4986d">
        <ip>192.241.211.4</ip>
        <time>1686492480</time>
      </ban>
      <ban uuid="ecb7b7cf-29d4-4500-b159-9a9cea17d2ec">
        <ip>198.199.96.218</ip>
        <time>1686493620</time>
      </ban>
      <ban uuid="bb2ae5f5-4b59-454b-98bb-22ebaeb45615">
        <ip>192.241.225.12</ip>
        <time>1686501840</time>
      </ban>
      <ban uuid="6a8e677a-0820-4cc0-a7bd-8f913b83a353">
        <ip>3.71.45.218</ip>
        <time>1686518040</time>
      </ban>
      <ban uuid="b5785d2f-b8b6-4882-9e38-196c48fcaca4">
        <ip>142.93.63.28</ip>
        <time>1686525420</time>
      </ban>
      <ban uuid="3684b5da-cd70-463e-8837-7414f04b3b33">
        <ip>107.170.240.39</ip>
        <time>1686541980</time>
      </ban>
      <ban uuid="665bea1f-857e-410f-92fa-b401bb71f0ab">
        <ip>198.199.102.83</ip>
        <time>1686544020</time>
      </ban>
      <ban uuid="089ece04-9d51-4cb0-9b0f-175af0baa95d">
        <ip>107.170.225.19</ip>
        <time>1686547920</time>
      </ban>
      <ban uuid="2858f597-9a15-48d6-8f2c-6455872ef0fe">
        <ip>107.170.245.28</ip>
        <time>1686547920</time>
      </ban>
      <ban uuid="187627f6-2bb4-4b6a-99e7-0663bb3559e4">
        <ip>192.241.196.4</ip>
        <time>1686572760</time>
      </ban>
      <ban uuid="665d6c5d-e8fe-4610-a75a-e21afcbbf62a">
        <ip>192.241.204.66</ip>
        <time>1686578940</time>
      </ban>
      <ban uuid="38d74237-b7f0-4f1b-951c-ced0e95b4ec4">
        <ip>192.241.197.61</ip>
        <time>1686580141</time>
      </ban>
      <ban uuid="726d6c44-db42-460f-9a32-40abe620b888">
        <ip>4.196.210.192</ip>
        <time>1686586800</time>
      </ban>
      <ban uuid="190b29bf-54df-4f25-8c5d-378c4adc966d">
        <ip>107.170.192.5</ip>
        <time>1686586980</time>
      </ban>
      <ban uuid="d682a0b6-52c0-4d0c-8617-c06e1fa91ea1">
        <ip>134.209.85.54</ip>
        <time>1686592140</time>
      </ban>
      <ban uuid="e252feed-40f0-4abb-ba4b-2e0abf56db83">
        <ip>198.199.108.71</ip>
        <time>1686600060</time>
      </ban>
      <ban uuid="0c47a93f-d842-4410-bcc3-881f7d33bf13">
        <ip>51.195.39.77</ip>
        <time>1686622380</time>
      </ban>
      <ban uuid="3f1e17be-8387-49e0-9d67-433f729e5530">
        <ip>172.104.210.105</ip>
        <time>1686623700</time>
      </ban>
      <ban uuid="d9b59540-233f-42ab-a685-61176b0165de">
        <ip>167.71.34.170</ip>
        <time>1686633900</time>
      </ban>
      <ban uuid="0fdd9a15-1291-4947-b369-42494b6d4ded">
        <ip>165.22.47.52</ip>
        <time>1686646620</time>
      </ban>
      <ban uuid="587d6c79-1bbb-46bc-ba6b-ea97314668dc">
        <ip>20.38.174.192</ip>
        <time>1686650820</time>
      </ban>
      <ban uuid="0fd399d5-5282-4d69-b256-8e1d72957ac7">
        <ip>43.134.114.126</ip>
        <time>1686652740</time>
      </ban>
      <ban uuid="af69e95c-061f-4353-8adc-987dd05ae8e2">
        <ip>192.241.205.242</ip>
        <time>1686659100</time>
      </ban>
      <ban uuid="dfd4fc86-9b81-4448-9b78-562f1c46db35">
        <ip>146.190.244.155</ip>
        <time>1686665280</time>
      </ban>
      <ban uuid="e2ba4a43-ee6f-4d31-aacb-bf52fc5e9633">
        <ip>162.243.141.11</ip>
        <time>1686665400</time>
      </ban>
      <ban uuid="51041a2f-d611-4a03-99cc-5743639d5f3d">
        <ip>192.241.225.65</ip>
        <time>1686666600</time>
      </ban>
      <ban uuid="6549c91f-e284-47f7-b0d1-e344501a4f8e">
        <ip>162.240.212.39</ip>
        <time>1686670140</time>
      </ban>
      <ban uuid="87f47aac-b944-4e96-83d7-5d6c4d977481">
        <ip>157.245.98.190</ip>
        <time>1686676080</time>
      </ban>
      <ban uuid="018f48f1-ea52-4096-a146-a5b534214796">
        <ip>192.241.233.4</ip>
        <time>1686676260</time>
      </ban>
      <ban uuid="1ec2f8ec-bf58-4869-a966-8c07af8ee0d8">
        <ip>159.203.192.15</ip>
        <time>1686696000</time>
      </ban>
      <ban uuid="1846239e-5856-414b-9e36-d0ee7fc182c3">
        <ip>162.243.149.16</ip>
        <time>1686717780</time>
      </ban>
      <ban uuid="13a0ecb0-4d35-429e-8b09-c984158ff1ce">
        <ip>162.243.136.25</ip>
        <time>1686761880</time>
      </ban>
      <ban uuid="bc50a51e-44d8-4975-9db3-87a5258a433f">
        <ip>107.170.238.26</ip>
        <time>1686768120</time>
      </ban>
      <ban uuid="75078355-97dc-422d-957a-282a4fbbd667">
        <ip>195.15.193.192</ip>
        <time>1686790020</time>
      </ban>
      <ban uuid="10285926-f0b5-4984-bb80-3c2b8aa65046">
        <ip>192.241.192.34</ip>
        <time>1686799140</time>
      </ban>
      <ban uuid="cd829e3b-d5a2-4ff5-bc03-f16b4639d5d1">
        <ip>192.241.223.18</ip>
        <time>1686799140</time>
      </ban>
      <ban uuid="ca28363f-0c09-4136-b221-4ae22b079fb4">
        <ip>104.152.52.87</ip>
        <time>1686800220</time>
      </ban>
      <ban uuid="da46f24e-09bb-4506-b953-491fac9b1262">
        <ip>2.57.121.123</ip>
        <time>1686815580</time>
      </ban>
      <ban uuid="4fefb6fd-fd32-4dc6-a97d-60bf5037d711">
        <ip>85.208.139.73</ip>
        <time>1686827520</time>
      </ban>
      <ban uuid="8a7e2c9a-b3a2-4dbb-9152-c0ef16d31390">
        <ip>198.199.100.67</ip>
        <time>1686836340</time>
      </ban>
      <ban uuid="286a467f-8602-4a01-9569-3bd3ac9688a9">
        <ip>162.243.138.9</ip>
        <time>1686839340</time>
      </ban>
      <ban uuid="bcf5cc0b-0cd3-4d58-9ae6-2323183455c7">
        <ip>139.59.58.140</ip>
        <time>1686844380</time>
      </ban>
      <ban uuid="9bce8c05-5915-453b-96b7-62acccf6b71d">
        <ip>162.243.136.47</ip>
        <time>1686846360</time>
      </ban>
      <ban uuid="a0a92895-7885-497c-abd5-b73d1c06a94e">
        <ip>107.170.243.22</ip>
        <time>1686846420</time>
      </ban>
      <ban uuid="1c7e5ac9-2a5d-4cbb-8e88-484c96f03c91">
        <ip>143.198.163.40</ip>
        <time>1686847140</time>
      </ban>
      <ban uuid="364d8e33-e42b-4069-a14f-12309d656e32">
        <ip>192.241.211.12</ip>
        <time>1686847560</time>
      </ban>
      <ban uuid="69bdfe5c-f3ce-41d4-af91-5f89c3bef5b5">
        <ip>51.174.210.20</ip>
        <time>1686853200</time>
      </ban>
      <ban uuid="90c58318-489d-45b0-8b2e-363bd6d0f691">
        <ip>85.92.119.155</ip>
        <time>1686861480</time>
      </ban>
      <ban uuid="8eb31810-9525-43a2-a535-299861d2c601">
        <ip>84.54.50.61</ip>
        <time>1686864600</time>
      </ban>
      <ban uuid="09c6e4d0-0eb7-4044-a7e8-39e22fe9efac">
        <ip>144.126.204.241</ip>
        <time>1686874980</time>
      </ban>
      <ban uuid="11dda946-c57d-44e0-ad84-75fe93f48cc2">
        <ip>165.232.90.101</ip>
        <time>1686887280</time>
      </ban>
      <ban uuid="d45d5538-4f95-4b5e-a57e-3943f9cf7bf6">
        <ip>192.241.235.19</ip>
        <time>1686918600</time>
      </ban>
      <ban uuid="87e34597-3bf0-4f53-8584-212197635961">
        <ip>198.199.110.112</ip>
        <time>1686924720</time>
      </ban>
      <ban uuid="9cb1b2df-9da7-463e-b86b-6a2b7da9558b">
        <ip>107.170.255.12</ip>
        <time>1686925860</time>
      </ban>
      <ban uuid="3a2624af-cc3a-4c76-81e1-86f92ace714f">
        <ip>198.199.93.114</ip>
        <time>1686934020</time>
      </ban>
      <ban uuid="95122fc5-b201-4574-9560-020e45cd1c60">
        <ip>80.66.83.112</ip>
        <time>1686947520</time>
      </ban>
      <ban uuid="603e673f-6e10-48bc-967b-b68dcb5400e7">
        <ip>170.64.134.138</ip>
        <time>1686962520</time>
      </ban>
      <ban uuid="cd579f3f-e79c-4d90-b581-f4477e6022c4">
        <ip>198.199.97.219</ip>
        <time>1686982380</time>
      </ban>
      <ban uuid="2b2e17c5-4058-4ed7-9ca5-e98ff1c501e5">
        <ip>165.232.94.81</ip>
        <time>1686993180</time>
      </ban>
      <ban uuid="e92b4a00-abe8-4007-a435-940f8605cb57">
        <ip>107.170.236.19</ip>
        <time>1687011180</time>
      </ban>
      <ban uuid="8a939160-c9ff-4383-9ba6-36ca65774fa5">
        <ip>162.243.141.14</ip>
        <time>1687012140</time>
      </ban>
      <ban uuid="05aeb724-0af8-4fe2-a3c9-78e17abb6c81">
        <ip>162.243.145.17</ip>
        <time>1687027320</time>
      </ban>
      <ban uuid="6c734bfd-1330-4093-81d3-52a3d7091c1c">
        <ip>167.172.48.247</ip>
        <time>1687070040</time>
      </ban>
      <ban uuid="a57ebfcc-34ad-42f8-b49e-7460e3c5c9b3">
        <ip>83.229.82.117</ip>
        <time>1687076100</time>
      </ban>
      <ban uuid="87724caa-9a4c-4666-9c8b-5122628fcb95">
        <ip>45.55.129.82</ip>
        <time>1687080720</time>
      </ban>
      <ban uuid="6dbc1a90-1288-4c0c-a35c-90618bbbf607">
        <ip>162.243.147.29</ip>
        <time>1687091220</time>
      </ban>
      <ban uuid="102d5f53-f737-442a-8329-00fbef46c2bc">
        <ip>162.243.138.16</ip>
        <time>1687097520</time>
      </ban>
      <ban uuid="78918ea1-e24b-425d-b0bf-f70e2c81e6e9">
        <ip>162.243.138.17</ip>
        <time>1687105800</time>
      </ban>
      <ban uuid="0c3806dd-695e-4085-af5a-9175b7d42b47">
        <ip>192.241.238.7</ip>
        <time>1687121041</time>
      </ban>
      <ban uuid="3426b448-5418-481a-8ddd-9328156268c4">
        <ip>139.59.255.67</ip>
        <time>1687149720</time>
      </ban>
      <ban uuid="b309f4e4-793c-44a3-a834-9519e1ba3a18">
        <ip>42.118.145.224</ip>
        <time>1687159200</time>
      </ban>
      <ban uuid="e40e48bc-3894-4992-af2e-01ea0782abad">
        <ip>107.170.208.20</ip>
        <time>1687177860</time>
      </ban>
      <ban uuid="29b645bb-a20d-4c27-bdec-d5ab03389191">
        <ip>170.64.187.254</ip>
        <time>1687181520</time>
      </ban>
      <ban uuid="04459d82-9732-470d-ae9b-a4ee74059fd8">
        <ip>103.110.33.159</ip>
        <time>1687183800</time>
      </ban>
      <ban uuid="efb816ff-04c8-45ec-9f2e-319a7e2ae46a">
        <ip>192.241.198.51</ip>
        <time>1687183860</time>
      </ban>
      <ban uuid="39acb15a-ee23-49b2-82fd-f3f353f9d732">
        <ip>107.170.226.6</ip>
        <time>1687191660</time>
      </ban>
      <ban uuid="e6aba527-709c-4fdb-890a-fb9e79bfa490">
        <ip>198.199.96.23</ip>
        <time>1687193280</time>
      </ban>
      <ban uuid="1f3e3eb4-d15f-4d10-9255-cc14ef9f095c">
        <ip>37.221.92.131</ip>
        <time>1687207740</time>
      </ban>
      <ban uuid="a0c5fcf4-ff31-483a-891a-43ae9634ebb2">
        <ip>80.66.83.115</ip>
        <time>1687212540</time>
      </ban>
      <ban uuid="44454865-676a-4240-823e-3ad6a1fae251">
        <ip>104.152.52.208</ip>
        <time>1687232160</time>
      </ban>
      <ban uuid="68c0b956-d808-430a-8826-dd8c02324e95">
        <ip>107.170.254.9</ip>
        <time>1687233120</time>
      </ban>
      <ban uuid="7b014ba6-4c64-4fa7-88e1-658b1f9377f4">
        <ip>165.22.235.202</ip>
        <time>1687235640</time>
      </ban>
      <ban uuid="2091fe12-d21d-40d4-92f4-34897bde22fb">
        <ip>146.190.166.168</ip>
        <time>1687246740</time>
      </ban>
      <ban uuid="4df1ddd5-62d0-4267-ba87-004116a2b8f9">
        <ip>134.122.30.157</ip>
        <time>1687254180</time>
      </ban>
      <ban uuid="dbd89cc9-337f-488a-abbe-a7df5163f367">
        <ip>162.243.136.22</ip>
        <time>1687271520</time>
      </ban>
      <ban uuid="21d08c57-d0a9-411f-b969-be188969f248">
        <ip>192.241.198.77</ip>
        <time>1687279800</time>
      </ban>
      <ban uuid="8428cbc1-9d58-4b92-b657-224dfdc8a180">
        <ip>198.199.96.67</ip>
        <time>1687281360</time>
      </ban>
      <ban uuid="220893be-efb7-4933-adb9-e11b14741223">
        <ip>198.199.115.100</ip>
        <time>1687312500</time>
      </ban>
      <ban uuid="5c202f48-11d2-432b-a6df-8a22690be972">
        <ip>167.99.188.91</ip>
        <time>1687317420</time>
      </ban>
      <ban uuid="6d7ac43c-6160-47f5-ac9a-8cef3d5d9631">
        <ip>62.210.245.137</ip>
        <time>1687322100</time>
      </ban>
      <ban uuid="56dedc68-45d2-49d5-8f27-651b408d1131">
        <ip>139.59.163.68</ip>
        <time>1687327980</time>
      </ban>
      <ban uuid="192d474b-80f6-4d91-98ae-914132daa7e8">
        <ip>95.111.229.14</ip>
        <time>1687330500</time>
      </ban>
      <ban uuid="bcb8912d-5a96-4f09-99aa-77ffbe23f103">
        <ip>107.170.254.14</ip>
        <time>1687356840</time>
      </ban>
      <ban uuid="b17b9900-317c-466f-80c6-e8ed068814fc">
        <ip>162.243.150.11</ip>
        <time>1687362960</time>
      </ban>
      <ban uuid="090ee371-1ebc-4d6f-b794-e808ed8464f8">
        <ip>192.241.194.16</ip>
        <time>1687368060</time>
      </ban>
      <ban uuid="0c140b02-b3dc-4ffb-97e5-ea92e5c9ad2d">
        <ip>170.64.187.227</ip>
        <time>1687381260</time>
      </ban>
      <ban uuid="643b8152-0625-4471-a956-8ddf0f4f23cf">
        <ip>103.187.191.172</ip>
        <time>1687381920</time>
      </ban>
      <ban uuid="de105ede-e25e-4a98-adb5-8eb013f97740">
        <ip>103.187.191.218</ip>
        <time>1687381920</time>
      </ban>
      <ban uuid="e8e1a652-44f4-4bdb-b51b-e0c1a1cf6976">
        <ip>162.243.134.20</ip>
        <time>1687384260</time>
      </ban>
      <ban uuid="99e51276-3f7e-4012-83ae-c78baa986cec">
        <ip>45.12.253.48</ip>
        <time>1687384800</time>
      </ban>
      <ban uuid="feef4d76-e2da-4171-a419-4f42b265f8d5">
        <ip>107.170.241.13</ip>
        <time>1687404060</time>
      </ban>
      <ban uuid="7af5d55d-5666-487a-b6a1-8e6fa5fe2a20">
        <ip>192.241.209.4</ip>
        <time>1687404060</time>
      </ban>
      <ban uuid="ea6f61af-cb84-4628-95c1-b60fdc9b32a6">
        <ip>159.203.208.8</ip>
        <time>1687437240</time>
      </ban>
      <ban uuid="82ea56e6-307f-49a3-9d5a-de42e9a46ce5">
        <ip>143.110.182.33</ip>
        <time>1687437540</time>
      </ban>
      <ban uuid="ef6b61e1-13cb-4aaa-816a-e22b97f885f4">
        <ip>143.198.86.55</ip>
        <time>1687454880</time>
      </ban>
      <ban uuid="22c9da59-d983-4524-8872-ce43b3cdd2d2">
        <ip>8.219.150.4</ip>
        <time>1687462680</time>
      </ban>
      <ban uuid="9a306872-3e0f-4afd-bea1-4eac0bc89221">
        <ip>167.172.157.87</ip>
        <time>1687485781</time>
      </ban>
      <ban uuid="d27eea1f-ed09-4658-ab9b-f886b3b82c64">
        <ip>192.241.223.57</ip>
        <time>1687487640</time>
      </ban>
      <ban uuid="22b2fcb9-7a1a-4c4f-85d4-3a9af801cca7">
        <ip>192.241.223.43</ip>
        <time>1687487700</time>
      </ban>
      <ban uuid="7ccb08ee-cc3e-4da2-a7c7-71e6affaaeda">
        <ip>107.170.233.34</ip>
        <time>1687487700</time>
      </ban>
      <ban uuid="ab212b0b-0b7b-4121-b1fa-1ed86b9d7cf0">
        <ip>171.22.30.127</ip>
        <time>1687489980</time>
      </ban>
      <ban uuid="ba0a3d5e-8787-49ea-a37a-8f227eab0d15">
        <ip>146.190.213.25</ip>
        <time>1687506660</time>
      </ban>
      <ban uuid="7ff0c041-b6a2-4bd4-aaba-3d756e12d02c">
        <ip>95.111.226.180</ip>
        <time>1687508700</time>
      </ban>
      <ban uuid="ecc0de95-e685-4e60-8c98-86ef4136a74d">
        <ip>157.245.67.143</ip>
        <time>1687527901</time>
      </ban>
      <ban uuid="bac5b370-35c0-4e8d-8f6c-9629ae0489fa">
        <ip>107.170.241.53</ip>
        <time>1687529640</time>
      </ban>
      <ban uuid="dffe3576-add1-4fe7-8887-1a46c176ffd5">
        <ip>192.241.202.30</ip>
        <time>1687530780</time>
      </ban>
      <ban uuid="17d810df-52a3-4406-bfa6-f6f196ddb5ce">
        <ip>178.62.210.67</ip>
        <time>1687538640</time>
      </ban>
      <ban uuid="8b3274ef-266d-45b4-98e7-5f507a5e00c4">
        <ip>198.199.119.88</ip>
        <time>1687539060</time>
      </ban>
      <ban uuid="6283eccb-01ef-448b-b8cc-844c443c7a84">
        <ip>107.170.248.15</ip>
        <time>1687546920</time>
      </ban>
      <ban uuid="12fd65b5-8655-4e43-ae43-18ff88c39031">
        <ip>23.98.137.74</ip>
        <time>1687548660</time>
      </ban>
      <ban uuid="d4c6b37e-7dee-47a0-91ff-8cc3401206b1">
        <ip>139.59.59.24</ip>
        <time>1687587900</time>
      </ban>
      <ban uuid="d9c5f5da-f1fb-42bd-ae9a-3705234e64fe">
        <ip>198.199.118.130</ip>
        <time>1687627320</time>
      </ban>
      <ban uuid="9c2cefa3-ab6e-459b-a179-62b7a79be2b9">
        <ip>178.62.2.126</ip>
        <time>1687629300</time>
      </ban>
      <ban uuid="95f5e042-69dd-4833-93a9-7f0c59ecc0d8">
        <ip>64.227.133.219</ip>
        <time>1687639860</time>
      </ban>
      <ban uuid="779740f9-bdfc-4745-bfd1-81d6244120e4">
        <ip>58.186.28.205</ip>
        <time>1687640820</time>
      </ban>
      <ban uuid="1a8df065-adae-4234-b1a1-10566de76a51">
        <ip>104.152.52.104</ip>
        <time>1687663140</time>
      </ban>
      <ban uuid="e7949e2e-b920-4883-9491-db9662250fd4">
        <ip>34.78.120.99</ip>
        <time>1687669080</time>
      </ban>
      <ban uuid="6b087894-dda1-4620-a190-21e4a5bb5814">
        <ip>146.190.74.60</ip>
        <time>1687670760</time>
      </ban>
      <ban uuid="8656d03b-84f2-4a64-ac37-6cd64a52dc57">
        <ip>192.241.210.29</ip>
        <time>1687702320</time>
      </ban>
      <ban uuid="49966909-a004-44fc-9e61-44cfddb94a8e">
        <ip>162.243.142.27</ip>
        <time>1687703640</time>
      </ban>
      <ban uuid="97ea4ad5-c6b0-4f56-a7ce-07537e96cfce">
        <ip>161.35.149.96</ip>
        <time>1687713660</time>
      </ban>
      <ban uuid="f2e03c48-2741-49be-9fa0-4de3356fab75">
        <ip>198.199.100.111</ip>
        <time>1687788960</time>
      </ban>
      <ban uuid="e1ddc88c-6477-461a-88e0-6b4216f33468">
        <ip>165.227.177.229</ip>
        <time>1687797240</time>
      </ban>
      <ban uuid="6f59e26b-58e8-4de4-9c9a-8a17cba9d3f5">
        <ip>192.241.226.6</ip>
        <time>1687798440</time>
      </ban>
      <ban uuid="980635fb-6b5d-4f0f-bdd1-a9d8fca0b16a">
        <ip>198.199.93.54</ip>
        <time>1687803600</time>
      </ban>
      <ban uuid="e276389b-14f1-45a6-b379-5e227f87d3ea">
        <ip>198.199.117.72</ip>
        <time>1687831740</time>
      </ban>
      <ban uuid="6184a773-98ef-4749-ac60-fed1b46afc40">
        <ip>198.199.113.4</ip>
        <time>1687832820</time>
      </ban>
      <ban uuid="03c6eff8-7581-4427-8749-55771fdfc3aa">
        <ip>165.232.108.218</ip>
        <time>1687838460</time>
      </ban>
      <ban uuid="cf4f9744-08c4-4c18-9f15-bd44050d8a13">
        <ip>161.35.19.62</ip>
        <time>1687869780</time>
      </ban>
      <ban uuid="7f1f5b00-f3cc-4d28-971a-8fe7dcffc3ca">
        <ip>162.243.129.34</ip>
        <time>1687875000</time>
      </ban>
      <ban uuid="30893247-76d7-47c0-8402-a243acc4c70f">
        <ip>192.241.207.93</ip>
        <time>1687876560</time>
      </ban>
      <ban uuid="cb850c28-89d3-460a-9254-8746e1a10700">
        <ip>68.183.86.19</ip>
        <time>1687890480</time>
      </ban>
      <ban uuid="2f6dec16-d9e7-4ffd-bad6-bf167aa9a667">
        <ip>192.241.231.9</ip>
        <time>1687895340</time>
      </ban>
      <ban uuid="d553a638-76e0-4d6f-acfe-5ca192709d8c">
        <ip>107.170.247.16</ip>
        <time>1687895460</time>
      </ban>
      <ban uuid="c0755f3c-0d4f-43f8-afd5-0475306477aa">
        <ip>198.199.102.227</ip>
        <time>1687927800</time>
      </ban>
      <ban uuid="70b6fe98-7efd-4cba-934c-30c9134e6b43">
        <ip>146.190.240.195</ip>
        <time>1687940220</time>
      </ban>
      <ban uuid="ac4c27a3-66b8-4ad1-8faa-805c807b894f">
        <ip>198.199.93.125</ip>
        <time>1687961820</time>
      </ban>
      <ban uuid="e379d04e-43c6-44b9-b11e-e57aa419ae4e">
        <ip>142.93.214.87</ip>
        <time>1687968960</time>
      </ban>
      <ban uuid="529ad287-8c92-4cec-9dfb-955db7350759">
        <ip>107.170.242.11</ip>
        <time>1687971240</time>
      </ban>
      <ban uuid="67aa7a96-4118-426e-9d40-517a8d014a7b">
        <ip>162.243.130.9</ip>
        <time>1687973881</time>
      </ban>
      <ban uuid="0d6d08d6-d98c-4464-9872-fa0639f01f60">
        <ip>192.241.237.24</ip>
        <time>1688008860</time>
      </ban>
      <ban uuid="e9347521-5955-49dc-9e4f-160e9a8e45a3">
        <ip>178.128.206.45</ip>
        <time>1688024100</time>
      </ban>
      <ban uuid="c59d35ab-d565-40c6-aea0-1d8d9b4b8c27">
        <ip>192.241.204.59</ip>
        <time>1688048340</time>
      </ban>
      <ban uuid="ea020fc5-4e4a-4f03-8a8a-bc78eefdba6e">
        <ip>192.241.222.29</ip>
        <time>1688049360</time>
      </ban>
      <ban uuid="af05bc7e-ce42-48a7-bcd8-6d6583b68a9a">
        <ip>128.199.16.240</ip>
        <time>1688055180</time>
      </ban>
      <ban uuid="0ebd7aa7-e7e0-4630-bc15-cbccdcc2d7ad">
        <ip>2.57.121.139</ip>
        <time>1688059020</time>
      </ban>
      <ban uuid="e57228c9-7f64-40f8-83a2-90680e3832e4">
        <ip>139.59.224.177</ip>
        <time>1688065920</time>
      </ban>
      <ban uuid="d79650d7-af77-4bd5-8b30-542fb85612c0">
        <ip>192.241.222.7</ip>
        <time>1688078820</time>
      </ban>
      <ban uuid="02c4ff22-d122-4b5a-8158-8fc0762e4cef">
        <ip>149.28.151.190</ip>
        <time>1688094060</time>
      </ban>
      <ban uuid="8a894ff7-760a-48db-9717-10abf677120f">
        <ip>107.170.248.37</ip>
        <time>1688094720</time>
      </ban>
      <ban uuid="e6d6a5ca-7cb3-419a-867b-230c489e7ee8">
        <ip>104.152.52.228</ip>
        <time>1688095500</time>
      </ban>
      <ban uuid="7e3db7c7-b335-4539-b952-8e5a094e3215">
        <ip>107.170.240.34</ip>
        <time>1688098440</time>
      </ban>
      <ban uuid="df0634f9-ad19-467e-b677-a4f725e4b9dd">
        <ip>192.241.232.12</ip>
        <time>1688135880</time>
      </ban>
      <ban uuid="e172367c-018b-4fe7-8376-05ca4c9a7860">
        <ip>192.241.216.15</ip>
        <time>1688154420</time>
      </ban>
      <ban uuid="92e27a36-a6d5-40c4-9533-e43e0ee6f94b">
        <ip>192.241.224.19</ip>
        <time>1688170860</time>
      </ban>
      <ban uuid="f1d6b3ee-7ccc-40e6-b668-d14b56c772ed">
        <ip>178.128.196.158</ip>
        <time>1688184241</time>
      </ban>
      <ban uuid="47921149-d400-43e9-984e-7e9367a013f2">
        <ip>167.99.40.138</ip>
        <time>1688199420</time>
      </ban>
      <ban uuid="dc1cc74a-c169-404e-99cd-586869e0807c">
        <ip>206.189.29.255</ip>
        <time>1688206020</time>
      </ban>
      <ban uuid="0a53ad56-3e5e-4a1f-8fd5-d1c52e27817c">
        <ip>144.126.230.57</ip>
        <time>1688208900</time>
      </ban>
      <ban uuid="aa1f1361-749c-4784-9744-c5404ddf1276">
        <ip>142.93.164.90</ip>
        <time>1688213940</time>
      </ban>
      <ban uuid="fb391531-6bc6-4cdd-a52a-02208d480ede">
        <ip>144.202.36.234</ip>
        <time>1688214120</time>
      </ban>
      <ban uuid="ad917b11-73a2-438a-9dd0-d375bd5718bb">
        <ip>162.243.149.7</ip>
        <time>1688222340</time>
      </ban>
      <ban uuid="24252563-11f4-4cdc-a8a0-ba8062479b9b">
        <ip>207.180.216.103</ip>
        <time>1688225220</time>
      </ban>
      <ban uuid="03d37310-b922-41b5-b596-d893295180ed">
        <ip>162.243.134.10</ip>
        <time>1688230500</time>
      </ban>
      <ban uuid="f32b2f60-c9bc-44da-9471-e2a22cc7d9db">
        <ip>170.64.166.144</ip>
        <time>1688242860</time>
      </ban>
      <ban uuid="87e1c8e4-160c-4f92-8106-adc16099cf88">
        <ip>146.190.119.189</ip>
        <time>1688246460</time>
      </ban>
      <ban uuid="f3ea7096-c65c-4a62-809f-f2c52619e4a5">
        <ip>143.110.252.200</ip>
        <time>1688251140</time>
      </ban>
      <ban uuid="73291f3c-8764-4c9a-9d06-39955400ffb7">
        <ip>107.170.244.11</ip>
        <time>1688265000</time>
      </ban>
      <ban uuid="e4a87364-e34e-46ca-884d-d07a22484d4f">
        <ip>45.88.90.105</ip>
        <time>1688275980</time>
      </ban>
      <ban uuid="884ecb7c-01c4-479e-b82e-bbabcc2665ee">
        <ip>164.92.241.96</ip>
        <time>1688283720</time>
      </ban>
      <ban uuid="83eec043-7f12-4574-b49d-04a63ccb47b6">
        <ip>167.99.126.20</ip>
        <time>1688304840</time>
      </ban>
      <ban uuid="34c8dfd4-91e4-4bdc-864b-588fa7b91f8e">
        <ip>162.243.151.4</ip>
        <time>1688308740</time>
      </ban>
      <ban uuid="554f19f8-751a-49e8-8d05-3959e04c6cb0">
        <ip>162.243.131.20</ip>
        <time>1688316960</time>
      </ban>
      <ban uuid="6199eb5f-ce24-4fc6-b314-f8c34f695b94">
        <ip>161.35.36.91</ip>
        <time>1688326020</time>
      </ban>
      <ban uuid="3c3465de-7f42-470f-b0d1-bc340c3442e7">
        <ip>192.241.232.45</ip>
        <time>1688328720</time>
      </ban>
      <ban uuid="4231964c-a873-4108-96da-85d6d73ff6e3">
        <ip>18.203.69.223</ip>
        <time>1688332200</time>
      </ban>
      <ban uuid="ed07ef48-fc10-4311-882c-31473501559c">
        <ip>107.170.252.9</ip>
        <time>1688353920</time>
      </ban>
      <ban uuid="bdae24ab-afcb-44bb-bfae-a345e9e273ae">
        <ip>167.172.224.238</ip>
        <time>1688368440</time>
      </ban>
      <ban uuid="be48dbe4-bdc6-4f16-9dcb-ad0457022b98">
        <ip>128.199.219.111</ip>
        <time>1688399700</time>
      </ban>
      <ban uuid="d8dfd546-68b2-41e3-b534-dd2523425b48">
        <ip>192.241.220.21</ip>
        <time>1688413800</time>
      </ban>
      <ban uuid="b697aaa1-4fa5-4900-aa4a-2f85e748526a">
        <ip>3.80.186.193</ip>
        <time>1688421841</time>
      </ban>
      <ban uuid="550627aa-289e-49d3-b112-b0fc5eeef1dd">
        <ip>192.241.230.9</ip>
        <time>1688455080</time>
      </ban>
      <ban uuid="16844e45-550c-4d2a-a533-6a3ee249707f">
        <ip>159.223.186.99</ip>
        <time>1688473860</time>
      </ban>
      <ban uuid="9476ad77-9d23-44ea-8135-e7f4906e837c">
        <ip>192.241.194.38</ip>
        <time>1688489760</time>
      </ban>
      <ban uuid="fc31d9a0-b2ac-44d6-86bb-1eea84bc7835">
        <ip>144.126.147.164</ip>
        <time>1688494681</time>
      </ban>
      <ban uuid="94164a39-f237-4c12-9fb3-ad73ea5e6dd3">
        <ip>157.230.222.239</ip>
        <time>1688505360</time>
      </ban>
      <ban uuid="ad844c51-a88d-481d-bbb2-2610e87e1f83">
        <ip>192.241.225.11</ip>
        <time>1688509680</time>
      </ban>
      <ban uuid="e1243d93-6c8d-4753-aa83-b4c09d4982ba">
        <ip>192.241.201.43</ip>
        <time>1688510580</time>
      </ban>
      <ban uuid="5fc3ccf1-0e29-4bcd-a66c-488640336c90">
        <ip>69.164.217.245</ip>
        <time>1688525340</time>
      </ban>
      <ban uuid="12de4d5a-050f-4ac4-9b09-934151e1a3d2">
        <ip>167.172.140.136</ip>
        <time>1688526000</time>
      </ban>
      <ban uuid="e43323da-98a4-4fea-b3b0-8a58b0531014">
        <ip>220.94.228.162</ip>
        <time>1688527500</time>
      </ban>
      <ban uuid="b75fd5d0-fcc4-4c62-b03c-2e27b593b8ba">
        <ip>104.152.52.206</ip>
        <time>1688528820</time>
      </ban>
      <ban uuid="8f32dfd8-345c-4f89-89a4-65800b744f26">
        <ip>198.199.109.120</ip>
        <time>1688576160</time>
      </ban>
      <ban uuid="5a86dda5-2818-4cbd-a34b-f5dbfc3d7895">
        <ip>165.232.32.110</ip>
        <time>1688602800</time>
      </ban>
      <ban uuid="8f5b60b8-8673-481d-a5a3-31891cc2abdd">
        <ip>134.122.106.248</ip>
        <time>1688626981</time>
      </ban>
      <ban uuid="e88282a4-5c94-474d-8efd-904208cade11">
        <ip>85.208.139.156</ip>
        <time>1688635740</time>
      </ban>
      <ban uuid="b5e90cfe-d9eb-468e-98a4-f56250e54780">
        <ip>192.241.201.11</ip>
        <time>1688654460</time>
      </ban>
      <ban uuid="539da240-7644-4ac9-bd80-e13fd3d150de">
        <ip>192.241.232.14</ip>
        <time>1688662740</time>
      </ban>
      <ban uuid="222d3d48-c670-49a8-b976-94b22882fd8a">
        <ip>165.227.212.161</ip>
        <time>1688665140</time>
      </ban>
      <ban uuid="299b4d85-332e-4456-ad41-6d9ad56f9380">
        <ip>162.243.152.28</ip>
        <time>1688672760</time>
      </ban>
      <ban uuid="3460d5bb-988a-4432-83a9-9b66108e54da">
        <ip>159.203.208.9</ip>
        <time>1688681160</time>
      </ban>
      <ban uuid="f8b1683a-fdf2-41bd-89be-dc97673f3b01">
        <ip>167.99.247.109</ip>
        <time>1688686380</time>
      </ban>
      <ban uuid="4806ffbc-0626-4063-b2a5-81cd6ab72011">
        <ip>35.216.225.253</ip>
        <time>1688689980</time>
      </ban>
      <ban uuid="6de5eb58-21a4-4286-9ac0-75fcf4e6f47a">
        <ip>213.5.130.61</ip>
        <time>1688696520</time>
      </ban>
      <ban uuid="3d88ccd1-93fe-4f5c-9550-d180646bdccc">
        <ip>68.183.79.162</ip>
        <time>1688734080</time>
      </ban>
      <ban uuid="86cbf74c-f7e8-4f1e-a4b2-c41303407186">
        <ip>198.199.106.111</ip>
        <time>1688739720</time>
      </ban>
      <ban uuid="05b0aaf6-43ab-4ce0-9b89-9d0ee9d76fce">
        <ip>107.170.241.34</ip>
        <time>1688740980</time>
      </ban>
      <ban uuid="9147f0be-9d53-4b6a-8e9d-43aa7d230f3d">
        <ip>95.214.27.39</ip>
        <time>1688745540</time>
      </ban>
      <ban uuid="0f86f434-0b59-452e-8795-a262255db15a">
        <ip>198.199.101.105</ip>
        <time>1688749080</time>
      </ban>
      <ban uuid="e4624d7c-38ce-4f1f-894c-d6818208961f">
        <ip>157.245.35.124</ip>
        <time>1688755140</time>
      </ban>
      <ban uuid="40c4ec32-32d8-496e-b45e-c4f3711751e8">
        <ip>137.117.121.68</ip>
        <time>1688769960</time>
      </ban>
      <ban uuid="9a347678-98f2-4870-b7a6-9bb2577b40fd">
        <ip>107.170.235.34</ip>
        <time>1688784180</time>
      </ban>
      <ban uuid="5df70dbe-3289-4697-846b-7b8ca4552f91">
        <ip>159.65.84.174</ip>
        <time>1688801040</time>
      </ban>
      <ban uuid="1aacb60c-9065-4cb5-a357-8bb1640d60bd">
        <ip>193.176.244.245</ip>
        <time>1688811960</time>
      </ban>
      <ban uuid="436196d7-d440-4ee2-990f-4ec0d1c9e226">
        <ip>139.59.65.2</ip>
        <time>1688821800</time>
      </ban>
      <ban uuid="655240de-13de-43cd-89b4-06b6cf3df207">
        <ip>192.241.206.21</ip>
        <time>1688825940</time>
      </ban>
      <ban uuid="96374c06-009e-4f58-96a8-30b232c4697d">
        <ip>66.45.244.250</ip>
        <time>1688827680</time>
      </ban>
      <ban uuid="b0759160-2f90-4d6a-a01c-ac6aa9d8c1cc">
        <ip>192.241.203.28</ip>
        <time>1688835420</time>
      </ban>
      <ban uuid="86eeb4ec-d292-4a35-8a3d-be7c447f1454">
        <ip>162.243.143.25</ip>
        <time>1688842260</time>
      </ban>
      <ban uuid="c06018ed-0a75-4f32-9052-5554503145ba">
        <ip>159.65.195.0</ip>
        <time>1688842980</time>
      </ban>
      <ban uuid="23b6bda7-2c6e-4ad1-b00c-ffd82510ce54">
        <ip>85.143.216.183</ip>
        <time>1688865360</time>
      </ban>
      <ban uuid="67aaa63e-cf2d-4d0b-a9bf-e4b2421729fd">
        <ip>185.201.9.209</ip>
        <time>1688869080</time>
      </ban>
      <ban uuid="e98177c4-f8cb-48e4-b6ba-f988b8f06592">
        <ip>192.241.196.30</ip>
        <time>1688895240</time>
      </ban>
      <ban uuid="5ac7f06c-bc87-4146-b12d-97cd4e613a84">
        <ip>188.166.10.198</ip>
        <time>1688908080</time>
      </ban>
      <ban uuid="51d6ba1b-fb26-4bfb-9d1b-5d7136e2128c">
        <ip>139.59.4.43</ip>
        <time>1688928840</time>
      </ban>
      <ban uuid="58050985-2872-4484-b47a-31f736ed8598">
        <ip>64.227.137.24</ip>
        <time>1688949120</time>
      </ban>
      <ban uuid="eacee4db-c79e-4fa2-81e6-50e672c95732">
        <ip>159.203.208.37</ip>
        <time>1688953380</time>
      </ban>
      <ban uuid="a249e3c9-be34-42b9-83ab-0ce1efb2d089">
        <ip>170.64.156.55</ip>
        <time>1688959740</time>
      </ban>
      <ban uuid="1d4acd53-d03d-4b5d-8549-6c5dec76425b">
        <ip>54.66.28.57</ip>
        <time>1688960220</time>
      </ban>
      <ban uuid="2b0ee132-d9bb-4af6-8a72-21c2892436ad">
        <ip>109.206.242.50</ip>
        <time>1688982780</time>
      </ban>
      <ban uuid="52d0cc96-bbcb-45f5-98dc-76ef4d4f648b">
        <ip>81.130.159.64</ip>
        <time>1688993640</time>
      </ban>
      <ban uuid="c3c82e8f-a179-4145-a1ef-6d21e750c9b2">
        <ip>159.89.47.154</ip>
        <time>1689000960</time>
      </ban>
      <ban uuid="9831da9f-d649-4bab-8a78-e7c42b796232">
        <ip>107.170.244.25</ip>
        <time>1689008460</time>
      </ban>
      <ban uuid="cb41427a-a352-46dd-9272-bad1793dd54f">
        <ip>103.110.33.235</ip>
        <time>1689017040</time>
      </ban>
      <ban uuid="d5108814-d972-4d33-a00b-cf11bec3f022">
        <ip>192.241.200.33</ip>
        <time>1689029400</time>
      </ban>
      <ban uuid="5dba0213-4491-44ac-a422-5c1aabe5c1c7">
        <ip>134.122.122.186</ip>
        <time>1689031920</time>
      </ban>
      <ban uuid="190bb0b7-6c10-429c-85b1-602970f3e62e">
        <ip>80.66.83.62</ip>
        <time>1689079140</time>
      </ban>
      <ban uuid="5a4d6b30-d6ec-4389-88ef-ee824c8a5012">
        <ip>107.170.245.13</ip>
        <time>1689086700</time>
      </ban>
      <ban uuid="d80ee973-4a80-4218-95ab-c7e800d66cbe">
        <ip>142.93.185.169</ip>
        <time>1689093840</time>
      </ban>
      <ban uuid="5c4651ca-50ca-40e0-b726-93fc363c20ef">
        <ip>107.170.235.13</ip>
        <time>1689094800</time>
      </ban>
      <ban uuid="f361f31a-1ce3-4915-87d6-b4bc47d46d83">
        <ip>198.199.108.7</ip>
        <time>1689104040</time>
      </ban>
      <ban uuid="940935d4-7835-44eb-a536-e8207feaeafd">
        <ip>192.241.192.14</ip>
        <time>1689131700</time>
      </ban>
      <ban uuid="ec868779-9436-4ad9-ae75-3c79d3d8b51b">
        <ip>198.199.94.6</ip>
        <time>1689138180</time>
      </ban>
      <ban uuid="a29359e7-753c-4f0b-810a-0e62c6bd9fd5">
        <ip>107.170.225.23</ip>
        <time>1689152940</time>
      </ban>
      <ban uuid="e0f19982-2de5-4c53-be1c-3bfe78a7f582">
        <ip>128.199.22.224</ip>
        <time>1689155280</time>
      </ban>
      <ban uuid="e9f34086-dc77-40e3-a802-955901e6ffa4">
        <ip>195.123.210.231</ip>
        <time>1689171420</time>
      </ban>
      <ban uuid="600f7bff-771f-4d50-9e72-c62bd4974df3">
        <ip>167.99.83.92</ip>
        <time>1689176100</time>
      </ban>
      <ban uuid="f288bf03-19c5-4045-ae1b-90e80030cf27">
        <ip>107.170.252.15</ip>
        <time>1689181200</time>
      </ban>
      <ban uuid="d96fcce5-ef28-421c-8726-d60ccf0afdd0">
        <ip>134.122.34.237</ip>
        <time>1689183180</time>
      </ban>
      <ban uuid="2a5f36c5-7bfa-4d18-8117-4543e0dea8ec">
        <ip>162.243.131.10</ip>
        <time>1689186720</time>
      </ban>
      <ban uuid="10a1d078-00fb-42fc-81ab-6899df1fec1e">
        <ip>192.241.225.23</ip>
        <time>1689191460</time>
      </ban>
      <ban uuid="95bbc99f-66e0-4053-8f18-e11ef5a411a6">
        <ip>162.243.132.21</ip>
        <time>1689197340</time>
      </ban>
      <ban uuid="e490be9c-d947-44de-9cc5-dcc4e0eef7c0">
        <ip>192.241.208.65</ip>
        <time>1689211620</time>
      </ban>
      <ban uuid="af60711b-131b-4a00-9bdc-8c3847a14423">
        <ip>178.128.234.182</ip>
        <time>1689216960</time>
      </ban>
      <ban uuid="429b0edb-75a1-4044-b71d-58a738b21a21">
        <ip>159.203.240.23</ip>
        <time>1689218700</time>
      </ban>
      <ban uuid="edea7cb8-d51e-4d19-83d4-b2b8d822aab9">
        <ip>24.199.98.33</ip>
        <time>1689243240</time>
      </ban>
      <ban uuid="ffffada1-a071-468d-817a-474ad0f0fb76">
        <ip>143.244.138.155</ip>
        <time>1689250320</time>
      </ban>
      <ban uuid="bfbbeb03-2d17-4ec4-863b-7d5e21fb9986">
        <ip>162.243.128.22</ip>
        <time>1689259500</time>
      </ban>
      <ban uuid="b63a2a23-0954-4ebd-be86-4fc790154956">
        <ip>192.241.196.56</ip>
        <time>1689267781</time>
      </ban>
      <ban uuid="8d38e3da-9873-48dd-a41b-35bf4f3984eb">
        <ip>107.170.226.21</ip>
        <time>1689291480</time>
      </ban>
      <ban uuid="e90d95cc-85d0-4d8a-b197-54d3dff2bee6">
        <ip>167.71.74.174</ip>
        <time>1689306480</time>
      </ban>
      <ban uuid="bc89b7ad-7040-4727-877f-03d344576fe5">
        <ip>194.26.192.17</ip>
        <time>1689308040</time>
      </ban>
      <ban uuid="9aa572ec-5b61-4a1b-a01c-17963becd23f">
        <ip>107.170.252.26</ip>
        <time>1689344640</time>
      </ban>
      <ban uuid="4f01172f-b51c-474e-b399-4239f352b95a">
        <ip>164.92.191.5</ip>
        <time>1689348660</time>
      </ban>
      <ban uuid="c0d830cd-9e53-437e-b84d-362b7ab2f7c6">
        <ip>107.170.255.55</ip>
        <time>1689351000</time>
      </ban>
      <ban uuid="8991e695-449b-4101-a916-c98dadce4b9d">
        <ip>192.241.202.24</ip>
        <time>1689354000</time>
      </ban>
      <ban uuid="cd62d0bd-2207-44d8-863b-829b320d5fa6">
        <ip>147.182.152.35</ip>
        <time>1689367440</time>
      </ban>
      <ban uuid="1e15cbe9-b9f8-4fee-ae96-1679d6268a94">
        <ip>104.152.52.225</ip>
        <time>1689391800</time>
      </ban>
      <ban uuid="6fe41783-8c4c-4bdf-a198-44a468560721">
        <ip>162.243.132.57</ip>
        <time>1689428520</time>
      </ban>
      <ban uuid="73966cfa-6a8a-48b9-8de8-7d106756c2b3">
        <ip>139.59.35.202</ip>
        <time>1689439200</time>
      </ban>
      <ban uuid="7dfa78c2-68f2-4196-ab37-75151c36c497">
        <ip>162.243.132.24</ip>
        <time>1689440581</time>
      </ban>
      <ban uuid="65db1249-faf3-4a53-a9f2-2faec81a83f4">
        <ip>192.241.217.47</ip>
        <time>1689450780</time>
      </ban>
      <ban uuid="e58a3d95-997e-441d-b39a-2ad4dc4e92d1">
        <ip>162.243.139.21</ip>
        <time>1689450840</time>
      </ban>
      <ban uuid="a5a4edcc-714a-4082-8a0b-c669c02a1267">
        <ip>51.195.76.74</ip>
        <time>1689479400</time>
      </ban>
      <ban uuid="c9034eaf-ffbf-41f8-a0d1-a58cfaca3ab9">
        <ip>170.64.183.151</ip>
        <time>1689494280</time>
      </ban>
      <ban uuid="e56a3fdf-1184-48ef-ab3f-ce0c11f103e8">
        <ip>104.209.174.26</ip>
        <time>1689513060</time>
      </ban>
      <ban uuid="0a099d6b-b096-4bef-b792-c00c20533f93">
        <ip>198.199.108.144</ip>
        <time>1689518760</time>
      </ban>
      <ban uuid="64bc745c-b8f7-4c04-a0a1-788bd8c6fc96">
        <ip>192.241.200.76</ip>
        <time>1689523200</time>
      </ban>
      <ban uuid="fa4f6750-dc0f-494b-895f-f4833585e21e">
        <ip>159.223.145.9</ip>
        <time>1689525420</time>
      </ban>
      <ban uuid="c8b8f5b3-92ef-4ce8-b5f7-c6446c314606">
        <ip>79.110.49.145</ip>
        <time>1689527821</time>
      </ban>
      <ban uuid="578e2b11-0aaf-4f3c-894a-2b3de3b6b3a9">
        <ip>172.176.189.183</ip>
        <time>1689533520</time>
      </ban>
      <ban uuid="e5300b30-3c4a-473b-a416-02118795c335">
        <ip>192.241.224.23</ip>
        <time>1689589500</time>
      </ban>
      <ban uuid="700a29c9-983a-4c63-8be9-a4d5e2710e2a">
        <ip>104.248.56.189</ip>
        <time>1689590160</time>
      </ban>
      <ban uuid="7ce7b71a-a140-4883-9d59-5cac6518bea5">
        <ip>104.236.128.39</ip>
        <time>1689597420</time>
      </ban>
      <ban uuid="6ac70e6d-4095-4ddd-bb07-2449a1e78ad4">
        <ip>138.197.32.11</ip>
        <time>1689600720</time>
      </ban>
      <ban uuid="810abab1-f04e-46f3-ad0e-fba52fb075cf">
        <ip>162.243.137.7</ip>
        <time>1689605100</time>
      </ban>
      <ban uuid="e7212dfe-de70-40a6-a98d-ae36bbc22cdf">
        <ip>80.94.93.181</ip>
        <time>1689605400</time>
      </ban>
      <ban uuid="c1fc4f1e-35d0-4d6d-8062-d6eed3d5c494">
        <ip>194.61.28.131</ip>
        <time>1689629160</time>
      </ban>
      <ban uuid="2bd7a28a-390e-4340-8fff-ff476d19d1aa">
        <ip>194.39.126.81</ip>
        <time>1689631140</time>
      </ban>
      <ban uuid="655369bd-c341-4e23-9067-38e6748e2aea">
        <ip>64.227.131.8</ip>
        <time>1689631320</time>
      </ban>
      <ban uuid="65ae32e3-ab29-4437-857b-c3510d721dc4">
        <ip>107.170.230.19</ip>
        <time>1689650880</time>
      </ban>
      <ban uuid="c9b60696-c595-42de-9691-7903bfda3734">
        <ip>164.92.149.225</ip>
        <time>1689652140</time>
      </ban>
      <ban uuid="137dc5a8-5a25-41d1-998b-7eeaa93bdfd4">
        <ip>192.241.233.11</ip>
        <time>1689663120</time>
      </ban>
      <ban uuid="bad7ee80-e274-485b-b6a4-089785f1368d">
        <ip>18.183.63.107</ip>
        <time>1689678181</time>
      </ban>
      <ban uuid="1f35d96d-40d8-4f24-8a8b-4d065d0f7c92">
        <ip>157.245.210.254</ip>
        <time>1689683820</time>
      </ban>
      <ban uuid="04c41585-b18c-4120-abbe-54790b8a3afe">
        <ip>107.170.225.36</ip>
        <time>1689686340</time>
      </ban>
      <ban uuid="844eed12-74e3-4c06-b28f-0aedcf068701">
        <ip>159.203.224.7</ip>
        <time>1689691680</time>
      </ban>
      <ban uuid="656f1496-92e8-42e8-980a-b4ab2eacb2b9">
        <ip>35.216.136.183</ip>
        <time>1689692280</time>
      </ban>
      <ban uuid="ccc474d4-9899-4423-9855-8bbfb82a4a1d">
        <ip>162.243.151.9</ip>
        <time>1689694620</time>
      </ban>
      <ban uuid="1a06e614-3478-40f7-afab-d1087cacc5f0">
        <ip>209.97.180.200</ip>
        <time>1689703980</time>
      </ban>
      <ban uuid="6328943e-553f-4232-9f61-a36bb3bbc86e">
        <ip>107.170.250.25</ip>
        <time>1689720240</time>
      </ban>
      <ban uuid="2e066c38-1151-4e3d-9abc-0e0ba3303323">
        <ip>198.199.107.114</ip>
        <time>1689732420</time>
      </ban>
      <ban uuid="a80f7cc5-7916-4313-8e68-1ba8dab91b50">
        <ip>162.243.147.15</ip>
        <time>1689743340</time>
      </ban>
      <ban uuid="33011dfe-1e51-4a07-9a7e-488eebc2e96f">
        <ip>107.170.229.41</ip>
        <time>1689777300</time>
      </ban>
      <ban uuid="7388068f-1109-4c30-9c06-87864e47a173">
        <ip>192.241.198.133</ip>
        <time>1689787920</time>
      </ban>
      <ban uuid="fe2a12b6-0873-4d8f-b4fc-8910655c60d5">
        <ip>20.172.171.4</ip>
        <time>1689797280</time>
      </ban>
      <ban uuid="da55ce44-ce24-4b47-bbe6-8d536ea76af2">
        <ip>159.203.208.17</ip>
        <time>1689797340</time>
      </ban>
      <ban uuid="c01e5667-7a32-44f3-a7ec-4437abda7c69">
        <ip>162.243.141.26</ip>
        <time>1689823440</time>
      </ban>
      <ban uuid="a88b6b5f-1c90-4b26-ad58-48df8106620f">
        <ip>104.152.52.96</ip>
        <time>1689823440</time>
      </ban>
      <ban uuid="c93742f7-7d47-4bda-b116-f108681b4eec">
        <ip>170.64.191.206</ip>
        <time>1689833700</time>
      </ban>
      <ban uuid="779ccc1b-f618-4a5b-a3f1-bf2192a10549">
        <ip>107.170.238.25</ip>
        <time>1689849420</time>
      </ban>
      <ban uuid="ccdca6e0-60b2-4e48-bb09-d7872b9c7126">
        <ip>178.62.3.68</ip>
        <time>1689854280</time>
      </ban>
      <ban uuid="149dd03f-c728-47f4-8b6f-a1d2d614c390">
        <ip>162.243.143.23</ip>
        <time>1689863280</time>
      </ban>
      <ban uuid="0d4ee622-2dae-4e2d-82ab-7bcd6b7495d7">
        <ip>64.227.79.208</ip>
        <time>1689874920</time>
      </ban>
      <ban uuid="70eb0409-c735-4d48-bd45-3d6d4b3006de">
        <ip>198.199.114.65</ip>
        <time>1689878280</time>
      </ban>
      <ban uuid="29b920bd-5692-40df-914d-8e329d14db01">
        <ip>138.68.208.46</ip>
        <time>1689884100</time>
      </ban>
      <ban uuid="8faca314-7f96-4e3c-b3f9-39a94fa26400">
        <ip>104.236.128.40</ip>
        <time>1689890760</time>
      </ban>
      <ban uuid="895fb775-0003-4cc6-afc9-7665b518878c">
        <ip>162.243.141.20</ip>
        <time>1689891660</time>
      </ban>
      <ban uuid="ea98ff15-1be0-4f21-952e-20d6db193d17">
        <ip>134.122.33.165</ip>
        <time>1689916680</time>
      </ban>
      <ban uuid="36e558b7-890a-4a6f-a2f1-5cb032da7553">
        <ip>45.95.146.12</ip>
        <time>1689919740</time>
      </ban>
      <ban uuid="55e73d21-4acb-4f4f-ac43-359de5c41ab1">
        <ip>206.189.57.162</ip>
        <time>1689933480</time>
      </ban>
      <ban uuid="5461c3b9-bd57-4056-af67-9214cad2f29e">
        <ip>143.198.44.126</ip>
        <time>1689938820</time>
      </ban>
      <ban uuid="b56f5f51-209b-449f-9deb-a087d123488f">
        <ip>107.170.192.25</ip>
        <time>1689945900</time>
      </ban>
      <ban uuid="7ab89924-8e6d-4b27-8ce4-8aba94df364c">
        <ip>198.199.106.44</ip>
        <time>1689948000</time>
      </ban>
      <ban uuid="b62ed95a-a29b-42af-9f3c-3ec322ef16e9">
        <ip>107.170.231.11</ip>
        <time>1689950820</time>
      </ban>
      <ban uuid="b048d464-3077-41c5-a634-f1c774ea17bc">
        <ip>107.170.253.38</ip>
        <time>1689958800</time>
      </ban>
      <ban uuid="b88cc76b-afd7-4e43-ab77-541a095b176b">
        <ip>107.170.247.35</ip>
        <time>1689965940</time>
      </ban>
      <ban uuid="deb12c72-02d4-4c10-bad2-69cfe16a769f">
        <ip>137.184.170.82</ip>
        <time>1689971820</time>
      </ban>
      <ban uuid="e0364009-46c0-48a5-a270-a31cf32115bc">
        <ip>162.243.133.47</ip>
        <time>1689985800</time>
      </ban>
      <ban uuid="10b87485-f736-4720-852f-b3417fe96d11">
        <ip>192.241.236.82</ip>
        <time>1689987000</time>
      </ban>
      <ban uuid="d2a7b484-cf5f-4c7f-a2b9-fa911d62ff83">
        <ip>192.241.208.66</ip>
        <time>1689988500</time>
      </ban>
      <ban uuid="f9db2b18-b0f0-47b7-81dc-9dcd54b7d43b">
        <ip>192.241.235.36</ip>
        <time>1689989880</time>
      </ban>
      <ban uuid="d387162b-6ae3-4666-84aa-358f17e023aa">
        <ip>162.243.136.75</ip>
        <time>1689991560</time>
      </ban>
      <ban uuid="a2e74bd0-cf6a-408e-bec5-7cca07072b08">
        <ip>192.241.218.52</ip>
        <time>1689992940</time>
      </ban>
      <ban uuid="319446b3-44fb-42c9-8b81-10ad9357114d">
        <ip>198.199.115.123</ip>
        <time>1689993300</time>
      </ban>
      <ban uuid="8906243f-4f52-42a2-bff8-6d10f64d9bdf">
        <ip>198.199.117.110</ip>
        <time>1689993840</time>
      </ban>
      <ban uuid="485b8d34-58eb-4514-a7cd-350133c0384e">
        <ip>192.241.204.206</ip>
        <time>1689997620</time>
      </ban>
      <ban uuid="b451c80e-2a5e-4730-97ed-71db32d1662f">
        <ip>213.108.199.49</ip>
        <time>1690014660</time>
      </ban>
      <ban uuid="6e9288b3-f358-4940-86e4-f8228e122db0">
        <ip>192.241.220.29</ip>
        <time>1690022400</time>
      </ban>
      <ban uuid="ff07ced1-6f51-44d6-8c2e-831e1d9496d9">
        <ip>159.203.208.30</ip>
        <time>1690026240</time>
      </ban>
      <ban uuid="93c223c8-b602-45a1-909f-27ce90de6f23">
        <ip>192.241.234.10</ip>
        <time>1690037580</time>
      </ban>
      <ban uuid="a08a0dfb-4580-4f31-bf5f-a50711271bf0">
        <ip>128.199.222.52</ip>
        <time>1690041000</time>
      </ban>
      <ban uuid="217c735a-9123-4373-b8ca-ee3dc16f31da">
        <ip>54.194.205.29</ip>
        <time>1690044420</time>
      </ban>
      <ban uuid="6e92bb7b-8f10-44cc-a899-91ec4fb8e469">
        <ip>107.170.236.16</ip>
        <time>1690064700</time>
      </ban>
      <ban uuid="07de1f35-b74b-4027-9682-b9b210c8d7c1">
        <ip>107.170.248.45</ip>
        <time>1690065960</time>
      </ban>
      <ban uuid="a27b4ee3-ae8d-4ca2-813e-fa0ac266e5e8">
        <ip>163.172.68.76</ip>
        <time>1690069620</time>
      </ban>
      <ban uuid="d68d12cf-a746-4914-8485-15e3d2e1578e">
        <ip>64.227.158.75</ip>
        <time>1690072740</time>
      </ban>
      <ban uuid="e65e30d4-5dcf-4a09-83d3-3d1d0aa3a170">
        <ip>159.203.224.26</ip>
        <time>1690075440</time>
      </ban>
      <ban uuid="f1dd9ad4-02f7-4838-89af-61a30c338349">
        <ip>144.126.225.214</ip>
        <time>1690093800</time>
      </ban>
      <ban uuid="d93ebc88-6c71-4bbf-8aec-be750501ce45">
        <ip>192.241.197.51</ip>
        <time>1690094341</time>
      </ban>
      <ban uuid="66f6a683-4f5a-4912-9e16-98e04168df3b">
        <ip>107.170.243.10</ip>
        <time>1690099920</time>
      </ban>
      <ban uuid="8618e537-4712-440f-89e8-fd47997aeebc">
        <ip>199.116.118.251</ip>
        <time>1690103340</time>
      </ban>
      <ban uuid="4bbb7741-e2a7-485d-adfa-46de5b839d92">
        <ip>138.68.208.36</ip>
        <time>1690122900</time>
      </ban>
      <ban uuid="fe460714-be95-45d0-ada3-f01349de8576">
        <ip>170.64.188.112</ip>
        <time>1690125180</time>
      </ban>
      <ban uuid="9ea67bd2-7c35-436d-84f1-d129f72e2038">
        <ip>107.170.228.20</ip>
        <time>1690144800</time>
      </ban>
      <ban uuid="72eb95fa-50a0-4273-b1f5-fa2549f2ccd3">
        <ip>139.59.174.133</ip>
        <time>1690145880</time>
      </ban>
      <ban uuid="ef862f09-be26-4cd0-95e8-84c1276e834f">
        <ip>192.241.198.9</ip>
        <time>1690156980</time>
      </ban>
      <ban uuid="69ae9e94-18b2-4cf0-970b-761be282e0f8">
        <ip>134.209.18.80</ip>
        <time>1690161900</time>
      </ban>
      <ban uuid="c99a5d20-5709-4450-87ea-b3484957263d">
        <ip>198.199.113.7</ip>
        <time>1690166220</time>
      </ban>
      <ban uuid="6db4e92d-472f-4c12-b794-13e9b3009919">
        <ip>107.170.246.30</ip>
        <time>1690166400</time>
      </ban>
      <ban uuid="bc7d946f-e12a-4036-8807-a8d99eb35971">
        <ip>162.243.147.23</ip>
        <time>1690173360</time>
      </ban>
      <ban uuid="68e6cc8e-f549-4e99-8f9d-a68376d48e46">
        <ip>107.170.237.75</ip>
        <time>1690180740</time>
      </ban>
      <ban uuid="de10d8d8-8d0e-4ae4-ad94-f98cdd19a8c6">
        <ip>192.241.215.35</ip>
        <time>1690182180</time>
      </ban>
      <ban uuid="546c7af3-9b9b-4290-812c-3d7d8ebc55d3">
        <ip>192.241.236.40</ip>
        <time>1690188660</time>
      </ban>
      <ban uuid="604916e5-bd20-4d98-b010-ae4b728599b5">
        <ip>192.241.239.19</ip>
        <time>1690192320</time>
      </ban>
      <ban uuid="b8a1f091-67a5-44ec-9467-8f2e2981d82e">
        <ip>165.227.76.11</ip>
        <time>1690192860</time>
      </ban>
      <ban uuid="9eea4c3a-216a-4974-a7d4-ca23b7049b89">
        <ip>130.37.198.74</ip>
        <time>1690195260</time>
      </ban>
      <ban uuid="142e0d66-1cbd-433c-b0f1-c024dfb106b8">
        <ip>198.199.101.181</ip>
        <time>1690197000</time>
      </ban>
      <ban uuid="7cd39b06-0c5d-493c-9c78-189b2429604b">
        <ip>192.241.225.32</ip>
        <time>1690206600</time>
      </ban>
      <ban uuid="d551b74f-0b1f-4fd7-b2d6-06f710ea7293">
        <ip>167.71.198.43</ip>
        <time>1690214041</time>
      </ban>
      <ban uuid="63ccd175-47c7-4511-97e1-f58674266a6e">
        <ip>162.243.148.16</ip>
        <time>1690214460</time>
      </ban>
      <ban uuid="1a471dfe-5a3e-41b0-b6f1-23affe4a44e8">
        <ip>162.243.130.23</ip>
        <time>1690218181</time>
      </ban>
      <ban uuid="31735c2d-5857-41bd-9001-9c96c17b3c6f">
        <ip>192.241.214.25</ip>
        <time>1690226820</time>
      </ban>
      <ban uuid="8d7aa624-2b19-4472-b0a2-1a50c20209ba">
        <ip>35.216.159.40</ip>
        <time>1690233780</time>
      </ban>
      <ban uuid="f8afa88e-858d-4ff1-9a95-0e7d92882509">
        <ip>107.170.251.12</ip>
        <time>1690240920</time>
      </ban>
      <ban uuid="381b626e-f341-426a-9583-f3842ac864ed">
        <ip>192.241.213.41</ip>
        <time>1690244280</time>
      </ban>
      <ban uuid="822439c6-314c-4272-83c7-f5f1aedd4cd5">
        <ip>54.87.183.220</ip>
        <time>1690244640</time>
      </ban>
      <ban uuid="906adf38-2048-4463-a827-edf6fd9bbe4a">
        <ip>198.199.96.98</ip>
        <time>1690248420</time>
      </ban>
      <ban uuid="2c937ce8-71c8-4356-967f-204b598c7b65">
        <ip>104.152.52.235</ip>
        <time>1690257360</time>
      </ban>
      <ban uuid="8092f3fa-5c35-4134-8c6b-2634b641ecc9">
        <ip>2.57.122.233</ip>
        <time>1690262400</time>
      </ban>
      <ban uuid="d1717dcc-410f-4d79-80d8-bdb3b6ed4475">
        <ip>192.241.192.55</ip>
        <time>1690268340</time>
      </ban>
      <ban uuid="7eaf2324-d21f-488a-9ff6-35516cdbe335">
        <ip>198.199.94.44</ip>
        <time>1690277460</time>
      </ban>
      <ban uuid="6d0d6934-b0a7-4981-9ca6-0e3c36024687">
        <ip>162.243.140.11</ip>
        <time>1690285140</time>
      </ban>
      <ban uuid="761b8e9e-5e72-4fbb-9bd0-8fe9747b13ab">
        <ip>192.241.225.71</ip>
        <time>1690313460</time>
      </ban>
      <ban uuid="6ea5371c-cba8-49ed-938f-a13e0afd28e6">
        <ip>147.182.208.102</ip>
        <time>1690318320</time>
      </ban>
      <ban uuid="43c7ef66-e12b-42c6-b8d2-f7a2333f5cbd">
        <ip>198.199.97.30</ip>
        <time>1690323480</time>
      </ban>
      <ban uuid="09b2a970-d518-44e8-9cb3-a4d0c45159f8">
        <ip>198.199.117.77</ip>
        <time>1690336440</time>
      </ban>
      <ban uuid="503594d9-9f33-4038-b318-7d1511e136ed">
        <ip>178.128.209.177</ip>
        <time>1690339081</time>
      </ban>
      <ban uuid="7f984858-00ad-40cc-90c3-aeb7883276c6">
        <ip>157.245.36.201</ip>
        <time>1690360320</time>
      </ban>
      <ban uuid="1c4bdd66-9542-4fb7-aba6-4704e2a5a65f">
        <ip>137.184.200.85</ip>
        <time>1690381680</time>
      </ban>
      <ban uuid="f409603d-c85d-4519-9c8f-db605952d9d2">
        <ip>142.93.43.82</ip>
        <time>1690390020</time>
      </ban>
      <ban uuid="76c52137-52aa-4686-a52e-4f3e8781eac1">
        <ip>167.172.185.211</ip>
        <time>1690402620</time>
      </ban>
      <ban uuid="573296d5-8fab-4bc8-9fdc-e6c1e0c643c8">
        <ip>149.129.50.37</ip>
        <time>1690403220</time>
      </ban>
      <ban uuid="de701095-53bb-452b-a232-dce74ef20e97">
        <ip>159.203.136.82</ip>
        <time>1690413300</time>
      </ban>
      <ban uuid="be49cc2d-56ec-437d-81bf-8665d5386c01">
        <ip>192.241.203.69</ip>
        <time>1690419720</time>
      </ban>
      <ban uuid="8d57fd48-c2a5-4c66-8376-88787fdf8bc9">
        <ip>206.189.149.168</ip>
        <time>1690420020</time>
      </ban>
      <ban uuid="2445a724-330f-40ac-9209-325a58ce6909">
        <ip>162.243.128.39</ip>
        <time>1690420380</time>
      </ban>
      <ban uuid="28a8c0a1-3a37-41ad-8ede-16697886020d">
        <ip>107.170.232.58</ip>
        <time>1690423020</time>
      </ban>
      <ban uuid="9d886cb3-6649-41b3-baf8-b054dbc8d5fa">
        <ip>35.205.96.143</ip>
        <time>1690423620</time>
      </ban>
      <ban uuid="da41035b-d8f9-4518-96ed-7777c3a9a7ec">
        <ip>162.243.129.9</ip>
        <time>1690424940</time>
      </ban>
      <ban uuid="8a2cee7c-e990-44d3-bdea-9ca60a5a0deb">
        <ip>178.128.255.225</ip>
        <time>1690451940</time>
      </ban>
      <ban uuid="79277cd3-1163-4e62-b55d-33998a7d73fb">
        <ip>192.241.239.4</ip>
        <time>1690454340</time>
      </ban>
      <ban uuid="0d1f03b4-a167-46b9-a1b3-619314fe4b90">
        <ip>192.241.231.47</ip>
        <time>1690460640</time>
      </ban>
      <ban uuid="ce39735c-f5bf-4904-8623-ae3e5ff37da5">
        <ip>198.199.119.73</ip>
        <time>1690462800</time>
      </ban>
      <ban uuid="0c13c95b-789b-460f-9321-df179b3d767d">
        <ip>206.189.30.156</ip>
        <time>1690468380</time>
      </ban>
      <ban uuid="0d0a4e5a-5d14-4d14-9710-54c5f93805ef">
        <ip>107.170.235.23</ip>
        <time>1690490640</time>
      </ban>
      <ban uuid="57ddd410-5f09-48e5-9dea-03300db7e348">
        <ip>107.170.240.9</ip>
        <time>1690511220</time>
      </ban>
      <ban uuid="0e17802a-634f-4eb5-97b3-1b9e5fd57421">
        <ip>162.243.132.16</ip>
        <time>1690511340</time>
      </ban>
      <ban uuid="004dc025-4dd1-43b6-a9f6-14e95788dd3a">
        <ip>138.68.63.221</ip>
        <time>1690516980</time>
      </ban>
      <ban uuid="c3e2c308-9bcd-40d4-a570-6486c5459dc7">
        <ip>192.241.207.54</ip>
        <time>1690519560</time>
      </ban>
      <ban uuid="74192d50-dec2-4aed-9936-039066a56976">
        <ip>107.170.236.41</ip>
        <time>1690523460</time>
      </ban>
      <ban uuid="6f797527-ff80-46ac-9564-8083fedbeab4">
        <ip>192.241.208.49</ip>
        <time>1690528140</time>
      </ban>
      <ban uuid="8421fe59-5996-47f5-82ce-0ebf51a2d680">
        <ip>162.243.136.73</ip>
        <time>1690528620</time>
      </ban>
      <ban uuid="ca6a3379-4573-4847-8dfb-8606f68d0384">
        <ip>198.199.105.84</ip>
        <time>1690563480</time>
      </ban>
      <ban uuid="31a767f2-0fcb-496e-8d6a-a13f68b213d3">
        <ip>107.170.252.55</ip>
        <time>1690572060</time>
      </ban>
      <ban uuid="03b2a37c-9503-45dc-be24-a7eab49a3c5e">
        <ip>138.197.120.35</ip>
        <time>1690574520</time>
      </ban>
      <ban uuid="4df28d35-1d79-4067-8d94-e26186d0f95f">
        <ip>18.220.163.115</ip>
        <time>1690574701</time>
      </ban>
      <ban uuid="c50733fa-dbed-48d7-9cab-c7221f8219d4">
        <ip>159.65.111.249</ip>
        <time>1690583760</time>
      </ban>
      <ban uuid="7a6c5a03-9370-41b0-af5e-07ac646d001b">
        <ip>137.184.218.78</ip>
        <time>1690595760</time>
      </ban>
      <ban uuid="3898ef2c-6578-4a3b-b898-ca523dbcc922">
        <ip>192.241.195.116</ip>
        <time>1690603800</time>
      </ban>
      <ban uuid="6f53de41-9aeb-4115-b455-51f8bdf1d284">
        <ip>170.64.185.81</ip>
        <time>1690616400</time>
      </ban>
      <ban uuid="9ddc073c-6338-47bc-87e7-6d9e016ced35">
        <ip>192.241.237.34</ip>
        <time>1690618140</time>
      </ban>
      <ban uuid="b264b77b-75a5-4bbb-b373-26bec783f287">
        <ip>192.241.215.38</ip>
        <time>1690636560</time>
      </ban>
      <ban uuid="3efa78eb-c534-4ffb-83d4-79f2e7a3f32f">
        <ip>139.19.117.196</ip>
        <time>1690642260</time>
      </ban>
      <ban uuid="f1b68fbb-6ab2-40ff-9fe2-2ec231845e12">
        <ip>162.243.128.11</ip>
        <time>1690647840</time>
      </ban>
      <ban uuid="f4c0e21b-6303-42a8-8aec-fb1b41e9480f">
        <ip>64.227.72.204</ip>
        <time>1690648801</time>
      </ban>
      <ban uuid="f89fe3bc-dab2-4357-a505-d4752d7cba53">
        <ip>107.170.230.25</ip>
        <time>1690665900</time>
      </ban>
      <ban uuid="89cd5ea9-534f-4162-9b57-1793ec26f202">
        <ip>23.95.110.140</ip>
        <time>1690665960</time>
      </ban>
      <ban uuid="1cb42f34-460b-4998-8f4f-74e44107f3a1">
        <ip>198.199.102.67</ip>
        <time>1690668000</time>
      </ban>
      <ban uuid="4808e343-db20-4c5f-8461-1aed2294b83f">
        <ip>192.241.238.27</ip>
        <time>1690673280</time>
      </ban>
      <ban uuid="908c43d8-900c-400a-b907-f4649c593166">
        <ip>170.64.146.57</ip>
        <time>1690689781</time>
      </ban>
      <ban uuid="9a321a93-770d-435d-9055-2f144a8b3f6b">
        <ip>173.249.37.74</ip>
        <time>1690693740</time>
      </ban>
      <ban uuid="0b890a85-1c9f-40cc-8cbc-f5c538d91f3f">
        <ip>104.152.52.203</ip>
        <time>1690693740</time>
      </ban>
      <ban uuid="d86e7500-ed60-4fab-8f74-77c6231dd8b6">
        <ip>138.68.208.32</ip>
        <time>1690707600</time>
      </ban>
      <ban uuid="dcc2d9ae-cd2e-4c71-bc10-c01b933c7871">
        <ip>192.241.205.18</ip>
        <time>1690726740</time>
      </ban>
      <ban uuid="26f97bfe-c032-4dac-9704-8ef320e83f5c">
        <ip>207.154.234.219</ip>
        <time>1690733340</time>
      </ban>
      <ban uuid="0b39a0f3-7767-4f23-a352-aa0500cd5862">
        <ip>104.131.144.39</ip>
        <time>1690747140</time>
      </ban>
      <ban uuid="3fe7c91a-9d3d-4374-889c-5e2cd85b8af6">
        <ip>165.232.73.237</ip>
        <time>1690748040</time>
      </ban>
      <ban uuid="d9340236-0818-4a56-b5da-0beaf66d211a">
        <ip>173.224.126.236</ip>
        <time>1690749120</time>
      </ban>
      <ban uuid="38a8fc1e-ca20-4682-9067-ba58cdaecc99">
        <ip>165.22.234.60</ip>
        <time>1690754581</time>
      </ban>
      <ban uuid="148fa72c-7671-48b9-99d6-46a24256cb15">
        <ip>198.199.105.59</ip>
        <time>1690764360</time>
      </ban>
      <ban uuid="5cbd8e55-433a-4402-80c9-ccb546f802a5">
        <ip>192.241.222.34</ip>
        <time>1690797060</time>
      </ban>
      <ban uuid="c106b977-a1ae-4470-b4f8-47effd9fe0c7">
        <ip>87.121.221.11</ip>
        <time>1690837800</time>
      </ban>
      <ban uuid="6314d312-9ff9-41f2-ab3d-bde426b07c50">
        <ip>35.216.158.194</ip>
        <time>1690851540</time>
      </ban>
      <ban uuid="247c924e-2c6d-41dd-a465-a643879d5dd0">
        <ip>198.199.114.97</ip>
        <time>1690865881</time>
      </ban>
      <ban uuid="36263470-d964-4f54-96f6-a79b552d3890">
        <ip>159.223.63.23</ip>
        <time>1690873140</time>
      </ban>
      <ban uuid="9221d0d8-4956-4373-92bf-7b417f133824">
        <ip>192.241.215.11</ip>
        <time>1690875960</time>
      </ban>
      <ban uuid="96fee3da-5202-436f-aaf9-f3212cb69ec2">
        <ip>35.216.241.78</ip>
        <time>1690877041</time>
      </ban>
      <ban uuid="152fc768-b9ab-40f3-b6e0-0ac358741f06">
        <ip>104.131.144.32</ip>
        <time>1690882200</time>
      </ban>
      <ban uuid="cab7cee7-5d3a-4864-8eca-bbd24842f5f1">
        <ip>198.199.116.62</ip>
        <time>1690885260</time>
      </ban>
      <ban uuid="d15fc18a-1aad-41d0-80a3-05fff014ad4c">
        <ip>77.91.85.147</ip>
        <time>1690893120</time>
      </ban>
      <ban uuid="5244c28e-b166-48fe-a193-c66502d68020">
        <ip>167.172.69.183</ip>
        <time>1690908360</time>
      </ban>
      <ban uuid="0494e144-5448-40cf-b11f-d2f95b8d8e76">
        <ip>107.170.253.8</ip>
        <time>1690911840</time>
      </ban>
      <ban uuid="9f4af96b-1723-406a-98f5-e8ff11454086">
        <ip>198.199.112.4</ip>
        <time>1690937400</time>
      </ban>
      <ban uuid="804e9787-3a4f-443a-9d57-d393241e74f2">
        <ip>192.241.213.12</ip>
        <time>1690940160</time>
      </ban>
      <ban uuid="dcd1eae7-fb2b-49b6-935b-8c7217b96be6">
        <ip>161.35.55.68</ip>
        <time>1690944060</time>
      </ban>
      <ban uuid="bd7da73f-85bc-40d4-9ac7-84c3ec041386">
        <ip>167.71.100.44</ip>
        <time>1690954740</time>
      </ban>
      <ban uuid="5824a3a0-9da2-458a-be38-5637c696df1e">
        <ip>162.243.133.43</ip>
        <time>1690958880</time>
      </ban>
      <ban uuid="f302fa53-3b56-4340-a52d-d587cb86a106">
        <ip>92.118.39.242</ip>
        <time>1690960620</time>
      </ban>
      <ban uuid="d62faa0e-0b72-4f5c-b957-b78247889159">
        <ip>192.241.211.32</ip>
        <time>1690963560</time>
      </ban>
      <ban uuid="1b69d5fd-e6a3-4de8-9206-0b9e04ca822b">
        <ip>198.199.115.31</ip>
        <time>1690977841</time>
      </ban>
      <ban uuid="5be6bb6a-1490-4a1b-9910-f1d8de39cb48">
        <ip>162.243.146.49</ip>
        <time>1690986000</time>
      </ban>
      <ban uuid="6df91b46-e407-4ef8-95bd-a3c792fef1f0">
        <ip>192.241.217.35</ip>
        <time>1690994640</time>
      </ban>
      <ban uuid="2a0bf65d-e2ab-41f7-a164-5a15f1254362">
        <ip>83.171.249.77</ip>
        <time>1691008080</time>
      </ban>
      <ban uuid="f8c663e2-632d-4877-98cf-4de8986e3f60">
        <ip>153.120.43.149</ip>
        <time>1691008380</time>
      </ban>
      <ban uuid="58dd8f77-d8f6-4ed4-b9d3-d6cf826c403c">
        <ip>164.92.196.194</ip>
        <time>1691047080</time>
      </ban>
      <ban uuid="349c8138-0e6c-4991-8d59-fa617042a9da">
        <ip>192.241.196.120</ip>
        <time>1691050020</time>
      </ban>
      <ban uuid="b83711a2-103e-490a-98b6-837d4e461a18">
        <ip>107.170.246.35</ip>
        <time>1691053080</time>
      </ban>
      <ban uuid="35497322-403a-403e-8db7-9b07c8a5b8b1">
        <ip>107.170.233.42</ip>
        <time>1691053680</time>
      </ban>
      <ban uuid="1e759961-3214-4e5a-a535-aa888485ce19">
        <ip>87.121.221.176</ip>
        <time>1691064060</time>
      </ban>
      <ban uuid="8c8cb225-9b93-4af9-9fdf-13524b581543">
        <ip>107.170.228.37</ip>
        <time>1691070480</time>
      </ban>
      <ban uuid="06c15c57-74cf-4431-a09f-fb2dcca9799e">
        <ip>213.248.43.103</ip>
        <time>1691071920</time>
      </ban>
      <ban uuid="d1ba4798-6deb-41dd-a2d2-3fdac049884c">
        <ip>161.35.190.246</ip>
        <time>1691073720</time>
      </ban>
      <ban uuid="0c21a314-6020-46fc-a540-0927f64ce515">
        <ip>192.241.195.64</ip>
        <time>1691085300</time>
      </ban>
      <ban uuid="c72be930-ddd5-4339-9df3-79775bd3826f">
        <ip>192.241.222.92</ip>
        <time>1691089740</time>
      </ban>
      <ban uuid="236dfb2c-74fe-43be-8acf-952ced74b759">
        <ip>162.243.141.15</ip>
        <time>1691090700</time>
      </ban>
      <ban uuid="bf518094-ce72-4eb5-bf87-7a105e4579f2">
        <ip>143.110.215.16</ip>
        <time>1691095500</time>
      </ban>
      <ban uuid="5f9d86e6-5c2a-44f7-b28f-d0b235733bca">
        <ip>162.243.132.12</ip>
        <time>1691113260</time>
      </ban>
      <ban uuid="a8b56010-4c69-4978-a02c-ac9eb8ef2533">
        <ip>104.152.52.240</ip>
        <time>1691121720</time>
      </ban>
      <ban uuid="4972cef0-0663-40d5-bdb3-2aad59dfc29d">
        <ip>20.165.221.152</ip>
        <time>1691125381</time>
      </ban>
      <ban uuid="f55f8faf-f589-483c-b490-02ed192d6165">
        <ip>198.199.113.95</ip>
        <time>1691129940</time>
      </ban>
      <ban uuid="ceb9f9d5-cce6-44c8-9f91-7580f9397b1a">
        <ip>92.63.196.33</ip>
        <time>1691134140</time>
      </ban>
      <ban uuid="b1036eb7-b5c8-498a-aa05-cb110e4538fd">
        <ip>104.219.232.122</ip>
        <time>1691141520</time>
      </ban>
      <ban uuid="d3dcf303-eed2-4ee3-8952-ab5194fe938a">
        <ip>192.241.225.57</ip>
        <time>1691146560</time>
      </ban>
      <ban uuid="0141f4fa-5b0e-4045-882c-2d7cf293b06e">
        <ip>192.241.233.35</ip>
        <time>1691148660</time>
      </ban>
      <ban uuid="34a73d36-827e-435c-a279-51f6b251317b">
        <ip>107.170.247.36</ip>
        <time>1691165940</time>
      </ban>
      <ban uuid="01b725aa-e207-431c-801d-0140267d947e">
        <ip>162.243.132.15</ip>
        <time>1691170200</time>
      </ban>
      <ban uuid="1733e059-4ba5-41b4-bf2f-a44b3f0de53c">
        <ip>34.253.157.191</ip>
        <time>1691173020</time>
      </ban>
      <ban uuid="a72aacf9-516a-4456-99b6-ada1c68b9ce9">
        <ip>198.199.116.46</ip>
        <time>1691186040</time>
      </ban>
      <ban uuid="0c00f652-26fb-4e58-80df-c59c61fe3ff3">
        <ip>192.241.224.37</ip>
        <time>1691200740</time>
      </ban>
      <ban uuid="566430a9-9b0e-49ad-82b4-e3a9dd0b9ced">
        <ip>38.146.70.6</ip>
        <time>1691205180</time>
      </ban>
      <ban uuid="7c72c3b3-32bb-4e87-b02f-955c060aaf43">
        <ip>137.184.255.55</ip>
        <time>1691205720</time>
      </ban>
      <ban uuid="89bc8d73-1866-4806-8ac1-d0d02e64ed89">
        <ip>107.170.247.42</ip>
        <time>1691219340</time>
      </ban>
      <ban uuid="c2a2ba5a-0737-4dfa-9c07-44824226ba31">
        <ip>192.241.223.28</ip>
        <time>1691223660</time>
      </ban>
      <ban uuid="206fdaf9-261a-439c-8004-b7d1e4cfad9b">
        <ip>157.245.155.157</ip>
        <time>1691228520</time>
      </ban>
      <ban uuid="464e58d7-d440-4b62-ae58-8fbfea459189">
        <ip>198.199.108.17</ip>
        <time>1691247540</time>
      </ban>
      <ban uuid="df73624b-0ae0-4a14-9d3f-20eae4816517">
        <ip>137.184.255.51</ip>
        <time>1691256360</time>
      </ban>
      <ban uuid="71e64785-bee4-40be-932b-b98581ac1da9">
        <ip>192.241.209.14</ip>
        <time>1691258160</time>
      </ban>
      <ban uuid="6c8eded0-25c1-4872-a1b8-12c5a0016581">
        <ip>198.199.116.49</ip>
        <time>1691287500</time>
      </ban>
      <ban uuid="5cce6259-999a-42b8-a49e-efcca7dcb4fc">
        <ip>198.199.115.54</ip>
        <time>1691288520</time>
      </ban>
      <ban uuid="e4361eb4-b75d-4ceb-92c5-dd97435358b4">
        <ip>142.93.172.13</ip>
        <time>1691292360</time>
      </ban>
      <ban uuid="10986b1a-9577-472d-b539-0cee4bc98361">
        <ip>147.182.154.58</ip>
        <time>1691307420</time>
      </ban>
      <ban uuid="dfb448a2-ff32-44a1-88a1-8f0a812266ec">
        <ip>59.24.186.249</ip>
        <time>1691308620</time>
      </ban>
      <ban uuid="c25ca1a0-ba7c-4529-935e-dac9047e0c61">
        <ip>203.106.166.205</ip>
        <time>1691312400</time>
      </ban>
      <ban uuid="a231946a-7bb3-4d28-b8fe-d316a4dda05f">
        <ip>192.241.211.25</ip>
        <time>1691317620</time>
      </ban>
      <ban uuid="f9bd9105-bd9b-4893-a345-d0720db88158">
        <ip>198.199.95.90</ip>
        <time>1691348760</time>
      </ban>
      <ban uuid="a4617218-29b0-4736-b7b0-96d3fdffd740">
        <ip>107.170.237.54</ip>
        <time>1691351460</time>
      </ban>
      <ban uuid="b3119d92-3fea-4556-8bcc-3f97d41a1dee">
        <ip>178.128.222.181</ip>
        <time>1691355720</time>
      </ban>
      <ban uuid="f590045f-e0f9-40af-9ffe-60f46be690fd">
        <ip>193.26.115.99</ip>
        <time>1691364240</time>
      </ban>
      <ban uuid="bfda1d3b-e3b5-4c25-af45-4e93b44cc64e">
        <ip>162.243.149.11</ip>
        <time>1691381041</time>
      </ban>
      <ban uuid="a315fcba-62b0-4110-bdab-ccb49e7181e5">
        <ip>157.245.109.32</ip>
        <time>1691386860</time>
      </ban>
      <ban uuid="f95495b0-4f34-4b69-8894-4f974788da10">
        <ip>45.138.16.121</ip>
        <time>1691387820</time>
      </ban>
      <ban uuid="840d9080-1c13-477a-a607-e43195f3ae75">
        <ip>42.118.145.111</ip>
        <time>1691397360</time>
      </ban>
      <ban uuid="0bcbde2b-5b3f-4c28-a141-a1f4ea29698d">
        <ip>58.20.254.131</ip>
        <time>1691407500</time>
      </ban>
      <ban uuid="8f94ecfe-f9df-431a-839b-872d50aa9e11">
        <ip>107.170.240.35</ip>
        <time>1691414520</time>
      </ban>
      <ban uuid="938e6452-1b2c-49e9-9b3b-8b35b1fde32f">
        <ip>192.241.208.5</ip>
        <time>1691442120</time>
      </ban>
      <ban uuid="cdeb0efb-b19f-49b6-820b-b238dd60d039">
        <ip>107.170.232.49</ip>
        <time>1691448480</time>
      </ban>
      <ban uuid="32e352a4-d4fc-43b8-a069-57a89558e473">
        <ip>165.22.118.5</ip>
        <time>1691459400</time>
      </ban>
      <ban uuid="7806716f-e195-4e8e-bfd9-b0ff2efe8fa8">
        <ip>35.216.205.216</ip>
        <time>1691467501</time>
      </ban>
      <ban uuid="e8a01240-cf32-426b-b3c3-1f6e4fb50975">
        <ip>192.241.216.31</ip>
        <time>1691470800</time>
      </ban>
      <ban uuid="d4ad310d-5e19-499a-a637-da85cdf0a09b">
        <ip>128.199.137.99</ip>
        <time>1691476260</time>
      </ban>
      <ban uuid="b01184ba-0a4f-4a7e-8621-fea444527574">
        <ip>198.199.101.89</ip>
        <time>1691476380</time>
      </ban>
      <ban uuid="32febac6-7097-4298-904c-4b561e777838">
        <ip>198.199.113.56</ip>
        <time>1691488140</time>
      </ban>
      <ban uuid="4d0d0d3c-146d-4a56-8485-8eb552e2fceb">
        <ip>192.241.204.48</ip>
        <time>1691505240</time>
      </ban>
      <ban uuid="d5e26652-2a6d-464c-a81e-017d51aace75">
        <ip>107.170.253.35</ip>
        <time>1691510641</time>
      </ban>
      <ban uuid="86aaba33-9654-4cd8-bafa-e4af31d506d0">
        <ip>162.243.145.46</ip>
        <time>1691520180</time>
      </ban>
      <ban uuid="16ff8fbb-edb0-4758-8628-5e3a76d0e64f">
        <ip>192.241.236.59</ip>
        <time>1691525821</time>
      </ban>
      <ban uuid="bdcc8536-6877-415a-961f-639d8d6a72e5">
        <ip>192.241.195.48</ip>
        <time>1691532360</time>
      </ban>
      <ban uuid="25c47352-c96d-4ef0-a7cf-c77a8fe9b82b">
        <ip>192.241.232.40</ip>
        <time>1691555580</time>
      </ban>
      <ban uuid="9c1cfe80-c207-4d14-aa26-9762f663432a">
        <ip>79.110.48.218</ip>
        <time>1691572500</time>
      </ban>
      <ban uuid="f561f378-d5b7-418e-b5e7-51b64dba7364">
        <ip>104.248.229.49</ip>
        <time>1691574720</time>
      </ban>
      <ban uuid="c1f55450-4701-4e6d-b22e-076b16241976">
        <ip>162.243.149.26</ip>
        <time>1691621760</time>
      </ban>
      <ban uuid="af5b8a50-6340-4be1-a9b5-392d84403857">
        <ip>192.241.232.38</ip>
        <time>1691624940</time>
      </ban>
      <ban uuid="a6cc3c1a-acf5-4b43-a26c-f51d63ebe58b">
        <ip>64.227.162.4</ip>
        <time>1691625420</time>
      </ban>
      <ban uuid="54ad5b91-581a-414b-80dd-01594906cb27">
        <ip>192.155.88.231</ip>
        <time>1691635740</time>
      </ban>
    </Nginx>
    <AcmeClient version="3.4.0">
      <settings>
        <enabled>0</enabled>
        <autoRenewal>1</autoRenewal>
        <UpdateCron/>
        <environment/>
        <challengePort>43580</challengePort>
        <TLSchallengePort>43581</TLSchallengePort>
        <restartTimeout>600</restartTimeout>
        <haproxyIntegration>0</haproxyIntegration>
        <haproxyAclRef/>
        <haproxyActionRef/>
        <haproxyServerRef/>
        <haproxyBackendRef/>
        <logLevel>normal</logLevel>
        <showIntro>0</showIntro>
      </settings>
      <accounts>
        <account uuid="96048225-e6cc-4aaa-a57c-49e0f6deb128">
          <id>646bb3518cba89.83754648</id>
          <enabled>1</enabled>
          <name>koch.casa</name>
          <description>Koch Domain</description>
          <email>akoch4216@hotmail.com</email>
          <ca>letsencrypt_test</ca>
          <custom_ca/>
          <eab_kid/>
          <eab_hmac/>
          <key>LS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVktLS0tLQpNSUlKS0FJQkFBS0NBZ0VBMDFtOWZmOTJDUjJDbDFWK0psbVFTbXlIeitRb3B4SWVrOTBIcndiajhuTmhBTmNzClJseWdwbEZsNHlHWkhNczZURGRRVWlKcUxCWVEyWmJLQXZmNU0xcldzUjVQcTBvZkdzOEVMa01vd0IwT0FiaVoKM0wwa2dmdTBkMTF6YTZuVC9sNnJBaDM5WUM2MUZHZmMzc0lLeUpQL3pIM3dDTlREcm1vS3EwVEZFdlJ6dVRCZAp0RjdqdGFhMHNDTlNzZjhnQzVqTG0vUm9LTkJkdG5vMmx6ZWd3aUd0TndhTWV1Z3ZaNzUzRzQ2S1VCWnVNbUdRClF1TURiWkxqUFBBYlkyK3crMHUzMHhHbHZQTWdZY1JMb0E0Y3ZLYlJXQVg3eTRNSFRuWE5ZajQ0UkNpSGFOUVQKSHI1M01aRCtQckpETDY3aERWaWdQSjhwdUwxc25vT1U4SzQ0SHp5YTQvRDM3dzZmOC9WN082Z3ZIWE1GTzBRWQo4UHhOb2tIYnY2bFM3N1JFMG0vUVRVaWR2SGErek1FZEZGWVQ2TXV1bEtjSWs5Vk1Bd2ZyYkdOY0diOEZFVkc2ClJqZ0RzWnJrTDlJd2lzTWVqOElWUHRpZ1h1ZVhMSTAwZldjd2ZvMUtqUkV1ZS9sMVFPTGF1THNDMjEwTEZKTGsKcjI3c0FEcHJISkJFUGVSM013RE9tSk1VeTlBVm56ZFZRVHVHRzRCamE0QWdwM0U4ZDVPZHo1b1d1eXczeENrYQp6L1EzSW9JSW15ZzM0cno2aExDempod280Y0x1VWc5Wmp5MEt4TUZQdnY3Qk1IU2VYWUE5NjZ6eERrSmc1bEtlCm5mQ01vRjhnOGpYdW13NGs0K1pwSSsrSndiM1ltbmNsc01LU3pwUGt1MG4rVHRYdGpEdG83ZHo1YlNrQ0F3RUEKQVFLQ0FnRUFpYk0vVmJjNlpVZjN6TGVqNEVLY1V4RVJEMjY4MmRWaFhMODJnVi9BNWpjc0xVc0VDcmZRNTJ2RApNVSt6bldIL2txYTdTemdtNnFCWnpCcUZkWmV3b2pmK0J4b1RtQ3RMeHNDNEhaZ2VGY1VZV2lDM0JtMnBPcE1QCkNuSTFnQ0QvQVEwVzUrTTRNUkZkWTNVa0gzSlhha1dhOU5YY3JUUktaZm1yQjlsZmVURVJzTWVGVmI0NUtDSDgKT1lKYUg2UjBjWG5VdHNCdm1KL2hYc0dUamNSdGxlNHhGOWZKY1U2VGpFazQreGhNbjA5dDdwOUlTWHYwd05CaQpBMU1BMVRGeEl0azdaR1pzRUlaclE2ZU1DalVIbmhZbDhPNjlGZVJCdjJuYkxiWVNITDQzTXlKeGJxZHpxelNuCm9adXRVSVRsRmpmMjltaFEyNDkzRkhQd2R6dGJUamVXNHB0UytreWZ1a3RjTE9mbWsrTXhrcTJMMkxmZGswNGQKN282aVBOM1hOa1duQnhzNXNrQWxqNlIvVTFuTkYybmhtaUgvK2UyQmd1Ry90Z2doMnBWbWNKb20vU1J6bzJnUgppd21lYUNmMHc3VE4zVHZJdEVoUGowbVpnd3hwUXNRNnp6ZEVJWVhhL1ovK1JIUzJyaWZPNXZoaUZkSHFESzFSCmpoMDd2SysvcENsYTcyTnViYkJJQ2lBbzNFVTc4WEczK3NZbmRnVjdCYUlxYWUwQURDa2M0ODR5N1QzM1lmOUkKTENLY2NMcnNZNGJsSkN1dy9OMXcrVUhPaXpxNXFsR0h6ZER3bFIwSkdyZ3lyYm1aYjU4Y0dHUVU0NXl1T2VaWgpqVDh3WnlBbGEzY0ZUR2ZiSC93QzMrM0ZzSWxmelVETG9rWU15YUM4T1F6SHRSZmJ5QzBDZ2dFQkFPMnh5VCtICjBZVUQxMEVhclNiZXRoRDBFUThmNG9qUy9MS1RmQzlDNkNIenFXVTBhVHFPOVRXWXViSkhaK28yTWQzSXI0ZzAKblJtNmZUVEdlODJQL1RaTWJWSTdxVXBqMWZjamE1U0draW5kWXk5NERoY2dXS3pQMEJPbGQvaXg1UTBYR1dNcApseUEzRFpLeFhPdHlwSG0rNHpLY016dkhIck5vVG5ORnArSWFqNkJQMDhxU3AxWGdIczJJeUJGeGJ5NmEvYUNJCnZaNmNzamRzS1Y5R2wzeXVRVFBhVEJuWFQwQS90SE53MnluMEhTMGFNTnQwbUxVTkpnblBkSGRIbFBGczFxVUoKVkRUSnAwNGRiT2RZQ1hZeC9aMjFCNFFkckZ1Z01ZYzlQYzVFb2lFQUtFdUorZmpwbXdZck9rc1FKdnErMUt0dwo5UklxQndBWnU1bmVhenNDZ2dFQkFPT2drM2huMlpOUGI4MFU1ZjJKZTFyMXJTMU5NZkludzdaeS9UbUN3WEUxCnE2UXJOU3A2TlVRY2txbzJqaFZsbmtnNXVUQW5lWll0bXl4TWxzeFNGL2hTRHU5NG55eURHVDZtNDdqWURDcG4Kc21yNWdoM0d5MWVXZnFMUWlxdEs1OTFOREwvUzA3L291ZkR5eDRCVklzNWhEdkxQMERuaVBPaHVBMmJ6QnZkNgpaL3JmSXB3a29YRkNhRXJZSWNNVllleUMyVlhON204QTJzeDdpV3RKVmlxZUdiYVd6NTVGcVVqb0J2QmtrR3luClJBZi9yU1NwbkRETjJDdWwxVVpuU2NQbEM4RlN3NytKOEJZTVBqWU1MQklQM2haeDRsY3l6eXlVd3cxWjZCbmIKQk91c3JOUlUwaVArRFlJL1lQRlpGeVZvREY1ZTArek1MRlMrV013ckd1c0NnZ0VBWVMyd284SzVqSEpYalF5RgpBa0ZIbW9MT2ZxcUFpWVFKUUZGQUVtcCtVWE0zTEdOVEtsZk1OTTl1REU5WlVzNDVjUDFkbG9nOE9vcWVLZmVFCklqVGVSMWJUMHkwRk41NjltYjduZXQvUjNqL2ZEMGM4SzRSVC9NTXh4UFovcURQQys2a1gvZ3pBOXJETFlkQVYKdDBVMXJYaTNscmQ1MHRURDNvR2tvVWczTFIvQzNMNEdUdW5LZERlZklGVHR4d1BqZXVCdkZUVVNvVWhiTElHUwpJSnZSejIzR3hwWlhTckZXZTJRUU9LcEpVRXUzcWZydFFxdld5eDdIRUhlNm5CR3QrVTZRS3dVM1lpV1h1ejRZCmlqVGFHWEt5eDhsOWV5eE9qVjlmSUhXUFVVZUtLWWZROGFGRmk5aW1RczFsbGM3U3dPMUlNWmVLK3BRb0xJaFkKeEwzRWhRS0NBUUJCc0poK1dmSDNTaWhvbGN4ZG82eGVycUdnZmpPWXY1TUNkeUxPMHdaQ1JvdlhIOFVERWl1SApFWHZkOVVxQnNFYkNieTRiVUhrTk52SWVFYWcvSkwzWUlzNCttNS9MOTdWMFdETkZwOHV5L1NRSExTUTR0YUwvCkR1WlMxRDRBZXVoNC9BQmU1MWZHZlVJVDMreGxBNnk4eEZQTkROMzVwbW1QWmhoRFFJVlZMQlVQMkE4ajRvcFkKcGlKMDN2UzNXTmRlcXRCUHE5TlFZMzNCSHpHa0xaRFpVYkQzK1lQSEdERm5ZZGFHejI3Q2ZHN3NwQU55bmlQKwpEWm1CMXlTNllacHZGdzJTWi9FbnVJWDV4dVM1TWtBUm9sU2tRNDlmUE1GL0N4dFRJZ3dTVWh1VWE4dWdweTNSCngwSmN3UytYMXU4UUUzdm1UQlY2czkxalExOWE1R0dyQW9JQkFHMUNFZDJESzBvZ0t3cWRlbHlWWS80L0ROeEIKN3pFeTU3TTIwekhZd2JWSTkxSWZENFVKa0p4ODdOeEFPVXJzR1FiZU45RjVvVHFuRWl3TnM5ZmFsSXFoZEFkeQpORXFkZFdJTVlYd1ZGUTV2aVd2OVExL0w3TWFGTzNsYTdsWXBKME9EdWp4aGlvNEhJRExkbXlNK3NJZ1B2TnZoCmMrd3krODNCTlY0dE5kaklaSHhQUm1aMnFMVzR4T2hla2RmcUd5SHhoZm9kZUNKRVZaM2xiZ3VrbkFXV1BWWWgKQXhQSHMrYkZEQ2p2ekVQd3dOK3ViTGo0dFBnQjdmb2dJcncxeDFHMUllSWdNQXgwU3IrQ1ZIeG5TY1ZxNnlzawpqSmJUUTh6aDF0Uld0QnBLT2JwdWJVN0NJMUtNUEN2ejBETWZJZmdIb1duZ1ZzWWtJc3VYNzRUblRSUT0KLS0tLS1FTkQgUlNBIFBSSVZBVEUgS0VZLS0tLS0K</key>
          <statusCode>200</statusCode>
          <statusLastUpdate>1684779889</statusLastUpdate>
        </account>
      </accounts>
      <certificates>
        <certificate uuid="3296e3db-ccad-41c8-b8f1-7a2c07bfc6aa">
          <id>646b953c008519.36556069</id>
          <enabled>1</enabled>
          <name>*.koch.casa</name>
          <description/>
          <altNames/>
          <account>96048225-e6cc-4aaa-a57c-49e0f6deb128</account>
          <validationMethod>432495c0-e584-48bd-b67e-12f55bde60db</validationMethod>
          <keyLength>key_ec384</keyLength>
          <ocsp>1</ocsp>
          <restartActions>a82cc989-efa3-4a95-8dca-3995f31c6cd7</restartActions>
          <autoRenewal>1</autoRenewal>
          <renewInterval>60</renewInterval>
          <aliasmode>none</aliasmode>
          <domainalias/>
          <challengealias/>
          <certRefId/>
          <lastUpdate/>
          <statusCode>400</statusCode>
          <statusLastUpdate>1684783526</statusLastUpdate>
        </certificate>
      </certificates>
      <validations>
        <validation uuid="432495c0-e584-48bd-b67e-12f55bde60db">
          <id>646b9431c5f4b2.63500194</id>
          <enabled>1</enabled>
          <name>verify</name>
          <description/>
          <method>dns01</method>
          <http_service>opnsense</http_service>
          <http_opn_autodiscovery>1</http_opn_autodiscovery>
          <http_opn_interface/>
          <http_opn_ipaddresses/>
          <http_haproxyInject>1</http_haproxyInject>
          <http_haproxyFrontends/>
          <tlsalpn_service>acme</tlsalpn_service>
          <tlsalpn_acme_autodiscovery>1</tlsalpn_acme_autodiscovery>
          <tlsalpn_acme_interface/>
          <tlsalpn_acme_ipaddresses/>
          <dns_service>dns_aws</dns_service>
          <dns_sleep>120</dns_sleep>
          <dns_active24_token/>
          <dns_ad_key/>
          <dns_ali_key/>
          <dns_ali_secret/>
          <dns_autodns_user/>
          <dns_autodns_password/>
          <dns_autodns_context/>
          <dns_aws_id>AKIASOOMY5DXQEJJOTEC</dns_aws_id>
          <dns_aws_secret>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</dns_aws_secret>
          <dns_azuredns_subscriptionid/>
          <dns_azuredns_tenantid/>
          <dns_azuredns_appid/>
          <dns_azuredns_clientsecret/>
          <dns_cf_email/>
          <dns_cf_key/>
          <dns_cf_token/>
          <dns_cf_account_id/>
          <dns_cf_zone_id/>
          <dns_cloudns_auth_id/>
          <dns_cloudns_sub_auth_id/>
          <dns_cloudns_auth_password/>
          <dns_cx_key/>
          <dns_cx_secret/>
          <dns_cyon_user/>
          <dns_cyon_password/>
          <dns_da_key/>
          <dns_da_insecure>1</dns_da_insecure>
          <dns_ddnss_token/>
          <dns_dgon_key/>
          <dns_dnsimple_token/>
          <dns_doapi_token/>
          <dns_do_pid/>
          <dns_do_password/>
          <dns_domeneshop_token/>
          <dns_domeneshop_secret/>
          <dns_dp_id/>
          <dns_dp_key/>
          <dns_dh_key/>
          <dns_duckdns_token/>
          <dns_dyn_customer/>
          <dns_dyn_user/>
          <dns_dyn_password/>
          <dns_dynu_clientid/>
          <dns_dynu_secret/>
          <dns_freedns_user/>
          <dns_freedns_password/>
          <dns_gandi_livedns_key/>
          <dns_gcloud_key/>
          <dns_gd_key/>
          <dns_gd_secret/>
          <dns_hostingde_server/>
          <dns_hostingde_apiKey/>
          <dns_he_user/>
          <dns_he_password/>
          <dns_infoblox_credentials/>
          <dns_infoblox_server/>
          <dns_inwx_user/>
          <dns_inws_password/>
          <dns_ionos_prefix/>
          <dns_ionos_secret/>
          <dns_ispconfig_user/>
          <dns_ispconfig_password/>
          <dns_ispconfig_api/>
          <dns_ispconfig_insecure>1</dns_ispconfig_insecure>
          <dns_joker_username/>
          <dns_joker_password/>
          <dns_kinghost_username/>
          <dns_kinghost_password/>
          <dns_knot_server/>
          <dns_knot_key/>
          <dns_lexicon_provider>cloudflare</dns_lexicon_provider>
          <dns_lexicon_user/>
          <dns_lexicon_token/>
          <dns_linode_key/>
          <dns_linode_v4_key/>
          <dns_loopia_api>https://api.loopia.se/RPCSERV</dns_loopia_api>
          <dns_loopia_user/>
          <dns_loopia_password/>
          <dns_lua_email/>
          <dns_lua_key/>
          <dns_miab_user/>
          <dns_miab_password/>
          <dns_miab_server/>
          <dns_me_key/>
          <dns_me_secret/>
          <dns_mythic_beasts_key/>
          <dns_mythic_beasts_secret/>
          <dns_namecheap_user>Rorauc</dns_namecheap_user>
          <dns_namecheap_api>c54979f2343c49ff9caf4c583b3442ad</dns_namecheap_api>
          <dns_namecheap_sourceip/>
          <dns_namecom_user/>
          <dns_namecom_token/>
          <dns_namesilo_key/>
          <dns_nederhost_key/>
          <dns_netcup_cid/>
          <dns_netcup_key/>
          <dns_netcup_pw/>
          <dns_njalla_token/>
          <dns_nsone_key/>
          <dns_nsupdate_server/>
          <dns_nsupdate_zone/>
          <dns_nsupdate_key/>
          <dns_online_key/>
          <dns_opnsense_host>localhost</dns_opnsense_host>
          <dns_opnsense_port>443</dns_opnsense_port>
          <dns_opnsense_key/>
          <dns_opnsense_token/>
          <dns_opnsense_insecure>0</dns_opnsense_insecure>
          <dns_ovh_app_key/>
          <dns_ovh_app_secret/>
          <dns_ovh_consumer_key/>
          <dns_ovh_endpoint/>
          <dns_pleskxml_user/>
          <dns_pleskxml_pass/>
          <dns_pleskxml_uri/>
          <dns_pdns_url/>
          <dns_pdns_serverid/>
          <dns_pdns_token/>
          <dns_porkbun_key/>
          <dns_porkbun_secret/>
          <dns_sl_key/>
          <dns_selfhost_user/>
          <dns_selfhost_password/>
          <dns_selfhost_map/>
          <dns_servercow_username/>
          <dns_servercow_password/>
          <dns_simply_api_key/>
          <dns_simply_account_name/>
          <dns_transip_username/>
          <dns_transip_key/>
          <dns_udr_user/>
          <dns_udr_password/>
          <dns_uno_key/>
          <dns_uno_user/>
          <dns_vscale_key/>
          <dns_vultr_key/>
          <dns_yandex_token/>
          <dns_zilore_key/>
          <dns_zm_key/>
          <dns_gdnsdk_user/>
          <dns_gdnsdk_password/>
          <dns_acmedns_user/>
          <dns_acmedns_password/>
          <dns_acmedns_subdomain/>
          <dns_acmedns_updateurl/>
          <dns_acmedns_baseurl/>
          <dns_acmeproxy_endpoint/>
          <dns_acmeproxy_username/>
          <dns_acmeproxy_password/>
          <dns_variomedia_key/>
          <dns_schlundtech_user/>
          <dns_schlundtech_password/>
          <dns_euserv_user/>
          <dns_euserv_password/>
          <dns_leaseweb_key/>
          <dns_cn_user/>
          <dns_cn_password/>
          <dns_arvan_token/>
          <dns_hetzner_token/>
          <dns_hexonet_login/>
          <dns_hexonet_password/>
          <dns_1984hosting_user/>
          <dns_1984hosting_password/>
          <dns_kas_login/>
          <dns_kas_authdata/>
          <dns_kas_authtype>plain</dns_kas_authtype>
          <dns_desec_token/>
          <dns_desec_name/>
          <dns_infomaniak_token/>
          <dns_zone_username/>
          <dns_zone_key/>
          <dns_dynv6_token/>
          <dns_cpanel_user/>
          <dns_cpanel_token/>
          <dns_cpanel_hostname/>
        </validation>
      </validations>
      <actions>
        <action uuid="a82cc989-efa3-4a95-8dca-3995f31c6cd7">
          <id>646b917c1ae332.25001520</id>
          <enabled>1</enabled>
          <name>Restart Proxy</name>
          <description>Restart Nginx after cert renewal</description>
          <type>configd_restart_nginx</type>
          <highwinds_account_hash/>
          <highwinds_access_token/>
          <sftp_host/>
          <sftp_host_key/>
          <sftp_port>22</sftp_port>
          <sftp_user/>
          <sftp_identity_type/>
          <sftp_remote_path/>
          <sftp_chgrp/>
          <sftp_chmod/>
          <sftp_chmod_key/>
          <sftp_filename_cert/>
          <sftp_filename_key/>
          <sftp_filename_ca/>
          <sftp_filename_fullchain/>
          <remote_ssh_host/>
          <remote_ssh_host_key/>
          <remote_ssh_port>22</remote_ssh_port>
          <remote_ssh_user/>
          <remote_ssh_identity_type/>
          <remote_ssh_command/>
          <configd/>
          <configd_generic_command/>
          <acme_synology_dsm_hostname/>
          <acme_synology_dsm_port>5000</acme_synology_dsm_port>
          <acme_synology_dsm_scheme>http</acme_synology_dsm_scheme>
          <acme_synology_dsm_username/>
          <acme_synology_dsm_password/>
          <acme_synology_dsm_create>1</acme_synology_dsm_create>
          <acme_synology_dsm_deviceid/>
          <acme_fritzbox_url/>
          <acme_fritzbox_username/>
          <acme_fritzbox_password/>
          <acme_unifi_keystore>/usr/local/share/java/unifi/data/keystore</acme_unifi_keystore>
          <acme_vault_url/>
          <acme_vault_prefix>acme</acme_vault_prefix>
          <acme_vault_kvv2>1</acme_vault_kvv2>
        </action>
      </actions>
    </AcmeClient>
    <Swanctl version="1.0.0">
      <Connections/>
      <locals/>
      <remotes/>
      <children/>
      <Pools/>
      <VTIs/>
      <SPDs/>
    </Swanctl>
    <OpenVPN version="1.0.1">
      <Overwrites/>
      <Instances/>
      <StaticKeys/>
    </OpenVPN>
    <Gateways version="1.0.0">
      <gateway_item uuid="c0502939-9c87-40e7-8a32-37997cee5ffc">
        <disabled>0</disabled>
        <name>WAN_DHCP6</name>
        <descr>Interface WAN_DHCP6 Gateway</descr>
        <interface>wan</interface>
        <ipprotocol>inet6</ipprotocol>
        <gateway/>
        <defaultgw>0</defaultgw>
        <fargw>0</fargw>
        <monitor_disable>0</monitor_disable>
        <monitor_noroute>0</monitor_noroute>
        <monitor>2606:4700:4700::1113</monitor>
        <force_down>0</force_down>
        <priority>254</priority>
        <weight>1</weight>
        <latencylow/>
        <latencyhigh/>
        <losslow/>
        <losshigh/>
        <interval/>
        <time_period/>
        <loss_interval/>
        <data_length/>
      </gateway_item>
      <gateway_item uuid="313ee741-c45c-4dae-abb1-f65144ff964c">
        <disabled>0</disabled>
        <name>WAN_DHCP</name>
        <descr>Interface WAN_DHCP Gateway</descr>
        <interface>wan</interface>
        <ipprotocol>inet</ipprotocol>
        <gateway/>
        <defaultgw>0</defaultgw>
        <fargw>0</fargw>
        <monitor_disable>0</monitor_disable>
        <monitor_noroute>0</monitor_noroute>
        <monitor>1.0.0.3</monitor>
        <force_down>0</force_down>
        <priority>253</priority>
        <weight>1</weight>
        <latencylow/>
        <latencyhigh/>
        <losslow/>
        <losshigh/>
        <interval/>
        <time_period/>
        <loss_interval/>
        <data_length/>
      </gateway_item>
    </Gateways>
    <wireguard>
      <general version="0.0.1">
        <enabled>0</enabled>
      </general>
      <client version="1.0.0">
        <clients/>
      </client>
      <server version="1.0.0">
        <servers/>
      </server>
    </wireguard>
    <Kea>
      <dhcp4 version="1.0.3">
        <general>
          <enabled>0</enabled>
          <interfaces/>
          <valid_lifetime>4000</valid_lifetime>
          <fwrules>1</fwrules>
          <dhcp_socket_type>raw</dhcp_socket_type>
        </general>
        <ha>
          <enabled>0</enabled>
          <this_server_name/>
          <max_unacked_clients>2</max_unacked_clients>
        </ha>
        <subnets/>
        <reservations/>
        <ha_peers/>
      </dhcp4>
      <ctrl_agent version="0.0.1">
        <general>
          <enabled>0</enabled>
          <http_host>127.0.0.1</http_host>
          <http_port>8000</http_port>
        </general>
      </ctrl_agent>
    </Kea>
    <DynDNS version="1.5.1">
      <general>
        <enabled>1</enabled>
        <verbose>0</verbose>
        <allowipv6>0</allowipv6>
        <daemon_delay>300</daemon_delay>
        <backend>opnsense</backend>
      </general>
      <accounts>
        <account uuid="4bc0e2b5-e5a0-472f-905b-7491e7d07f1c">
          <enabled>1</enabled>
          <service>aws</service>
          <protocol/>
          <server/>
          <username>AKIASOOMY5DX6JOMVJIN</username>
          <password>z2Wb1a4uQ3npQfVA3hCa1rhe6V1CxkxkZLbWJXuX</password>
          <resourceId/>
          <hostnames>koch.casa</hostnames>
          <wildcard>0</wildcard>
          <zone>Z02692131T62BG2J5G4PY</zone>
          <checkip>if</checkip>
          <checkip_timeout>10</checkip_timeout>
          <force_ssl>1</force_ssl>
          <ttl>300</ttl>
          <interface>wan</interface>
          <description>Kochweb</description>
        </account>
      </accounts>
    </DynDNS>
    <DHCRelay version="1.0.1"/>
    <trust>
      <general version="1.0.1">
        <store_intermediate_certs>0</store_intermediate_certs>
        <install_crls>0</install_crls>
        <fetch_crls>0</fetch_crls>
        <enable_legacy_sect>1</enable_legacy_sect>
        <enable_config_constraints>0</enable_config_constraints>
        <CipherString/>
        <Ciphersuites/>
        <SignatureAlgorithms/>
        <groups/>
        <MinProtocol/>
        <MinProtocol_DTLS/>
      </general>
    </trust>
  </OPNsense>
  <ca/>
  <gateways>
    <gateway_group/>
  </gateways>
  <cert uuid="99a1fa1b-d894-4b59-a0ee-c4eda3481da9">
    <refid>5ef778a095286</refid>
    <descr>Web GUI SSL certificate</descr>
    <caref/>
    <crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUdYVENDQkVXZ0F3SUJBZ0lVUTJ6ejJDZlBiYVg3UkhmcnBlQjJzQVpVMFkwd0RRWUpLb1pJaHZjTkFRRUwKQlFBd1RqRUxNQWtHQTFVRUJoTUNUa3d4RlRBVEJnTlZCQWdNREZwMWFXUXRTRzlzYkdGdVpERVZNQk1HQTFVRQpCd3dNVFdsa1pHVnNhR0Z5Ym1sek1SRXdEd1lEVlFRS0RBaFBVRTV6Wlc1elpUQWVGdzB5TURBMk1qY3hOalE1Ck16ZGFGdzB5TWpBNU16QXhOalE1TXpkYU1FNHhDekFKQmdOVkJBWVRBazVNTVJVd0V3WURWUVFJREF4YWRXbGsKTFVodmJHeGhibVF4RlRBVEJnTlZCQWNNREUxcFpHUmxiR2hoY201cGN6RVJNQThHQTFVRUNnd0lUMUJPYzJWdQpjMlV3Z2dJaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQ0R3QXdnZ0lLQW9JQ0FRQ2kxL0dtTDVLM2UyWTFTVVFvCnQzZ25QMG1ROTkxaGVmcE5LQnVyelZHaDc4U0tVTzE2QkcvMmpHb0RFSVFhL1FXaW1wNjRsaHMvQnZnenhyekYKMkd3QTZWSHRyRXVpY0FWc0JuZWlTT1gxOFhZVUZFdmx0aUxDQjJLck5EUDl4UG1oWE85MzF1V1NhbmxHcUdNYgo3SkVXVFNxZGxLQVpScEVkUFZQbTlKbldjaEFFUGRsTHVoTW5qMndoZ1hFZ0t5ZGQ4Qk5EOERGYVQweXpiT21VCktRVUh0RXhIMDE3Uk81cFo0ZzRkTkNUTWNBOWdGSWF2NEVFVkFSRXkyVzhJOG9GSDFDSWtyRHFQTkhLWUtMaFMKZC94clIrSWFIT3hURmo3NU5TWEpPRE4vNURqTVZvM2xuOFdhOGxJOU5ueVdKZHlFQkdXb0dWT3FRQnpsY2FOMgphVzlhY3ZqYmI1MTVFc3hxN2wvczhkS3RlMThmN0N1NnVCb0FvU2hRS3lKMFNxTnJiUVMrdWF3Y3NNdTNhRytUCjJ0UURsUFhDVjZFVU5mRFJTbnIra0xpSjhHNXBMYnJsWUxjNUsyVFFWdWUvc0FvYUxNY2krTlJrTkt2WU1IbXgKckM4YW1QSnUvWkVSRlRBbDZpNks4aWVHUkZyZThCY2NTVG94UWNtS3ZjOVZPQi9QMC9yWnlqQkFLdWROUjk3MApSMmxuUDJjTmFtQXhTWkpJUDYweFExVmlvd0dDNHlNbXpZeGRmaTVtbjZLMFpQZ0hGNkIxMS9jVjJJaHV1OW9yCnJoa1dSandzNmRWNWhyVGZ2a3B4UWFsakRFN09xVHprQjdQczBBbHJ4TjdIN3BxdGI2NWpWVW1TeG9oSFB3d2wKQlJ3MjJiMVh3dThPbHhwUXFMMG9idlBNVHdJREFRQUJvNElCTVRDQ0FTMHdDUVlEVlIwVEJBSXdBREFSQmdsZwpoa2dCaHZoQ0FRRUVCQU1DQmtBd05BWUpZSVpJQVliNFFnRU5CQ2NXSlU5UVRuTmxibk5sSUVkbGJtVnlZWFJsClpDQlRaWEoyWlhJZ1EyVnlkR2xtYVdOaGRHVXdIUVlEVlIwT0JCWUVGTEVMcXRYbVVMK1pBeUFWdzM1RmpOTDIKcGZ5Yk1JR0xCZ05WSFNNRWdZTXdnWUNBRkxFTHF0WG1VTCtaQXlBVnczNUZqTkwycGZ5Ym9WS2tVREJPTVFzdwpDUVlEVlFRR0V3Sk9UREVWTUJNR0ExVUVDQXdNV25WcFpDMUliMnhzWVc1a01SVXdFd1lEVlFRSERBeE5hV1JrClpXeG9ZWEp1YVhNeEVUQVBCZ05WQkFvTUNFOVFUbk5sYm5ObGdoUkRiUFBZSjg5dHBmdEVkK3VsNEhhd0JsVFIKalRBZEJnTlZIU1VFRmpBVUJnZ3JCZ0VGQlFjREFRWUlLd1lCQlFVSUFnSXdDd1lEVlIwUEJBUURBZ1dnTUEwRwpDU3FHU0liM0RRRUJDd1VBQTRJQ0FRQmJoWGN0Zm9IWVI3c2ZPUnpjL0RQVHE4Tkw0K1gwSlVTUjJ3NmhhQ3BLCmY4b1lSMlp1dXozdmgxWWFTMXMwblljYUZ2T2VYdmkrSms3cDVTWDFBVkl5T3lQVVhIRjhwdWlzUkJxN1JaeDAKMnVsdG5DVTg3c3dya29BK1F3a1BZaCs4TU1KcXhMNnZnZXVrZnVwRktESlN3ekhCYU1wc0psTzFWd2ZWMkpQaQp6SDZ6U2dzOVFJRVhFUFdQQ2tYdVN4WkRFclN5MG5OZXZxY3dqT1RGYk1BMXBXNWY4cWhIMmhkbXhsVGdwb0pCCnY4a21rcUhqUDRzVkhmek93NFJoYnY4bzFLNlc3OUZQUUFHQ3o1MU8xenNaRmV1dTdTZ0oxWmJxMmE4bTVEU3cKb25XRzlQK2N5WnNYMWEwTlh6Z3ZGSmJwc0R6MCsxVWVuSU5CNUgxaDA4dFMyM0xaNjFycXdTSkNFWU9WY00zZgpEZGpoZ0ZlbHZLeWQrSnFuSkNMdFFqNHFVSkpCbmxMMVpZaERjTHVuK1RKSGNMbEJDVUwxbmRHbTZQV1I3SFMwCm5ZZy9VK2RZQ3NhRjFkdjcrdTNIR0pxdjR6TlRrd0JENjlIY2dxVkJjUWNJc2UzYnZIdXpPY0cxSkxGMVBhREQKbUJLbyt2SDVkVlkzSUtaNFYvQW5zNXpYUi80OUJDWEdZSi9lbUw0Z1dtWXVPRzRSdFFEaGdRSlNPWDFNTTA0YwpVK2NCNWlsNC90VWg0dXA3RVg3Mk1ScmdkZTdzMWFPbUV1TlJWd3hnVUlETCs4ZnUxY3F4RzJBOWJkL3BIY2M5CmZZdEJPWFZjdkpnYjl2eVUrYUhUUVFlb0FnMm5weCtJN1dNSCtmY3VkZHBLM3B4Vys4VjlIbU96dFpMeVlZb3kKNHc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
    <csr/>
    <prv>LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUpRd0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQ1Mwd2dna3BBZ0VBQW9JQ0FRQ2kxL0dtTDVLM2UyWTEKU1VRb3QzZ25QMG1ROTkxaGVmcE5LQnVyelZHaDc4U0tVTzE2QkcvMmpHb0RFSVFhL1FXaW1wNjRsaHMvQnZnegp4cnpGMkd3QTZWSHRyRXVpY0FWc0JuZWlTT1gxOFhZVUZFdmx0aUxDQjJLck5EUDl4UG1oWE85MzF1V1NhbmxHCnFHTWI3SkVXVFNxZGxLQVpScEVkUFZQbTlKbldjaEFFUGRsTHVoTW5qMndoZ1hFZ0t5ZGQ4Qk5EOERGYVQweXoKYk9tVUtRVUh0RXhIMDE3Uk81cFo0ZzRkTkNUTWNBOWdGSWF2NEVFVkFSRXkyVzhJOG9GSDFDSWtyRHFQTkhLWQpLTGhTZC94clIrSWFIT3hURmo3NU5TWEpPRE4vNURqTVZvM2xuOFdhOGxJOU5ueVdKZHlFQkdXb0dWT3FRQnpsCmNhTjJhVzlhY3ZqYmI1MTVFc3hxN2wvczhkS3RlMThmN0N1NnVCb0FvU2hRS3lKMFNxTnJiUVMrdWF3Y3NNdTMKYUcrVDJ0UURsUFhDVjZFVU5mRFJTbnIra0xpSjhHNXBMYnJsWUxjNUsyVFFWdWUvc0FvYUxNY2krTlJrTkt2WQpNSG14ckM4YW1QSnUvWkVSRlRBbDZpNks4aWVHUkZyZThCY2NTVG94UWNtS3ZjOVZPQi9QMC9yWnlqQkFLdWROClI5NzBSMmxuUDJjTmFtQXhTWkpJUDYweFExVmlvd0dDNHlNbXpZeGRmaTVtbjZLMFpQZ0hGNkIxMS9jVjJJaHUKdTlvcnJoa1dSandzNmRWNWhyVGZ2a3B4UWFsakRFN09xVHprQjdQczBBbHJ4TjdIN3BxdGI2NWpWVW1TeG9oSApQd3dsQlJ3MjJiMVh3dThPbHhwUXFMMG9idlBNVHdJREFRQUJBb0lDQUduNDc4Zy9ZMUpHV3NCSW1yT0ltZ2VvCmR0NkJmeThGS3k5MDczVUJXNk52bms2STFkSTIrd25PWE5yN3I0ekVwaHNvVml3M2V5bXNCbS9qWUV1OFNLVGIKTWJiakRpRjZsdnl5eEwzMmhMaGwxM3EvcnBpaHk4TEsvWm4ra2VzT2VZbGFLbmlwZjZLbDZhQml5b1NNa2VxYQpjeVl6WjNDcmJKcERvOHREMkswbWMyZmZPLzY4NitRdHdLZVpUaDRxRnlkWnFaL251cVpUdnMxeERoeWVDU2ozClcwRE92QUNic2huV00yc3IyTnExL2p0L2dCc0tiREFZRHJJeHI4RjUxMG9BTWV2OXJPb3Vybmg0MzJMRHRKKzQKR3RyMWdaR2NnNFMzNG93dEo4Nk5uYXpVa3VrZzdYNmxQWUdhYUw5cGlqVGJpN0EyTXkwekpkcm05Z0tFSUxNSQp3alFkUjNLelBDSTVhUzJtUmJzUHlxaThoL3hZTDI4aXB3U042aUhvR2pPYXpqN2Rtd3BFYmtaeXp4UFJrN2IyCms2VlV6MlNhbS8yckNodFFuWHh2YXVjREZIelhnTVhVTTg3WU1BeVBjQ2UzSzhnMGx4SW5ITnAxY1VuVVlLN1AKeFZidmJhOFRmRUg4N25LTElZc1ZOeDE5VTY3U2FXU1RNeXhwcTA1NTQ4Ujc5WENmZG82OFBTMit5bzlMTWc0Zwo1STBZS2xuMDlHTnhvT1ZaUVZlM2tWVVNRNjZaOVFvUmxIYmdkMUZ2RDJEY0VuZ3FMZ2lscXpVcG9sRDFMdzZYClNOQXZTWlBsSGVJME1IeVlpbzZGLzRIQkhIREdLZVZkdDAzSDFzOXZXdnVUWGRseksxVWp3QnBOM3licU92Tm8KZTd1TXpsOG9kc1J3aGNRdVBxN0pBb0lCQVFEWHpFOG9oZldvekVNdCt6MWlUVjJCbktuM2Y1Wmg2NUFGelFyTQpoaVdFV3ppcGhPMWRzR1dNd28xOTY0MHg3TEE3NDdzdWVHUEJtdkxQbGN6Q1RUa1R1K01UdEtkcDVJRVJ1SVFOCmY2TlF2bC84M3VhWG1mUldnNEtpcDFlVEpnM3JkbmVuRWpuTXV2dldDZ00xWUM0bmxuTU9CRjl4RXpDS1RxVHEKdmdGWGJWeE8wK21aRnFvZXowR2xnUDBoOHNZTEx6b1lMa0hJYjIvUzAvUVlGWjVZcnJHb3RzRXM4WHhUbmVZUwpxekhIMi96V3JZQVhrSXNNZDBvOGVpL3hMalh6UUdTRjRIZGkzNnFkN3MzWkRaTFFpczJsa0FZdFArMWxMRU1CCjRiK3kxWWk3bU1FYVgzYnA5RGgzcE9ZNDI0THdNOHJaZjcvTTk5ZlREOW9yVWJMREFvSUJBUURCTGluVCtwTlMKa3V0VzJXUkphTkVNeUgxMnRrSENnblJwYzNFV0NWSG1nanRweC9JVjgreklPd1BkcGpUV3h3Ulhhb1JrMWxuSApUZURLZEI0Ym16bzNIZVRLZlFzd2JtamNrMjkzbzNKb3NRQVQvNlk0S2VJNFZUWWE3ZnhhWFFMYTJhRjJNbWI3ClJRdXN5ZzdUYlBDQlFuczhIQVJCWGw2cmlXREpUYWJaVVkwR3ZYNiswdFBmd3BVSUJHNk1tNmF0dGRYeUkvOC8KUTBTNDBHS3FZako2Zmo5WW9xcVA0K1pPZ3BqL3l3LzUyVnZpZ281V084QmlFM0ZKems0ei9xVFFQemxRaWxybwpGRlZ2OVhLQmx3OGVRRkVodngxbmJmR3NrQ1o5NjVaWTZtZy9VTXVaWWdaT1k5aHV2T1BhRnRzS003VnM1dFhoCjdFYXh0WGNDVFkrRkFvSUJBUURGTmQyUmR2ck55LzRJNDNWeGhLcFRiTXlYZG00RUJyYVQxcEpyM3B3aW5Rcm4KUUtkNzIxeXlpb21yN2J3WFIrcTJrS1BiRUFKNlNCUm1TTXZiTlo5WHZYa0Q1VENwd1QyQzZGRWwxT04zUXNPTgo0Rlp6YlNxeWRYVEpHSTBiMk1jWHpDZ0U4czhIbmtuUGpVN3BWSUJaaFZDWUdyN3VJMDlVMWhJNHhIT05aay9aCmFpZ3MwMTJjMG1OMzBLMkVmTTBvSTN5LzVHWVJ1bVZERXBnYitvVy9IY2NXSEEzbCtMcFo0QThHT0pWQnhIVUgKNjM4SUNmeEk1Q3Rmb1hwMnVuaHJXUW1FbjJIN1pkUVNpTTV0OGMyZDczdUlObHF1dDZGSHVHOTBKTTUvckUxTQp3NGlWaFhDeTFaRlZKY21QWkd3QkFCUDlPSllieHRQaCtyYXlwL0xwQW9JQkFRQ3g1OVNubnRWOEwwZkN0UFB4CjB6RHF4OTBiclorRUJXWTJFeFdyU0t2L1VDSnRPYkZOM0ZWTTFXU3JCTDBXcXpQcFdYUlI5VUc3RlpLV2dEZVcKRHUrZkFNM0tXVHdydnhLZFNMNVgvTk9KYkxCNHVuQ1d1cVBXWTBzdm84cEtZZXdXSm1UWEdIWFVvL0tyajIzMQo4aGJQdzYwQVg0RGZ2b3dMQjdwMXlTaUdiTjhtdk83engrOU4yOElxSHdLOFJVQk1LL0M3VGNGc3ZvT1VmSHpSCkV4d1B5U0tIZTA3K3N0QlByMkE5K2dGZGhIcGxjUHlxbDk2RnRBZ2FBMy9yekhCMlJET0JZOWx5Yi85NjJ4MDQKRVNqZ0lEVlhrY3ovaXJZTnlMZGFNZE5GVWFMdDVIZU1hMFVKZmxROUw0SGJRRDg2OXdIM0orTURhL2h6QW41MgpSWDJOQW9JQkFETU5MSUR5ZFI2cUdxZXhieGJRYXZzTWZVc292aW1tQmZiNkFJTXVoVmdWWDhVdXpYLzI2Znl2Ck9URllkUUdXaWwwNGIyS21lSytNVVd0U3Z4ZTVoU3doY094UWZJZE9qajk3ZXN1dStQOURueGFjMlQ1c0NkaFIKVi9wMzBKTHYySENBV3UySElzMlJsSnZwSWFDZUp4djM0WFZTUldiRlJSeGRjTWN1Mm4zY0NIYkUvQkFmRnV4ZQpBWFJrR2VXcGhUazF0NXQxbndzR0tTM3pOTEUxODdlaExXUGYvQ0ZvMWl2STVMbFdNN2sxVkRpUTNmb0phbnoxCndJdnRQZTRNZVpMR1BkSXJkNzdXSGwzdXVUYVVncnpLVFBOS2lLRmF0NUU4aldGV2dDa1N1bXp2MHVRSzdsUCsKOU1DUUlxS1FmclNEUGZhWmxmSks5eVlGVTRhalQwWT0KLS0tLS1FTkQgUFJJVkFURSBLRVktLS0tLQo=</prv>
  </cert>
  <cert uuid="72e7b99f-d1f7-4e4f-a89a-56301de242aa">
    <refid>6608aee08a631</refid>
    <descr>Web GUI TLS certificate</descr>
    <caref/>
    <crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUhGakNDQlA2Z0F3SUJBZ0lVRDlTbHF0NlBIaFpIeER6OEsrdTB4Z2lMT05Vd0RRWUpLb1pJaHZjTkFRRUwKQlFBd2dZY3hHekFaQmdOVkJBTU1FbTl3Ym5ObGJuTmxMbXR2WTJndVkyRnpZVEVMTUFrR0ExVUVCaE1DVGt3eApGVEFUQmdOVkJBZ01ERnAxYVdRdFNHOXNiR0Z1WkRFVk1CTUdBMVVFQnd3TVRXbGtaR1ZzYUdGeWJtbHpNUzB3Ckt3WURWUVFLRENSUFVFNXpaVzV6WlNCelpXeG1MWE5wWjI1bFpDQjNaV0lnWTJWeWRHbG1hV05oZEdVd0hoY04KTWpRd016TXhNREF6TVRNMFdoY05NalV3TlRBeU1EQXpNVE0wV2pDQmh6RWJNQmtHQTFVRUF3d1NiM0J1YzJWdQpjMlV1YTI5amFDNWpZWE5oTVFzd0NRWURWUVFHRXdKT1RERVZNQk1HQTFVRUNBd01XblZwWkMxSWIyeHNZVzVrCk1SVXdFd1lEVlFRSERBeE5hV1JrWld4b1lYSnVhWE14TFRBckJnTlZCQW9NSkU5UVRuTmxibk5sSUhObGJHWXQKYzJsbmJtVmtJSGRsWWlCalpYSjBhV1pwWTJGMFpUQ0NBaUl3RFFZSktvWklodmNOQVFFQkJRQURnZ0lQQURDQwpBZ29DZ2dJQkFNZVpYcU5Gc1gwUlRNdGFLQ1pFZUlLK2NKbzc5QXlqb0VvdkIzcHlNamNHVFZadkR2Sks3bGxkCjdjRFQyVHcyQ0ZIZzJYZkJTN0Q4QmRzTTNFUkUxWWdLU0FtWmh1djZPQ3ZkL1R1RGNadGs1VXF0ckkwWnIyWlgKK2FkS2JjaXJ2bGQvWHVnUEhsakF1ZGcxUGVHZXcvUEl4YWp1VU45dG1BUXVNT2xwMzRJeFRUNnlvUmw1Z1BacgpHUTdRVXhpNEZqem1BRGtFU2hDYk5rb3lMbU4yZmErVlRWWHJsNXlxRFNuM212aEpweW9uUCtIeXB5eXRsb2NMCnA1MlI3bEl3eGFBeEVrZTlmRlQvWFByZS9VdEpINlk4b3dTcDJDc0lWclRJR044b0g1SlNNMnUvZFdzbDFTTWEKTi9sTXVvRUo1Mm5OWDA5RmozbGhvdFo5K3h0emJaY0xPSXJuSVdFR1o1cFdZWHVWcnZMVXRVVkpGRlBkSGR6OApobkd3VFB3aWJVOUF6TndEajNFUnJxbXJ0M3MreWF3YkpVMkdYaytGSkR5bDF6YVROb2xCbGxnUFdUMVp2TXA0ClZWbjcrVEhlNzd3bVJ3L2pxNVZiemtzYnJYYmNiWWFuVFBLc1I2QW1Nckg4UTAvWEsveEFmRlNScWdWcjllakkKbkNkM2xDYjVFUWExRmplaUNVa1JwbjN3RndXVHMxb0ZJNW8xVjBSckRqWmE5RzZ1bTV3d2ZRZHFKbnpMQnp3OApoMFE3dDF1cXZSU3ZVdlZFb0x4WERxTkpUeDFycFpqUzVuWTRhR2JqNHRlYW5pdjkrV0dIL2V1ZnFYRnd1dzd3CmxtU1NENUo1bDJFWml4Q2NLclNLMDl3dGpFOTNVZkRkcVpRMGpaeDRUVU85MkdvVzVCd1hBZ01CQUFHamdnRjIKTUlJQmNqQUpCZ05WSFJNRUFqQUFNQkVHQ1dDR1NBR0crRUlCQVFRRUF3SUdRREEwQmdsZ2hrZ0JodmhDQVEwRQpKeFlsVDFCT2MyVnVjMlVnUjJWdVpYSmhkR1ZrSUZObGNuWmxjaUJEWlhKMGFXWnBZMkYwWlRBZEJnTlZIUTRFCkZnUVVqakg5N3hIdlVpY2RhWmNCZDAyYS90TXlJRGd3Z2JFR0ExVWRJd1NCcVRDQnBxR0JqYVNCaWpDQmh6RWIKTUJrR0ExVUVBd3dTYjNCdWMyVnVjMlV1YTI5amFDNWpZWE5oTVFzd0NRWURWUVFHRXdKT1RERVZNQk1HQTFVRQpDQXdNV25WcFpDMUliMnhzWVc1a01SVXdFd1lEVlFRSERBeE5hV1JrWld4b1lYSnVhWE14TFRBckJnTlZCQW9NCkpFOVFUbk5sYm5ObElITmxiR1l0YzJsbmJtVmtJSGRsWWlCalpYSjBhV1pwWTJGMFpZSVVEOVNscXQ2UEhoWkgKeER6OEsrdTB4Z2lMT05Vd0hRWURWUjBsQkJZd0ZBWUlLd1lCQlFVSEF3RUdDQ3NHQVFVRkNBSUNNQXNHQTFVZApEd1FFQXdJRm9EQWRCZ05WSFJFRUZqQVVnaEp2Y0c1elpXNXpaUzVyYjJOb0xtTmhjMkV3RFFZSktvWklodmNOCkFRRUxCUUFEZ2dJQkFJa0RnYm1kZStoZk9pUWd2akY2K3pDQ0M3emxSejUvT2ZwNVltUk03TTY1TkU2cWhUbEgKZy84N2I4T3p3djIvejBkLzFicDFkNkFIQnVyWmFKRW1vTGdSYVQrcUNNamVwT0RPaWFLMHNIYkZDK1hYUWpoZgpmM1VJMVZxMmd5M3NZN3ZJSG4xYnpmdVhvamFMVThsK1MxWGxTTFo0MVlrTjRzKzcvZ2c0d2x0RzhaMk92dnUvCkJPeVpxTUlNTDJuUW9kTGlyNVZFbWdhak5VVktxei92N0M3VzFqVTVpZFdpLzU4Z0RKejlFV3hjT0xScG1OMlEKQytKVS92QWtROHg0djFJVW9OMnBDN3piSkpZdFIxWWI3c0R3SCtWS1BZV0tURjdNeEVBakRCRThudUZqS3JzNwpmTC9TSWVxbU04MVRPeFlqVTFxQnNWb1lsUGhIYkI3V1pzazN1WkU4bjg0Zm8reVYyakFhdHI4Z3Nva1l3U0tTCk1FL0F0QnJ1UWJiMzJkRVdoUU8zUlJPODNFUGpTYUJoSmRvVXh6NklRTDZaZVhEYU1DK1JkZmdqcFJRczJ3NGgKZGp1Y0Vhdm9UL3Z3VmU1b01Qd0U4Mmdad00vMkFxTEd6aTkwem9lb01hRDNaRmNEUk9WUGNvbzRnMHZUUExlbQpJS09ZTUlNWE81azFYMGdIY3BmQ3lFa1dnT3hTV3JCZ0Q4c3RMUVJYbXUycUF4RFI3ZzNaRWFSVnBlYk5lak1ZCmQ0RWY0U1J6RXlDaGFVMkM1Y1cwcW1WOTBNRFBaWUxZZjA4a2RLV0xXeXBXa0lxRGt4aDBNZ0NRYmFCMlZCYzUKWVVKMHJTZFlEMjRKNUsrak9zMGRmSUJSU1JyTytPdnRLTWl5U3BWV1M4ZTdPZkNRWGI5a056bkkKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=</crt>
    <csr/>
    <prv>LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUpRUUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQ1Nzd2dna25BZ0VBQW9JQ0FRREhtVjZqUmJGOUVVekwKV2lnbVJIaUN2bkNhTy9RTW82QktMd2Q2Y2pJM0JrMVdidzd5U3U1WlhlM0EwOWs4TmdoUjRObDN3VXV3L0FYYgpETnhFUk5XSUNrZ0ptWWJyK2pncjNmMDdnM0diWk9WS3JheU5HYTltVi9tblNtM0lxNzVYZjE3b0R4NVl3TG5ZCk5UM2huc1B6eU1XbzdsRGZiWmdFTGpEcGFkK0NNVTArc3FFWmVZRDJheGtPMEZNWXVCWTg1Z0E1QkVvUW16WksKTWk1amRuMnZsVTFWNjVlY3FnMHA5NXI0U2FjcUp6L2g4cWNzclphSEM2ZWRrZTVTTU1XZ01SSkh2WHhVLzF6NgozdjFMU1IrbVBLTUVxZGdyQ0ZhMHlCamZLQitTVWpOcnYzVnJKZFVqR2pmNVRMcUJDZWRwelY5UFJZOTVZYUxXCmZmc2JjMjJYQ3ppSzV5RmhCbWVhVm1GN2xhN3kxTFZGU1JSVDNSM2MvSVp4c0V6OEltMVBRTXpjQTQ5eEVhNnAKcTdkN1BzbXNHeVZOaGw1UGhTUThwZGMya3phSlFaWllEMWs5V2J6S2VGVlorL2t4M3UrOEprY1A0NnVWVzg1TApHNjEyM0cyR3AwenlyRWVnSmpLeC9FTlAxeXY4UUh4VWthb0ZhL1hveUp3bmQ1UW0rUkVHdFJZM29nbEpFYVo5CjhCY0ZrN05hQlNPYU5WZEVhdzQyV3ZSdXJwdWNNSDBIYWlaOHl3YzhQSWRFTzdkYnFyMFVyMUwxUktDOFZ3NmoKU1U4ZGE2V1kwdVoyT0dobTQrTFhtcDRyL2ZsaGgvM3JuNmx4Y0xzTzhKWmtrZytTZVpkaEdZc1FuQ3EwaXRQYwpMWXhQZDFIdzNhbVVOSTJjZUUxRHZkaHFGdVFjRndJREFRQUJBb0lDQUI3SHdZYm5OL3hEL3pZNjFJYzJOdWxlCnFlbTNCaWN1MG9pdUlQYWFockRpbVdtVFhkZ3lndmdvR29LS2lPMFduZ2pXWm1MbjNaN1E5cXcxbXdBeUowVy8KNUNVSzFub3NqNTRBTVUyTXN5ZldFdUFGMFY2L0Q4UDJIQ3RXdUlCaUw4dTVlaTdLS2hGZ3d5Z2E2Y3lSMmNFTgovS0ZWQXdhNWxXQkxxVUpOaitpNVpxS2RGR2ZqeTJYMDFSdnFOMjVQOFNuNkJCM0cwZzhtaUdRL3dkU1gwTUVUCmdxWVYyejhQSUZHUS9BWi9BVGJvYjVzTit3YlNUQ3pPT001OVV5VzhuTFZiNitoQlNkdW50N1IrVDh4YzNmTWEKVmI5aDI5S2pDZy85N1l2NFdZb01nQjZGRzN2bkRTdkpIc21rc2Z3MVJVa1ZJVFlOMFpiVDNqTTZvVTgxNlRmRQpaUTB5S0NJa1pKWDVaa040UGkxNXoxS2ZpVmpCSVlVUU8veTJmNXhHRFRTblovVzljblFCZi9VcnVXM0FOaGNqCmNzU0pvTDMwbFRJMXlFTGFWN0FBblVtbjFSZWFGNGNhdkRqZVh6cTVXaG1rOTNpdW5URXRHZ3BTZndxN3IwejEKcFd6alJNRVlPeGFTcW9PWm1hR2EvNi9IT0lKNmphT3lDR25BQ3E0NTNvOWZ6Wklabzl4ZzZSMlMzbUlwcnhjbwpqQjZ1NVk1TmlkSXdMSjJaL25xMFcxTFhCZnlxNUoyNHVsSkxiL3puNjFmU01MWkpqTHc3QTh6WGhJbllrVkNBCnUyT2EzaHFLQysrSURMbXJ3dFkvZDBFSFJjK3UxNFhEeFBlVGtuOStGUDIyWXM2QlkzeFdXUDFiV1MwUnZKL24KeTZ3T2FwNnAvYm5nS1A1TVdXNXhBb0lCQVFEeG43Vy9jSFlvT1FxVmppZ1NTZUkwWUhDWEVxYzdsM0drVFBacwo1bmdDTWJDUEVWZkMwNGN2N2svN3FsYzFrbE91dEpFTndoODZpMlB4TGNvUzBnM3JCV3BIYXRxY0FLOU91MzVRCnUrT09WVWU4cSt1OW1vV3hpaUdaRVJ0UFRDNVBXYjNMMlZSZHBuckFNN2RtcHBLT3BMaXh5NnJUdGtOMGgwdTgKMnllc1dTSlRhbHRaNjNTSVhVOXVkR21pY05VbmhnZC9EWWF2N0xBL3pUcVQwSXdqYWZmWWdEazNLeElIcExIaQoxQnp5eWNBM2NTd3pBUzhILysvdldKN0pEQjV6aWZFL2VPTTJ5c0FlTUhBSlJaaGRMQjhabkNScXlSQklQUExnCjlNUURob2gwcStvbmlFTEx2TklhSHU4dmFGeWlSak1xK0wxeG8zek1Ra3dPem55UkFvSUJBUURUZVk5bktRbmIKMklGa0w5S29mL1hLQ3U1OExqa010emFNeTlES2lxNUlzczVjNlV3Y1d0eXNYbXRaMWwxaFRseWFJM1E3WVQ0NgpPdG5zRDB4eGlRbUkwRi9OVHI1Ykh2UE9LY3RrVC9XT1A3alFxL3RuSVdyTHZCUFFYWWhueDZ3akp1NFdJSmxZClRnajJab3dqaVdXdE13dEVPM20yR09qYXZ6V3FYNjBUbENoYjBrbjB6bTZnT1BpQXN2V0NKNitFcjhyWDY2amIKUWx2WHVxR1VReVgzUTdDY0drSko3VEpROHltVEp4aVMxZDFqMkV6QkRCVythSW16VVh2OFJ2TkpBcDBvQWEyeAorSWMrVC9wdTZHVi9iMlFmMlRrWTNKMER6RjhNT25SNU9FY3B0ekhNY1NpY0VBc0VaOVN6YS9NOEsrV2RGbklxCm9vazZ2bEZFRmdJbkFvSUJBRXhFQ3d3SUpXT0F6YlJ6RUhibFZ6OE5DYnpGcUgrSXg5Z0NhdTNvdVF5SVBxQ0oKNnRlV0NOKzZLd2pXdFh3MVdiQ1ZVZ3V6c0VPOFo2bGl1SnZFTFp4M014cWp3YWpvRm0yVmhNTmE2dktzUEY1egpMWS9GVEZuRHJlTXdvUndnZ2FXT1AvZ3QreEVzVVNhRnJHZjhQOXBDYUFIR3RYN3AwdFRmTjZxK3lnRCtpWFVtCjV2cTA5UzF0dG5xNHgvYjhBbXZkUkZSNElvRTVCbEM5S0xZclozQnVMRXJyL2lOSnR3RXVuTzlwNEZGS0dSL20KMnZxbWJ2L3Bhd1J6Um50VEZmR0dJdDNUL0hQNC96Y0lOdlRXUU1kMys4RUxwZnNHeDlybFVneHJkY3RmRlljdQpGRlN5RDlOYklENGFjWWpYT2hZR2JuUXIyekFaV0hUb29EVTBPK0VDZ2dFQWExaVNUWWhNWTlkajN1cFRvWXJLCnhsT0VPVzd4TUo0eng0YVNKcTM4eUJSVG9tQWViV3BHQ0EwcHF3R2dod3RUQUQ4cytoTmpsZ1ZYcDNjZ2s2VS8KUEw2aFVzTTg1MTR2M2gvakNibDQ2VXM1VWx0cWt6QW9XT0RRb2YxSWgzMll5SU16YWZJRVJRbmZqTXdES09yTwp2UHRqSmJDWEdMTk9SL08xbHhWWDhzOUxLVWoybDVqT0dQQ3lYQW43aTZUL2VIZ1BuRWtZZnF3Um1ORTR3ZHpRCkFkTFBiSDM3MWpEY1VMRU9FbzlPN3dJMmpqODJ2dXVXZ2Yvb25paW5xaWlOeUNyV2dYOVFuejJMMFRxaDRmaC8KeFE5VElNT1FNeW1SWG1NNGdDbVFCQlJvTXltMTBwUkNTKzNzMmNDbS9LaTRZSHZiNDBDSWxWSEtIUktNaCtZdwpFd0tDQVFCMUV3blU0bVpFKzRCejJMTHNvbENKWVJNTnhFMllob0ZXcnYrcGNCWjNTT2ttcXBWc1ErWnZsSkVLCmo0VUlCQk1xWE93SzVXKzZTeHZXZ3AvRzg4a0lzYkNWR2ptblVLa0h5TTBlUGRCNzR0ZDE3d3gyb05rTWFTdlMKSWJCT0JHNkNTVkdHSjNuZWFsMVZVdGRSOTM2WW51Q2pTWkowRHhYZGEvQ2hHUGxDbnh0OGswaWpHZ0UzMFpzNAp6SEc3MThxb1B6cWlwNG42SURYNzJRVnhUQ1JBTEw5TFlWR0dkS0JKdFk2VVRCMXJ1eE0wT3VmTnFOY0xORUFIClVRUDdFSUQxL0FRQ1h1bVBrN2ZNK2VzSVd1VlhIUGx6OUkrZXdneS9xWWdGVDk3WUU5VzVmNnZnM1BaeE5Da28KTEtONnRJRDE4emVUN2hkM05xVkZvRjJOejFvRAotLS0tLUVORCBQUklWQVRFIEtFWS0tLS0tCg==</prv>
  </cert>
  <ppps>
    <ppp>
      <ptpid>0</ptpid>
      <type>pppoe</type>
      <if>pppoe0</if>
      <ports>pppoe0</ports>
      <username>admin</username>
      <password>YWRtaW4=</password>
    </ppp>
  </ppps>
  <virtualip version="1.0.1"/>
  <installedpackages>
    <miniupnpd>
      <config>
        <enable>1</enable>
        <enable_upnp>1</enable_upnp>
        <enable_natpmp>1</enable_natpmp>
        <logpackets>1</logpackets>
        <sysuptime>1</sysuptime>
        <permdefault>1</permdefault>
        <ext_iface>wan</ext_iface>
        <download/>
        <upload/>
        <overridewanip/>
        <permuser1>allow 1024-65535 192.168.16.31/32 1024-65535</permuser1>
        <permuser2>allow 1024-65535 192.168.16.32/32 1024-65535</permuser2>
        <permuser3>allow 1024-65535 192.168.16.36/32 1024-65535</permuser3>
        <permuser4/>
        <permuser5/>
        <permuser6/>
        <permuser7/>
        <permuser8/>
        <iface_array>lan</iface_array>
      </config>
    </miniupnpd>
  </installedpackages>
  <dhcpdv6/>
  <vlans version="1.0.0">
    <vlan/>
  </vlans>
  <staticroutes version="1.0.0">
    <route/>
  </staticroutes>
  <openvpn>
    <openvpn-server/>
    <openvpn-client/>
  </openvpn>
  <wol version="1.0.0"/>
  <dyndnses>
    <dyndns>
      <type>route53</type>
      <username>AKIAXHGQYQXQ3WAXLLOF</username>
      <password>H7S3Lft3lHVjFHosOwX1utPnwTkgHNqC/PnlAqXc</password>
      <host>van.darkain.info</host>
      <mx/>
      <interface>wan</interface>
      <zoneid>ZSMB4WMF18RFO</zoneid>
      <resourceid/>
      <ttl>300</ttl>
      <updateurl/>
      <resultmatch/>
      <requestif>wan</requestif>
      <descr>van.darkain.info</descr>
      <force>1</force>
      <id>0</id>
    </dyndns>
    <dyndns>
      <type>route53</type>
      <username>AKIASOOMY5DXR3DYYI45</username>
      <password>9L34uEcbDISavJrDIRXsAd1yXTPuk81wFqTURZEl</password>
      <host>koch.casa</host>
      <mx/>
      <interface>wan</interface>
      <zoneid>Z02692131T62BG2J5G4PY</zoneid>
      <resourceid/>
      <ttl>300</ttl>
      <updateurl/>
      <resultmatch/>
      <requestif>wan</requestif>
      <descr/>
      <force>1</force>
      <id>1</id>
    </dyndns>
  </dyndnses>
  <bridges>
    <bridged/>
  </bridges>
  <gifs version="1.0.0"/>
  <gres version="1.0.0"/>
  <laggs version="1.0.0">
    <lagg/>
  </laggs>
  <wireless>
    <clone/>
  </wireless>
  <ifgroups version="1.0.0"/>
  <schedules>
    <schedule>
      <name>kidblock</name>
      <descr>Kids week schedule</descr>
      <timerange>
        <position>1,2,3,4,5</position>
        <hour>20:00-23:59</hour>
        <rangedescr>No comp time</rangedescr>
      </timerange>
      <timerange>
        <position>1,2,3,4,5</position>
        <hour>0:00-16:30</hour>
        <rangedescr>No comp time</rangedescr>
      </timerange>
    </schedule>
  </schedules>
  <hasync version="1.0.2">
    <disablepreempt>0</disablepreempt>
    <disconnectppps>0</disconnectppps>
    <pfsyncinterface/>
    <pfsyncpeerip/>
    <pfsyncversion>1400</pfsyncversion>
    <synchronizetoip/>
    <verifypeer>0</verifypeer>
    <username/>
    <password/>
    <syncitems/>
  </hasync>
  <dnsmasq version="1.0.0">
    <enable/>
    <regdhcp/>
    <regdhcpstatic/>
    <dhcpfirst/>
    <strict_order/>
    <domain_needed/>
    <no_private_reverse/>
    <log_queries/>
    <no_hosts/>
    <strictbind/>
    <dnssec/>
    <regdhcpdomain/>
    <interface/>
    <port/>
    <dns_forward_max/>
    <cache_size/>
    <local_ttl/>
  </dnsmasq>
</opnsense>
