Hellfire2/config.xml

6529 lines
226 KiB
XML

<?xml version="1.0"?>
<opnsense>
<theme>opnsense</theme>
<sysctl>
<item>
<descr>Disable the pf ftp proxy handler.</descr>
<tunable>debug.pfftpproxy</tunable>
<value>default</value>
</item>
<item>
<descr>Increase UFS read-ahead speeds to match current state of hard drives and NCQ. More information here: http://ivoras.sharanet.org/blog/tree/2010-11-19.ufs-read-ahead.html</descr>
<tunable>vfs.read_max</tunable>
<value>default</value>
</item>
<item>
<descr>Set the ephemeral port range to be lower.</descr>
<tunable>net.inet.ip.portrange.first</tunable>
<value>default</value>
</item>
<item>
<descr>Drop packets to closed TCP ports without returning a RST</descr>
<tunable>net.inet.tcp.blackhole</tunable>
<value>default</value>
</item>
<item>
<descr>Do not send ICMP port unreachable messages for closed UDP ports</descr>
<tunable>net.inet.udp.blackhole</tunable>
<value>default</value>
</item>
<item>
<descr>Randomize the ID field in IP packets (default is 0: sequential IP IDs)</descr>
<tunable>net.inet.ip.random_id</tunable>
<value>default</value>
</item>
<item>
<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>
<tunable>net.inet.ip.sourceroute</tunable>
<value>default</value>
</item>
<item>
<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>
<tunable>net.inet.ip.accept_sourceroute</tunable>
<value>default</value>
</item>
<item>
<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>
<tunable>net.inet.icmp.drop_redirect</tunable>
<value>default</value>
</item>
<item>
<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>
<tunable>net.inet.icmp.log_redirect</tunable>
<value>default</value>
</item>
<item>
<descr>Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)</descr>
<tunable>net.inet.tcp.drop_synfin</tunable>
<value>default</value>
</item>
<item>
<descr>Enable sending IPv4 redirects</descr>
<tunable>net.inet.ip.redirect</tunable>
<value>default</value>
</item>
<item>
<descr>Enable sending IPv6 redirects</descr>
<tunable>net.inet6.ip6.redirect</tunable>
<value>default</value>
</item>
<item>
<descr>Enable privacy settings for IPv6 (RFC 4941)</descr>
<tunable>net.inet6.ip6.use_tempaddr</tunable>
<value>default</value>
</item>
<item>
<descr>Prefer privacy addresses and use them over the normal addresses</descr>
<tunable>net.inet6.ip6.prefer_tempaddr</tunable>
<value>default</value>
</item>
<item>
<descr>Generate SYN cookies for outbound SYN-ACK packets</descr>
<tunable>net.inet.tcp.syncookies</tunable>
<value>default</value>
</item>
<item>
<descr>Maximum incoming/outgoing TCP datagram size (receive)</descr>
<tunable>net.inet.tcp.recvspace</tunable>
<value>default</value>
</item>
<item>
<descr>Maximum incoming/outgoing TCP datagram size (send)</descr>
<tunable>net.inet.tcp.sendspace</tunable>
<value>default</value>
</item>
<item>
<descr>Do not delay ACK to try and piggyback it onto a data packet</descr>
<tunable>net.inet.tcp.delayed_ack</tunable>
<value>default</value>
</item>
<item>
<descr>Maximum outgoing UDP datagram size</descr>
<tunable>net.inet.udp.maxdgram</tunable>
<value>default</value>
</item>
<item>
<descr>Handling of non-IP packets which are not passed to pfil (see if_bridge(4))</descr>
<tunable>net.link.bridge.pfil_onlyip</tunable>
<value>default</value>
</item>
<item>
<descr>Set to 1 to additionally filter on the physical interface for locally destined packets</descr>
<tunable>net.link.bridge.pfil_local_phys</tunable>
<value>default</value>
</item>
<item>
<descr>Set to 0 to disable filtering on the incoming and outgoing member interfaces.</descr>
<tunable>net.link.bridge.pfil_member</tunable>
<value>default</value>
</item>
<item>
<descr>Set to 1 to enable filtering on the bridge interface</descr>
<tunable>net.link.bridge.pfil_bridge</tunable>
<value>default</value>
</item>
<item>
<descr>Allow unprivileged access to tap(4) device nodes</descr>
<tunable>net.link.tap.user_open</tunable>
<value>default</value>
</item>
<item>
<descr>Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())</descr>
<tunable>kern.randompid</tunable>
<value>default</value>
</item>
<item>
<descr>Maximum size of the IP input queue</descr>
<tunable>net.inet.ip.intr_queue_maxlen</tunable>
<value>default</value>
</item>
<item>
<descr>Disable CTRL+ALT+Delete reboot from keyboard.</descr>
<tunable>hw.syscons.kbd_reboot</tunable>
<value>default</value>
</item>
<item>
<descr>Enable TCP extended debugging</descr>
<tunable>net.inet.tcp.log_debug</tunable>
<value>default</value>
</item>
<item>
<descr>Set ICMP Limits</descr>
<tunable>net.inet.icmp.icmplim</tunable>
<value>default</value>
</item>
<item>
<descr>TCP Offload Engine</descr>
<tunable>net.inet.tcp.tso</tunable>
<value>default</value>
</item>
<item>
<descr>UDP Checksums</descr>
<tunable>net.inet.udp.checksum</tunable>
<value>default</value>
</item>
<item>
<descr>Maximum socket buffer size</descr>
<tunable>kern.ipc.maxsockbuf</tunable>
<value>default</value>
</item>
<item>
<tunable>dev.netmap.buf_num</tunable>
<value>1000000</value>
<descr>Automatically added by Zenarmor: Max NETMAP buffers</descr>
</item>
</sysctl>
<system>
<optimization>conservative</optimization>
<hostname>hellfire</hostname>
<domain>home</domain>
<group>
<name>admins</name>
<description>System Administrators</description>
<scope>system</scope>
<gid>1999</gid>
<member>0</member>
<member>2000</member>
<priv>user-shell-access</priv>
<priv>page-all</priv>
</group>
<user>
<name>root</name>
<descr>System Administrator</descr>
<scope>system</scope>
<groupname>admins</groupname>
<password>$2b$10$fEJUP7gNN.UAaGQIL1zyKeuviU4nAFIfrOH9BlU83MiQxXXACEDOm</password>
<uid>0</uid>
<expires/>
<authorizedkeys>c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUVjRmpLT0MrVFdMdXJVL3EvSlFVYk1QMEFmTmFVVFdXWGUyenk4QkRzMnYgbWF0dGhld0BzaGlsbGFtLm1lLnVr</authorizedkeys>
<ipsecpsk/>
<otp_seed/>
</user>
<user>
<password>$2y$10$5Slr/aP9jkfFVhcZ8ESpau6AuvXbthuNpKOXOVh7GbEqnDk3SINCW</password>
<scope>user</scope>
<name>mshillam</name>
<descr>Matthew Shillam</descr>
<expires/>
<authorizedkeys>c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUVjRmpLT0MrVFdMdXJVL3EvSlFVYk1QMEFmTmFVVFdXWGUyenk4QkRzMnYgbWF0dGhld0BzaGlsbGFtLm1lLnVr</authorizedkeys>
<ipsecpsk/>
<otp_seed/>
<email>matthew@shillam.me.uk</email>
<uid>2000</uid>
<cert>5a75bd345a2ac</cert>
<shell>/bin/csh</shell>
</user>
<user>
<password>$2y$10$/OwZwl6x4KSv7Dy88C1Vf.fAS98kQy7nEyKLTwx913DlsSQOQIcm6</password>
<scope>user</scope>
<name>homeassistant</name>
<descr>Home Assistant</descr>
<expires/>
<authorizedkeys/>
<ipsecpsk/>
<otp_seed/>
<uid>2001</uid>
<apikeys>
<item>
<key>dl9j7B6Qc9oNA7KesEGNm7UKb5WX7N+f/e0wOV2cDo7HYLwNAg2QC05uxy9+XqXdmZAlB1/nwpjYjrCx</key>
<secret>$6$$.sQAwbMl0hDQdkyM0JIPxLWc8LLd8npnZ.6ddC2VhghMiRR9x0u5XDLJ6EqnJ0HYo25.FuH0cCrN4IWOmiohL1</secret>
</item>
</apikeys>
</user>
<nextuid>2002</nextuid>
<nextgid>2000</nextgid>
<timezone>Europe/London</timezone>
<timeservers>0.opnsense.pool.ntp.org 1.opnsense.pool.ntp.org 2.opnsense.pool.ntp.org 3.opnsense.pool.ntp.org</timeservers>
<webgui>
<protocol>http</protocol>
<ssl-certref>6076e25ed3bf1</ssl-certref>
<port/>
<ssl-ciphers/>
<interfaces/>
<compression/>
<authmode>Local Database</authmode>
</webgui>
<usevirtualterminal>1</usevirtualterminal>
<disableconsolemenu/>
<disablesegmentationoffloading>1</disablesegmentationoffloading>
<disablelargereceiveoffloading>1</disablelargereceiveoffloading>
<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>1</kill_states>
<backupcount>60</backupcount>
<pf_share_forward>1</pf_share_forward>
<lb_use_sticky>1</lb_use_sticky>
<language>en_US</language>
<dnsserver>8.8.8.8</dnsserver>
<dnsserver>1.0.0.1</dnsserver>
<dnsserver>1.1.1.1</dnsserver>
<dnsserver>8.8.4.4</dnsserver>
<prefer_ipv4>1</prefer_ipv4>
<dns1gw>none</dns1gw>
<dns2gw>none</dns2gw>
<dns3gw>none</dns3gw>
<dns4gw>none</dns4gw>
<dns5gw>none</dns5gw>
<dns6gw>none</dns6gw>
<dns7gw>none</dns7gw>
<dns8gw>none</dns8gw>
<rulesetoptimization>basic</rulesetoptimization>
<maximumstates/>
<maximumfrags/>
<aliasesresolveinterval/>
<maximumtableentries/>
<backup>
<nextcloud version="1.0.0">
<enabled>1</enabled>
<url>https://nextcloud.nabble.co.uk</url>
<user>mshillam</user>
<password>a8r67h3XXiuB4Y</password>
<password_encryption/>
<backupdir>OPNsense-Backup</backupdir>
</nextcloud>
<git version="1.0.0">
<enabled>1</enabled>
<url>https://gitea.shillam.me.uk/mshillam/hellfire2.git</url>
<branch>master</branch>
<privkey/>
<user>mshillam</user>
<password>TWi7mE9rrxzXam</password>
</git>
</backup>
<enablenatreflectionhelper>yes</enablenatreflectionhelper>
<serialspeed/>
<primaryconsole/>
<ssh>
<noauto>1</noauto>
<interfaces/>
<kex/>
<ciphers/>
<macs/>
<keys/>
<enabled>enabled</enabled>
<permitrootlogin>1</permitrootlogin>
<group>admins</group>
</ssh>
<sudo_allow_wheel>1</sudo_allow_wheel>
<firmware version="1.0.1">
<mirror/>
<flavour/>
<plugins>os-ddclient,os-git-backup,os-ntopng,os-redis,os-sensei,os-sensei-updater,os-speedtest-community,os-sunnyvalley,os-theme-cicada,os-theme-rebellion,os-theme-vicuna,os-upnp,os-zabbix-agent</plugins>
<type/>
<subscription/>
<reboot/>
</firmware>
<crypto_hardware>aesni</crypto_hardware>
<disablechecksumoffloading>1</disablechecksumoffloading>
<disablevlanhwfilter>1</disablevlanhwfilter>
<secondaryconsole/>
<serialusb/>
<dnsallowoverride>1</dnsallowoverride>
<dnsallowoverride_exclude/>
<pfdebug>urgent</pfdebug>
</system>
<interfaces>
<lan>
<if>igb0</if>
<descr/>
<enable>1</enable>
<spoofmac/>
<ipaddr>192.168.0.1</ipaddr>
<subnet>16</subnet>
</lan>
<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>
<wan>
<if>igb1</if>
<descr/>
<enable>1</enable>
<lock>1</lock>
<spoofmac/>
<blockpriv>1</blockpriv>
<blockbogons>1</blockbogons>
<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>
<opt2>
<if>wg1</if>
<descr>WireGuard</descr>
<enable>1</enable>
<lock>1</lock>
<spoofmac/>
</opt2>
<wireguard>
<internal_dynamic>1</internal_dynamic>
<descr>WireGuard (Group)</descr>
<if>wireguard</if>
<virtual>1</virtual>
<enable>1</enable>
<type>group</type>
<networks/>
</wireguard>
<opt1>
<if>vlan0.32</if>
<descr>IoTDevices</descr>
<enable>1</enable>
<spoofmac/>
<ipaddr>10.32.0.1</ipaddr>
<subnet>24</subnet>
</opt1>
<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.250.1</from>
<to>192.168.250.254</to>
</range>
<winsserver/>
<dnsserver/>
<ntpserver/>
<staticmap>
<mac>9c:c9:eb:d6:da:a6</mac>
<ipaddr>192.168.0.3</ipaddr>
<hostname>ng-sw-8p-bedroom</hostname>
<descr>Netgear 8 Port Switch Bedroom - GS308T</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>a0:63:91:b7:e2:14</mac>
<ipaddr>192.168.0.4</ipaddr>
<hostname>ng-sw-24p-office</hostname>
<descr>Netgear 24 Port Switch - Office - GS724Tv4</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>44:d9:e7:ff:7c:0b</mac>
<ipaddr>192.168.0.5</ipaddr>
<hostname>sw-ub-24p-shed</hostname>
<descr>Ubiquiti Switch - 24 Port - Shed - Edgeswitch Lite</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>44:d9:e7:ff:7c:47</mac>
<ipaddr>192.168.0.6</ipaddr>
<hostname>sw-ub-24p-shed-2</hostname>
<descr>Ubiquiti Edgeswitch Lite - Shed - For Gluster</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:24:11:58:79:9e</mac>
<ipaddr>192.168.0.10</ipaddr>
<hostname>mongy</hostname>
<descr>Morgan Test Ubuntu server</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>42:4c:fa:d9:11:0e</mac>
<ipaddr>192.168.0.21</ipaddr>
<hostname>zabbix</hostname>
<descr>Zabbix Monitoring</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>7a:fd:90:ae:6b:e5</mac>
<ipaddr>192.168.0.30</ipaddr>
<hostname>docker</hostname>
<descr>Docker test system</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>66:48:46:cb:a3:08</mac>
<ipaddr>192.168.0.31</ipaddr>
<hostname>cloudserver</hostname>
<descr>Cloudserver.io Web hosting</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>46:0e:b7:b7:39:c5</mac>
<ipaddr>192.168.0.32</ipaddr>
<hostname>fastpanel</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>da:c7:4a:53:59:fb</mac>
<ipaddr>192.168.0.33</ipaddr>
<hostname>git</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>ee:e6:5b:54:ce:b1</mac>
<ipaddr>192.168.0.40</ipaddr>
<hostname>mail</hostname>
<descr>Mailcow Docker deployment</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>a2:c1:4a:ca:c9:1d</mac>
<ipaddr>192.168.0.41</ipaddr>
<hostname>vitalpbx</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>d6:8f:c4:b3:c8:16</mac>
<ipaddr>192.168.0.42</ipaddr>
<hostname>wazuh</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>5a:d9:6d:f5:19:d7</mac>
<ipaddr>192.168.0.50</ipaddr>
<hostname>nc1</hostname>
<descr>Nextcloud 1 - Test server</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>3c:1b:f8:4b:95:ac</mac>
<ipaddr>192.168.0.100</ipaddr>
<hostname>nvr</hostname>
<descr>Annke DW81KD NVR </descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:24:11:8b:f1:fb</mac>
<ipaddr>192.168.0.101</ipaddr>
<hostname>cams</hostname>
<descr>Frigate Docker LXC container</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>90:31:4b:ad:fd:d7</mac>
<ipaddr>192.168.0.102</ipaddr>
<hostname>cam-poly-front</hostname>
<descr>Wifi Camera Polytunnel Front</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>90:31:4b:ae:7b:23</mac>
<ipaddr>192.168.0.103</ipaddr>
<hostname>cam-poly-back</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>00:e0:67:06:e7:38</mac>
<ipaddr>192.168.0.250</ipaddr>
<hostname>gayflid</hostname>
<descr>Gayflid Proxmox Host - Albania House.</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>88:66:5a:15:8a:9a</mac>
<ipaddr>192.168.1.10</ipaddr>
<hostname>MatBook-Pro</hostname>
<descr>New Macbook Pro 16"</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>80:2a:a8:89:1b:0a</mac>
<ipaddr>192.168.2.2</ipaddr>
<hostname>unifi-ap2</hostname>
<descr>Shed</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>80:2a:a8:49:cd:f4</mac>
<ipaddr>192.168.2.3</ipaddr>
<hostname>unifi-ap</hostname>
<descr>Ubiquiti Access Point</descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>f4:e2:c6:e9:77:15</mac>
<ipaddr>192.168.2.4</ipaddr>
<hostname>unifi-wifi6-hall</hostname>
<descr>Unifi Wifi 6 Pro Hall</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>44:d2:44:25:f9:47</mac>
<ipaddr>192.168.2.5</ipaddr>
<hostname>epson-xp-790</hostname>
<descr>Epson XP790 Printer</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>b8:e8:56:46:70:50</mac>
<ipaddr>192.168.2.6</ipaddr>
<hostname>nikita-macbook</hostname>
<descr>Nikitas Macbook Pro</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>cc:44:63:93:53:83</mac>
<ipaddr>192.168.2.7</ipaddr>
<hostname>mat-ipad-pro</hostname>
<descr>Mats iPad Pro</descr>
</staticmap>
<staticmap>
<mac>80:b0:3d:ea:e3:7a</mac>
<ipaddr>192.168.2.8</ipaddr>
<hostname>mat-iphone-x</hostname>
<descr>Mats iPhone X</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>1c:36:bb:7d:8a:c0</mac>
<ipaddr>192.168.2.9</ipaddr>
<hostname>mat-apple-watch-v3</hostname>
<descr>Mats Apple watch v3</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>b8:09:8a:c0:83:ad</mac>
<ipaddr>192.168.2.10</ipaddr>
<hostname>mat-imac-sophys-room</hostname>
<descr>Mats iMac 5k - Sophys room</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>d0:3f:aa:1e:28:4f</mac>
<ipaddr>192.168.2.11</ipaddr>
<hostname>mats-iphone-11-pro</hostname>
<descr>Mats iPhone 11 Max Pro</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>b8:09:8a:44:71:1f</mac>
<ipaddr>192.168.2.12</ipaddr>
<hostname>mat-hackintosh</hostname>
<descr>Mats hackintosh</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>c0:a5:3e:e3:71:f5</mac>
<ipaddr>192.168.2.20</ipaddr>
<hostname>katie-apple-watch-v3</hostname>
<descr>Katies Apple watch v3</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>84:ad:8d:bf:12:4a</mac>
<ipaddr>192.168.2.21</ipaddr>
<hostname>katie-iphone-x</hostname>
<descr>Katies iPhone X</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:09:63:95:eb:84</mac>
<ipaddr>192.168.2.22</ipaddr>
<hostname>katie-iphone-11-pro-2</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>74:75:48:22:b8:0d</mac>
<ipaddr>192.168.2.31</ipaddr>
<hostname>firetv-bedroom</hostname>
<descr>Fire TV Bedroom</descr>
</staticmap>
<staticmap>
<mac>cc:b1:1a:a5:15:c6</mac>
<ipaddr>192.168.2.32</ipaddr>
<hostname>samsung-tv-downstairs</hostname>
<descr>Samsung TV downstairs</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>10:09:f9:7a:c1:57</mac>
<ipaddr>192.168.2.33</ipaddr>
<hostname>firetv-cube-front-room</hostname>
<descr>FireTv Cube - Front Room</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>1c:9e:46:08:a1:25</mac>
<ipaddr>192.168.2.40</ipaddr>
<hostname>jessica-ipad-mini</hostname>
<descr>Jessicas iPad Mini</descr>
</staticmap>
<staticmap>
<mac>c0:d0:12:9b:d2:e3</mac>
<ipaddr>192.168.2.41</ipaddr>
<hostname>jessica-iphone-7</hostname>
<descr>Jessicas iPhone 7 +</descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>68:db:f5:bc:0d:b9</mac>
<ipaddr>192.168.2.42</ipaddr>
<hostname>jessica-echo-dot</hostname>
<descr>Jessicas Echo Dot</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>a0:02:dc:79:4b:50</mac>
<ipaddr>192.168.2.43</ipaddr>
<hostname>jessica-fire-tv</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>fa:80:c0:9c:05:63</mac>
<ipaddr>192.168.2.44</ipaddr>
<hostname>savannah-phone</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>42:a1:19:f7:55:36</mac>
<ipaddr>192.168.2.50</ipaddr>
<hostname>david-ipad</hostname>
<descr>Davids iPad</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>40:83:1d:67:b9:34</mac>
<ipaddr>192.168.2.51</ipaddr>
<hostname>david_iphone_7_plus</hostname>
<descr>Davids iPhone 7 +</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>08:12:a5:40:1a:1c</mac>
<ipaddr>192.168.2.52</ipaddr>
<hostname>david-echo-dot</hostname>
<descr>Davids Echo dot</descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>da:e7:32:78:34:a0</mac>
<ipaddr>192.168.2.53</ipaddr>
<hostname>david-iphone-11</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>74:df:bf:64:83:87</mac>
<ipaddr>192.168.2.61</ipaddr>
<hostname>nikita-laptop</hostname>
<descr>Nikita Ideapad Lenovo Laptop</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:fe:d9:82:78:69</mac>
<ipaddr>192.168.2.62</ipaddr>
<hostname>nick-iphone</hostname>
<descr>Nicks iPhone</descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>40:83:1d:4f:3c:b4</mac>
<ipaddr>192.168.2.64</ipaddr>
<hostname>nikita-new-iphone</hostname>
<descr>Nikitas New Phone</descr>
</staticmap>
<staticmap>
<mac>60:5b:b4:8f:77:07</mac>
<ipaddr>192.168.2.65</ipaddr>
<hostname>nikita-ps4</hostname>
<descr>Nikitas PS4</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>30:9c:23:64:61:f4</mac>
<ipaddr>192.168.2.66</ipaddr>
<hostname>nikita-pc</hostname>
<descr>Nikitas NEW PC</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>78:88:6d:7f:5d:f8</mac>
<ipaddr>192.168.2.70</ipaddr>
<hostname>sophy-iphone</hostname>
<descr>Sophys iPhone</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>14:cc:20:27:fb:44</mac>
<ipaddr>192.168.2.73</ipaddr>
<hostname>tplink-usb</hostname>
<descr>USB TPlink Wifi</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>f4:06:16:7f:d0:da</mac>
<ipaddr>192.168.2.87</ipaddr>
<hostname>iPhone</hostname>
<descr>albert-iphone-xr</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>28:c5:38:84:28:ae</mac>
<ipaddr>192.168.2.94</ipaddr>
<hostname>Louis-iPhone</hostname>
<descr>Louis iPhone 13 Pro Max</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>f0:08:d1:d3:f9:bc</mac>
<ipaddr>192.168.2.100</ipaddr>
<hostname>esp_office_propagator</hostname>
<descr>ESp32_1 Office Propagator</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>dc:4f:22:7a:de:02</mac>
<ipaddr>192.168.2.110</ipaddr>
<hostname>inkbird1</hostname>
<descr>Inkbird Controller 1</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>84:d8:1b:8b:68:be</mac>
<ipaddr>192.168.2.111</ipaddr>
<hostname>tp-link-smart-3way-1</hostname>
<descr>TP Link Smart 3way switch - 1</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>84:d8:1b:8b:69:0a</mac>
<ipaddr>192.168.2.112</ipaddr>
<hostname>green-house-power-strip-1</hostname>
<descr>TP Link Greenhouse Power strip 1</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>b4:85:e1:1c:a3:91</mac>
<ipaddr>192.168.3.4</ipaddr>
<hostname>katie-iphone-12</hostname>
<descr>Katies iPhone 12 ( White )</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>fe:31:b9:21:40:2b</mac>
<ipaddr>192.168.10.1</ipaddr>
<hostname>kali</hostname>
<descr>KaliLinux</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>d2:ce:92:32:4b:0e</mac>
<ipaddr>192.168.20.6</ipaddr>
<hostname>pbx</hostname>
<descr>Original PBX Server</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:24:11:03:8f:48</mac>
<ipaddr>192.168.20.10</ipaddr>
<hostname>tactical</hostname>
<descr>rmm tactical</descr>
<domain>dentalsupportuk.com</domain>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>22:ba:b6:ce:41:1d</mac>
<ipaddr>192.168.20.32</ipaddr>
<hostname>gluster-proxy</hostname>
<descr>Gluster Proxy</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>b4:7a:f1:a7:13:86</mac>
<ipaddr>192.168.20.51</ipaddr>
<hostname>g1</hostname>
<descr>Gluster1</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>b4:7a:f1:3c:79:5e</mac>
<ipaddr>192.168.20.52</ipaddr>
<hostname>g2</hostname>
<descr>Gluster2</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>5c:ba:2c:2c:06:60</mac>
<ipaddr>192.168.20.53</ipaddr>
<hostname>g3</hostname>
<descr>Gluster 3</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>5c:ba:2c:2b:f2:68</mac>
<ipaddr>192.168.20.54</ipaddr>
<hostname>g4</hostname>
<descr>Gluster 4</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>f8:0f:41:fc:09:bb</mac>
<ipaddr>192.168.20.120</ipaddr>
<hostname>gluster1</hostname>
<descr>Gluster OLD Server1</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>f8:0f:41:fc:13:76</mac>
<ipaddr>192.168.20.121</ipaddr>
<hostname>gluster2</hostname>
<descr>Gluster OLD Server2</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>00:8c:fa:09:75:5d</mac>
<ipaddr>192.168.20.122</ipaddr>
<hostname>gluster5</hostname>
<descr>Gluster OLD Server 5</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>00:8c:fa:09:7c:f5</mac>
<ipaddr>192.168.20.123</ipaddr>
<hostname>gluster6</hostname>
<descr>Gluster OLD Server 6</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>10:52:1c:64:5b:18</mac>
<ipaddr>192.168.32.2</ipaddr>
<hostname>esp32-shed1</hostname>
<descr>ESP32 1</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>10:52:1c:64:73:9c</mac>
<ipaddr>192.168.32.3</ipaddr>
<hostname>esp32-greenhouse1</hostname>
<descr>Esp32 Controller for pumps in Greenhouse</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>a0:a3:b3:2a:98:c0</mac>
<ipaddr>192.168.32.4</ipaddr>
<hostname>esp32-greenhouse2</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>dc:4f:22:4d:9d:23</mac>
<ipaddr>192.168.32.50</ipaddr>
<hostname>dmxgo</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>84:f3:eb:64:8c:d3</mac>
<ipaddr>192.168.32.101</ipaddr>
<hostname>energy_1</hostname>
<descr>Energy socket 1</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>b4:e6:2d:1e:68:18</mac>
<ipaddr>192.168.32.102</ipaddr>
<hostname>energy_2</hostname>
<descr>Sheds Main heater socket for Stagins Area</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>b4:e6:2d:1e:1e:84</mac>
<ipaddr>192.168.32.103</ipaddr>
<hostname>energy_3</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:dd:c2:e3:52:ab</mac>
<ipaddr>192.168.32.104</ipaddr>
<hostname>energy_4</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>24:a1:60:17:02:29</mac>
<ipaddr>192.168.32.105</ipaddr>
<hostname>energy_5</hostname>
<descr>Energy 5</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>c4:dd:57:04:19:1f</mac>
<ipaddr>192.168.32.106</ipaddr>
<hostname>energy_6</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>c4:dd:57:04:6c:61</mac>
<ipaddr>192.168.32.107</ipaddr>
<hostname>energy_7</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>3c:61:05:12:ee:28</mac>
<ipaddr>192.168.32.200</ipaddr>
<hostname>esp32_poly</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>10:52:1c:62:aa:68</mac>
<ipaddr>192.168.32.201</ipaddr>
<hostname>esp32-greenhouse</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>d8:d6:68:d8:12:77</mac>
<ipaddr>192.168.32.202</ipaddr>
<hostname>temp-humidity-colour-1</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>80:45:dd:46:00:69</mac>
<ipaddr>192.168.32.211</ipaddr>
<hostname>Sophy-Work-Laptop</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>a0:a3:b3:2a:db:1c</mac>
<ipaddr>192.168.32.220</ipaddr>
<hostname>pompe-ndertesa</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>00:e0:67:06:e1:90</mac>
<ipaddr>192.168.32.250</ipaddr>
<hostname>viperfire</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>44:8a:5b:58:29:d2</mac>
<ipaddr>192.168.33.1</ipaddr>
<hostname>albert-pc-2</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>44:39:c4:3a:4f:2e</mac>
<ipaddr>192.168.50.1</ipaddr>
<hostname>gandalf</hostname>
<descr>Gandalf - Proxmox 1</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>44:39:c4:50:2e:7f</mac>
<ipaddr>192.168.50.2</ipaddr>
<hostname>golem</hostname>
<descr>Proxmox 2</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>44:39:c4:50:2b:5e</mac>
<ipaddr>192.168.50.3</ipaddr>
<hostname>gumball</hostname>
<descr>Gumball - Proxmox 3</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>e2:34:4a:b5:e1:1f</mac>
<ipaddr>192.168.50.10</ipaddr>
<hostname>humbug</hostname>
<descr>Proxmox Server</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>78:2b:cb:66:32:ff</mac>
<ipaddr>192.168.50.11</ipaddr>
<hostname>gimboid</hostname>
<descr>Gimboid - Proxmox Server</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>38:ea:a7:a1:04:6f</mac>
<ipaddr>192.168.50.100</ipaddr>
<hostname>bilbo</hostname>
<descr>TrueNas</descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>48:df:37:2d:25:60</mac>
<ipaddr>192.168.50.101</ipaddr>
<hostname>dumbledore</hostname>
<descr>Truenas Proxmox Management link</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>74:ab:93:55:b0:d9</mac>
<ipaddr>192.168.69.2</ipaddr>
<hostname>blin-cam1</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>aa:cf:4d:81:f0:63</mac>
<ipaddr>192.168.69.69</ipaddr>
<hostname>dodgy-mac</hostname>
<descr>dodgy mac</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>62:0d:c3:83:cf:f0</mac>
<ipaddr>192.168.100.1</ipaddr>
<hostname>modem</hostname>
<descr>modem</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>ac:87:a3:21:9d:31</mac>
<ipaddr>192.168.100.10</ipaddr>
<hostname>iMat-5K</hostname>
<descr>Mats iMac 5K</descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>02:96:c4:7b:46:13</mac>
<ipaddr>192.168.100.13</ipaddr>
<hostname>ha</hostname>
<descr>Homeassistant Proxmox</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>b4:2e:99:a1:67:fa</mac>
<ipaddr>192.168.100.20</ipaddr>
<hostname>mat-hackintosh</hostname>
<descr>Mats Hackintosh</descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:6e:76:01:97:a4</mac>
<ipaddr>192.168.100.30</ipaddr>
<hostname>cosy-heating</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>9c:b6:54:06:78:52</mac>
<ipaddr>192.168.100.49</ipaddr>
<hostname>media2</hostname>
<descr>Media 2 - ( GLUSTER )</descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>00:bb:3a:97:1b:1f</mac>
<ipaddr>192.168.100.50</ipaddr>
<hostname>firetv-front-room</hostname>
<descr>Front room FireTV </descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>b0:da:f9:52:7c:59</mac>
<ipaddr>192.168.100.51</ipaddr>
<hostname>virgin-media-tivo</hostname>
<descr>Virgin Box</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>5c:49:7d:20:fd:58</mac>
<ipaddr>192.168.100.52</ipaddr>
<hostname>samsung-frontroom</hostname>
<descr>Samsung TV front room</descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>04:42:1a:95:50:52</mac>
<ipaddr>192.168.100.60</ipaddr>
<hostname>louis-pc</hostname>
<descr>Louis PC</descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>1c:1b:0d:e6:4f:6c</mac>
<ipaddr>192.168.100.61</ipaddr>
<hostname>david-pc</hostname>
<descr>Davids PC</descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>1c:1b:0d:34:8c:b0</mac>
<ipaddr>192.168.100.66</ipaddr>
<hostname>jessica-pc</hostname>
<descr>Jessicas PC</descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>00:1c:bf:85:f7:ec</mac>
<ipaddr>192.168.100.67</ipaddr>
<hostname>jesslaptop</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>0c:fe:45:63:29:c0</mac>
<ipaddr>192.168.100.70</ipaddr>
<hostname>nikita-ps4-wired</hostname>
<descr>Nikitas PS4 Wired</descr>
<arp_table_static_entry>1</arp_table_static_entry>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>b0:7f:b9:43:a5:ac</mac>
<ipaddr>192.168.100.79</ipaddr>
<hostname>albert-netgear-wireless</hostname>
<descr>Alberts Wireless Netgear</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>04:d9:f5:1d:bd:3c</mac>
<ipaddr>192.168.100.80</ipaddr>
<hostname>albert-pc</hostname>
<descr>Alberts PC</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>2c:f0:5d:e4:da:a2</mac>
<ipaddr>192.168.100.81</ipaddr>
<hostname>audioz</hostname>
<descr>Mats Audio PC - Ryzen</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>2c:f0:5d:89:1c:f6</mac>
<ipaddr>192.168.100.82</ipaddr>
<hostname>albert-new-pc</hostname>
<descr>Alberts new pc</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>d8:bb:c1:45:b1:c0</mac>
<ipaddr>192.168.100.83</ipaddr>
<hostname>alberts-latest-pc</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>40:a2:db:13:a0:b5</mac>
<ipaddr>192.168.100.84</ipaddr>
<hostname>albert-firetv-cube</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>08:12:a5:42:d0:90</mac>
<ipaddr>192.168.100.85</ipaddr>
<hostname>jess-firetv-cube</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>0c:ee:99:61:03:5b</mac>
<ipaddr>192.168.100.86</ipaddr>
<hostname>david-firetv-cube</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:24:11:e2:1d:29</mac>
<ipaddr>192.168.249.1</ipaddr>
<hostname>opnsense-rama</hostname>
<descr>Rama NET opnsense network</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
</lan>
<opt1>
<enable>1</enable>
<ignoreuids>1</ignoreuids>
<ddnsdomainalgorithm>hmac-md5</ddnsdomainalgorithm>
<numberoptions>
<item/>
</numberoptions>
<range>
<from>10.32.0.200</from>
<to>10.32.0.254</to>
</range>
<winsserver/>
<dnsserver/>
<ntpserver/>
</opt1>
</dhcpd>
<snmpd>
<syslocation/>
<syscontact/>
<rocommunity>public</rocommunity>
</snmpd>
<syslog>
<reverse>1</reverse>
<nologbogons>1</nologbogons>
<nologprivatenets>1</nologprivatenets>
<nologlighttpd>1</nologlighttpd>
<nologdefaultblock>1</nologdefaultblock>
<nologdefaultpass>1</nologdefaultpass>
</syslog>
<nat>
<outbound>
<mode>hybrid</mode>
<rule>
<source>
<network>192.168.0.41/32</network>
</source>
<destination>
<any>1</any>
</destination>
<descr/>
<category/>
<interface>wan</interface>
<tag/>
<tagged/>
<poolopts/>
<poolopts_sourcehashkey/>
<ipprotocol>inet</ipprotocol>
<created>
<username>mshillam@192.168.2.6</username>
<time>1535550092.5563</time>
<description>/firewall_nat_out_edit.php made changes</description>
</created>
<target>wanip</target>
<staticnatport>1</staticnatport>
<sourceport/>
<log>1</log>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1645397261.9664</time>
<description>/firewall_nat_out_edit.php made changes</description>
</updated>
</rule>
<rule>
<source>
<network>10.100.0.0/24</network>
</source>
<destination>
<any>1</any>
</destination>
<descr/>
<category/>
<interface>wan</interface>
<tag/>
<tagged/>
<poolopts/>
<poolopts_sourcehashkey/>
<ipprotocol>inet</ipprotocol>
<created>
<username>mshillam@192.168.1.10</username>
<time>1713270335.7727</time>
<description>/firewall_nat_out_edit.php made changes</description>
</created>
<target/>
<targetip_subnet>0</targetip_subnet>
<sourceport/>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1714039128.5366</time>
<description>/firewall_nat_out_edit.php made changes</description>
</updated>
</rule>
</outbound>
<rule>
<protocol>tcp</protocol>
<ipprotocol>inet</ipprotocol>
<descr>Home Assistant</descr>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_603e4caf9744d4.12162657</associated-rule-id>
<target>192.168.100.13</target>
<local-port>8123</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>8123</port>
</destination>
<updated>
<username>mshillam@192.168.2.6</username>
<time>1614695599.6197</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.2.6</username>
<time>1614695599.6198</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
<disabled>1</disabled>
</rule>
<rule>
<protocol>tcp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr>Van Assistant</descr>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_64318d479f2526.39259860</associated-rule-id>
<target>192.168.250.235</target>
<local-port>55555</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>55555</port>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1680969031.6519</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1680969031.6519</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
<disabled>1</disabled>
</rule>
<rule>
<protocol>tcp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr/>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_61d0e26867ca51.69694975</associated-rule-id>
<log>1</log>
<target>192.168.0.30</target>
<local-port>443</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>443</port>
</destination>
<updated>
<username>mshillam@192.168.250.138</username>
<time>1713993395.2122</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1641079400.4252</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule>
<protocol>tcp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr/>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_61d0e2981ea0b4.36316537</associated-rule-id>
<target>192.168.0.30</target>
<local-port>80</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>80</port>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1680970079.0853</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1641079448.1255</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule>
<protocol>tcp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr>RUST TCP</descr>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_66def8ba4fe696.76889959</associated-rule-id>
<log>1</log>
<target>192.168.0.30</target>
<local-port>21114</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>21114-21119</port>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1725888739.6982</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1725888698.3273</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule>
<protocol>udp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr>RUST UDP</descr>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_66def8da81e935.85411277</associated-rule-id>
<log>1</log>
<target>192.168.0.30</target>
<local-port>21116</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>21116</port>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1725888730.5322</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1725888730.5322</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule>
<protocol>tcp/udp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr>REMOTELY</descr>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_66df22be1ab373.51577272</associated-rule-id>
<log>1</log>
<target>192.168.0.32</target>
<local-port>9999</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>9999</port>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1725899454.1095</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1725899454.1095</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule>
<protocol>tcp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr/>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_63970e309636f5.96868671</associated-rule-id>
<target>192.168.0.40</target>
<local-port>80</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>80</port>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1670843952.6153</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1670843952.6153</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
<disabled>1</disabled>
</rule>
<rule>
<protocol>tcp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr/>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_61e172ee5e2db6.55417174</associated-rule-id>
<target>192.168.0.32</target>
<local-port>2122</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>2122</port>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1642164974.3858</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1642164974.3858</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule>
<protocol>tcp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr/>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_61f1358acec6d1.41516685</associated-rule-id>
<target>192.168.20.32</target>
<local-port>59349</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>59349</port>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1643197834.847</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1643197834.847</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule>
<protocol>tcp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr/>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_61d9abe437c253.03770640</associated-rule-id>
<target>192.168.0.40</target>
<local-port>MAIL_PORTS</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>MAIL_PORTS</port>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1641655268.2285</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1641655268.2285</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule>
<protocol>tcp/udp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr/>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_61ddd885a87c13.07466954</associated-rule-id>
<target>192.168.0.42</target>
<local-port>Wazuh_Ports</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>Wazuh_Ports</port>
</destination>
<natreflection>purenat</natreflection>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1681316370.4011</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1641928837.6902</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule>
<protocol>tcp/udp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr>Wazuh API</descr>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_649ff9ab0b8d46.26057858</associated-rule-id>
<target>192.168.0.42</target>
<local-port>55000</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>55000</port>
</destination>
<natreflection>purenat</natreflection>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1688205739.0474</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1688205739.0474</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule>
<protocol>udp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr/>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_61ddd973cb6413.87351681</associated-rule-id>
<target>192.168.0.41</target>
<local-port>10000</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>10000-20000</port>
</destination>
<natreflection>purenat</natreflection>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1642098751.6138</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1641929075.8331</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule>
<protocol>udp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr/>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_6439315a906da8.89657158</associated-rule-id>
<target>192.168.0.41</target>
<local-port>5060</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>5060</port>
</destination>
<natreflection>purenat</natreflection>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1681469786.5916</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1681469786.5916</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule>
<protocol>tcp/udp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr>QbitTorrent</descr>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_64972efdc0eb78.57389754</associated-rule-id>
<target>192.168.1.10</target>
<local-port>27671</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>27671</port>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1687629588.905</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1687629565.7903</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
</nat>
<filter>
<rule uuid="687c66e1-f9ea-4088-b031-82adbeb15f11">
<type>block</type>
<interface>wan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>TEMP BLOCK DHCP</descr>
<direction>out</direction>
<floating>yes</floating>
<log>1</log>
<quick>1</quick>
<source>
<address>TEMPLOCK</address>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.250.162</username>
<time>1740311888.7792</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.250.162</username>
<time>1740311888.7792</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
<disabled>1</disabled>
</rule>
<rule uuid="33719db1-c10f-4d5f-9baf-ac9ae8489f9a">
<type>pass</type>
<interface>wan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>ALLOW SPARKHOST EMAILS THROUGH</descr>
<direction>in</direction>
<floating>yes</floating>
<log>1</log>
<quick>1</quick>
<source>
<address>147.253.208.0/20</address>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.250.162</username>
<time>1739099637.4729</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.250.162</username>
<time>1739099627.7983</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="3aa14700-0441-49d0-8115-0779e3598359">
<type>block</type>
<interface>opt1,lan,lo0,openvpn,wan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>Dodgy MAC block</descr>
<direction>any</direction>
<floating>yes</floating>
<log>1</log>
<quick>1</quick>
<source>
<address>192.168.69.69/24</address>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1727375952.8533</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1727375952.8533</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="81644fc4-f08e-4a2e-b832-b4b9b528a830">
<type>block</type>
<interface>lan,wan</interface>
<ipprotocol>inet6</ipprotocol>
<statetype>keep state</statetype>
<descr>Block all IPv6 and Do NOT log</descr>
<direction>any</direction>
<floating>yes</floating>
<quick>1</quick>
<source>
<any>1</any>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1640653744.3777</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>root@192.168.2.6</username>
<time>1517661056.9788</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="ee333067-a0f6-4fd1-9217-20dae2d3a446">
<type>block</type>
<interface>lan,wan</interface>
<ipprotocol>inet46</ipprotocol>
<statetype>keep state</statetype>
<descr>Block Malicious IP's</descr>
<direction>any</direction>
<category>malware</category>
<floating>yes</floating>
<log>1</log>
<quick>1</quick>
<source>
<any>1</any>
</source>
<destination>
<address>UT_malicious_ips</address>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1645457378.7744</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1645457378.7744</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="7a0f02cc-17f6-4769-84ee-1b27c08cf698">
<type>block</type>
<interface>wan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<direction>in</direction>
<floating>yes</floating>
<log>1</log>
<quick>1</quick>
<source>
<address>178.208.164.0/22</address>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1664719936.5096</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1664719936.5096</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="1626d4dc-363b-4458-8823-6c6388cdc9ac">
<type>block</type>
<interface>wan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<direction>in</direction>
<floating>yes</floating>
<log>1</log>
<quick>1</quick>
<source>
<address>178.208.172.0/22</address>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1664730543.8147</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1664730543.8147</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="1e7cd6a1-a8e4-4f72-99a3-2004396deb4c">
<type>pass</type>
<interface>lan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>Allow all essential devices</descr>
<direction>in</direction>
<floating>yes</floating>
<quick>1</quick>
<source>
<address>essential_devices</address>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1654128038.6972</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.2.6</username>
<time>1589544984.064</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="97ae769f-e487-4449-bc78-2af04bad6ce1">
<type>block</type>
<interface>wan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>Block ALL TEMP DHCP</descr>
<direction>out</direction>
<log>1</log>
<quick>1</quick>
<source>
<address>TEMPLOCK</address>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.250.162</username>
<time>1740311623.478</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.250.162</username>
<time>1740311623.478</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="36e2c215-e991-456f-b601-b56729ee9f65">
<type>block</type>
<interface>wan</interface>
<ipprotocol>inet46</ipprotocol>
<statetype>keep state</statetype>
<descr>Block AbuseIPDB ALL</descr>
<direction>in</direction>
<log>1</log>
<quick>1</quick>
<source>
<address>Blocklist_AbuseIPDB_all</address>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.250.162</username>
<time>1738937141.2003</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.250.162</username>
<time>1738937141.2003</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="bb1641fc-ab5e-430e-a2e1-851f817b663d">
<type>pass</type>
<interface>wan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>Allow Wireguard Clients</descr>
<direction>in</direction>
<quick>1</quick>
<protocol>udp</protocol>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>51820</port>
</destination>
<updated>
<username>mshillam@10.10.10.2</username>
<time>1707218706.3198</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1707211104.3689</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="9164be23-f88a-4b24-929c-b9c6b070854a">
<type>pass</type>
<interface>wan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>Allow ALL UK to VOIP.</descr>
<direction>in</direction>
<category>countries</category>
<log>1</log>
<quick>1</quick>
<source>
<address>uk_only</address>
</source>
<destination>
<address>192.168.0.41</address>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1675595637.0986</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1675595637.0986</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="2bdc2707-62fd-44d5-993e-5eea7cb27109">
<type>block</type>
<interface>wan</interface>
<ipprotocol>inet46</ipprotocol>
<statetype>keep state</statetype>
<descr>Block Shite countries from Core Services</descr>
<direction>in</direction>
<category>countries</category>
<log>1</log>
<quick>1</quick>
<source>
<address>block_shite_countries</address>
</source>
<destination>
<address>core_services</address>
</destination>
<updated>
<username>mshillam@192.168.250.162</username>
<time>1738931011.8372</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.250.162</username>
<time>1738931011.8372</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="be1536c9-c483-4398-9f7f-2eedb56baeea">
<type>block</type>
<interface>wan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>Block ALL from VOIP.</descr>
<direction>in</direction>
<category>countries</category>
<log>1</log>
<quick>1</quick>
<source>
<any>1</any>
</source>
<destination>
<address>192.168.0.41</address>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1675595750.1371</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1675595750.1371</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="70c194c2-07c5-4bf8-a910-b17b62d9c252">
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>tcp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.0.30</address>
<port>443</port>
</destination>
<descr/>
<category/>
<associated-rule-id>nat_61d0e26867ca51.69694975</associated-rule-id>
<created>
<username>mshillam@192.168.1.10</username>
<time>1641079400.4251</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
<log>1</log>
</rule>
<rule uuid="f093ea11-0524-4fc5-a5a3-165ccff076d7">
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>tcp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.0.30</address>
<port>80</port>
</destination>
<descr/>
<category/>
<associated-rule-id>nat_61d0e2981ea0b4.36316537</associated-rule-id>
<created>
<username>mshillam@192.168.1.10</username>
<time>1641079448.1255</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
<log>1</log>
</rule>
<rule uuid="821e9dac-fdb0-4949-a128-81950af4edef">
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>tcp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.0.40</address>
<port>MAIL_PORTS</port>
</destination>
<descr/>
<category/>
<associated-rule-id>nat_61d9abe437c253.03770640</associated-rule-id>
<created>
<username>mshillam@192.168.1.10</username>
<time>1641655268.2284</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule uuid="fd35a5a9-ded9-436e-bfcc-af5911c5d179">
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>tcp/udp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.0.42</address>
<port>Wazuh_Ports</port>
</destination>
<descr/>
<category/>
<associated-rule-id>nat_61ddd885a87c13.07466954</associated-rule-id>
<created>
<username>mshillam@192.168.1.10</username>
<time>1641928837.6901</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule uuid="db2e91df-21fa-45c5-a12f-624b2ad33883">
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>udp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.0.41</address>
<port>10000-20000</port>
</destination>
<descr/>
<category/>
<associated-rule-id>nat_61ddd973cb6413.87351681</associated-rule-id>
<created>
<username>mshillam@192.168.1.10</username>
<time>1641929075.8331</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
<log>1</log>
</rule>
<rule uuid="6510b99d-3311-4184-9280-363f90bc6048">
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>tcp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.0.32</address>
<port>2122</port>
</destination>
<descr/>
<category/>
<associated-rule-id>nat_61e172ee5e2db6.55417174</associated-rule-id>
<created>
<username>mshillam@192.168.1.10</username>
<time>1642164974.3858</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule uuid="646f935d-da94-4036-95ed-8b36d0c5bc72">
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>tcp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.20.32</address>
<port>59349</port>
</destination>
<descr/>
<category/>
<associated-rule-id>nat_61f1358acec6d1.41516685</associated-rule-id>
<created>
<username>mshillam@192.168.1.10</username>
<time>1643197834.847</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule uuid="80e16b60-ee88-4155-b265-4e36835a2f7f">
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>tcp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.0.40</address>
<port>80</port>
</destination>
<descr/>
<category/>
<associated-rule-id>nat_63970e309636f5.96868671</associated-rule-id>
<created>
<username>mshillam@192.168.1.10</username>
<time>1670843952.6153</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
<disabled>1</disabled>
</rule>
<rule uuid="0a9b4d85-be5e-4e73-948f-1ca518e71415">
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>tcp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.250.235</address>
<port>55555</port>
</destination>
<descr>Van Assistant</descr>
<category/>
<associated-rule-id>nat_64318d479f2526.39259860</associated-rule-id>
<created>
<username>mshillam@192.168.1.10</username>
<time>1680969031.6519</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
<disabled>1</disabled>
</rule>
<rule uuid="1b74f569-872e-4079-ad81-50070923cd4a">
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>udp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.0.41</address>
<port>5060</port>
</destination>
<descr/>
<category/>
<associated-rule-id>nat_6439315a906da8.89657158</associated-rule-id>
<created>
<username>mshillam@192.168.1.10</username>
<time>1681469786.5916</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule uuid="a7cb285e-e332-4c72-a667-89dec3fedbc4">
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>tcp/udp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.1.10</address>
<port>27671</port>
</destination>
<descr>QbitTorrent</descr>
<category/>
<associated-rule-id>nat_64972efdc0eb78.57389754</associated-rule-id>
<created>
<username>mshillam@192.168.1.10</username>
<time>1687629565.7902</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule uuid="68c9f6d8-c370-4877-9fe3-1a96815f71a4">
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>tcp/udp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.0.42</address>
<port>55000</port>
</destination>
<descr>Wazuh API</descr>
<category/>
<associated-rule-id>nat_649ff9ab0b8d46.26057858</associated-rule-id>
<created>
<username>mshillam@192.168.1.10</username>
<time>1688205739.0473</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule uuid="1fddd605-af5f-44c0-b3c1-059bf4c4e6df">
<associated-rule-id>nat_66def8ba4fe696.76889959</associated-rule-id>
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>tcp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.0.30</address>
<port>21114-21119</port>
</destination>
<log>1</log>
<descr>RUST TCP</descr>
<category/>
<created>
<username>mshillam@192.168.1.10</username>
<time>1725888698.3273</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule uuid="8cf27e62-d327-4efb-babd-ae26ac657b88">
<associated-rule-id>nat_66def8da81e935.85411277</associated-rule-id>
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>udp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.0.30</address>
<port>21116</port>
</destination>
<log>1</log>
<descr>RUST UDP</descr>
<category/>
<created>
<username>mshillam@192.168.1.10</username>
<time>1725888730.5321</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule uuid="e1b59e6b-8a97-4644-a934-10d1c6b80451">
<associated-rule-id>nat_66df22be1ab373.51577272</associated-rule-id>
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>tcp/udp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.0.32</address>
<port>9999</port>
</destination>
<log>1</log>
<descr>REMOTELY</descr>
<category/>
<created>
<username>mshillam@192.168.1.10</username>
<time>1725899454.1094</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule uuid="bada502c-03fe-43eb-8d37-d125b41e516d">
<type>pass</type>
<interface>lan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>Default allow LAN to any rule</descr>
<direction>in</direction>
<quick>1</quick>
<source>
<network>lan</network>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1633378387.2996</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<disabled>1</disabled>
</rule>
<rule uuid="53d13475-62a6-4b0b-9432-e999f489865b">
<type>pass</type>
<interface>lan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>Allow access from secondary router LAN to primary router networks and the Internet</descr>
<direction>in</direction>
<quick>1</quick>
<source>
<address>10.100.0.0/24</address>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1713268139.8551</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1713268014.0464</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="c794f2f7-64ea-4037-9040-c9fef0d64594">
<type>pass</type>
<interface>lan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>Allow access to all devices on the secondary router LAN</descr>
<direction>in</direction>
<quick>1</quick>
<protocol>tcp/udp</protocol>
<source>
<network>lan</network>
</source>
<destination>
<address>10.100.0.0/24</address>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1714039289.3119</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1714039289.3119</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="ff0bf7aa-17c6-427d-8abd-3e4c258fcc00">
<descr>OpenVPN Remote My Dental Security Staf wizard</descr>
<source>
<any>1</any>
</source>
<destination>
<any>1</any>
</destination>
<interface>openvpn</interface>
<type>pass</type>
<enabled>on</enabled>
<created>
<username>root@192.168.2.6</username>
<time>1517665486.4982</time>
<description>/wizard.php made changes</description>
</created>
<disabled>1</disabled>
</rule>
<rule uuid="1f56cbaf-85d7-47e1-b4cf-015044592dc5">
<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>
<any>1</any>
</destination>
<updated>
<username>mshillam@10.10.10.2</username>
<time>1707218729.6291</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1707211216.0048</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="8d03f2c0-1e97-4483-81f0-47b896f7d9f3">
<type>pass</type>
<interface>wireguard</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>WG WAN to LAN</descr>
<direction>in</direction>
<quick>1</quick>
<source>
<address>WIREGUARD_CLIENTS</address>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.100.20</username>
<time>1618255944.4809</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.100.20</username>
<time>1618255944.4809</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<scrub>
<rule>
<interface>wireguard</interface>
<proto>any</proto>
<src>any</src>
<srcmask>24</srcmask>
<dst>any</dst>
<dstmask>24</dstmask>
<max-mss>1380</max-mss>
<descr>Wireguard MSS Clamping IPv4</descr>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1707218303.1704</time>
<description>/firewall_scrub_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1707211316.8665</time>
<description>/firewall_scrub_edit.php made changes</description>
</created>
</rule>
</scrub>
<bypassstaticroutes>yes</bypassstaticroutes>
</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>
<prefer>0.opnsense.pool.ntp.org</prefer>
</ntpd>
<widgets>
<sequence>interface_statistics-container:00000000-col1:show,system_information-container:00000001-col1:show,gateways-container:00000002-col2:show,interface_list-container:00000003-col2:show,dyn_dns_status-container:00000004-col2:show,traffic_graphs-container:00000005-col2:show,services_status-container:00000006-col4:show</sequence>
<column_count>2</column_count>
<gatewaysinvert>1</gatewaysinvert>
<gatewaysfilter>WAN_DHCP,LandLab</gatewaysfilter>
</widgets>
<revision>
<username>mshillam@192.168.250.162</username>
<time>1741106422.5077</time>
<description>/firewall_rules.php made changes</description>
</revision>
<OPNsense>
<captiveportal version="1.0.2">
<zones/>
<templates/>
</captiveportal>
<MDNSRepeater version="1.0.0">
<enabled>1</enabled>
<interfaces>lan</interfaces>
</MDNSRepeater>
<siproxd>
<user version="1.0.0">
<users/>
</user>
<domain version="1.0.0">
<domains/>
</domain>
<general version="1.1.0">
<enabled>0</enabled>
<if_inbound>wan</if_inbound>
<if_outbound>wan</if_outbound>
<host_outbound/>
<hosts_allow_reg/>
<hosts_allow_sip/>
<hosts_deny_sip/>
<sip_listen_port>5060</sip_listen_port>
<rtp_port_low>7070</rtp_port_low>
<rtp_port_high>7089</rtp_port_high>
<rtp_timeout>300</rtp_timeout>
<rtp_dscp>46</rtp_dscp>
<sip_dscp>0</sip_dscp>
<rtp_input_dejitter>0</rtp_input_dejitter>
<rtp_output_dejitter>0</rtp_output_dejitter>
<proxy_auth_enable>0</proxy_auth_enable>
<tcp_timeout>600</tcp_timeout>
<tcp_connect_timeout>500</tcp_connect_timeout>
<tcp_keepalive>20</tcp_keepalive>
<ua_string/>
<use_rport>0</use_rport>
<plugin_defaulttarget_enable>0</plugin_defaulttarget_enable>
<plugin_defaulttarget_log>0</plugin_defaulttarget_log>
<plugin_defaulttarget_target/>
<plugin_fix_bogus_via_enable>1</plugin_fix_bogus_via_enable>
<plugin_fix_bogus_via_networks>10.0.0.0/8,172.16.0.0/12,192.168.0.0/16</plugin_fix_bogus_via_networks>
<plugin_fix_DTAG_enable>1</plugin_fix_DTAG_enable>
<plugin_fix_DTAG_networks>217.0.23.100/32</plugin_fix_DTAG_networks>
<plugin_fbox_anoncall_enable>1</plugin_fbox_anoncall_enable>
<plugin_fbox_anoncall_networks>10.0.0.0/8,172.16.0.0/12,192.168.0.0/16</plugin_fbox_anoncall_networks>
<plugin_stun_server_enable>0</plugin_stun_server_enable>
<plugin_stun_server_host/>
<plugin_stun_server_port/>
<plugin_stun_server_period/>
</general>
</siproxd>
<Firewall>
<Category version="1.0.0">
<categories>
<category uuid="43e15f97-8678-44d6-a81b-b8df29e920c5">
<name>malware</name>
<auto>1</auto>
<color/>
</category>
<category uuid="837c5309-3f56-4048-88ac-bf7797250f18">
<name>countries</name>
<auto>1</auto>
<color/>
</category>
</categories>
</Category>
<Lvtemplate version="0.0.1">
<templates>
<template uuid="cb13a1f1-c9b6-4f51-89d1-3386186c4aa9">
<name>no IPV6</name>
<or>1</or>
<filters>label!~IPv6</filters>
</template>
</templates>
</Lvtemplate>
<Alias version="1.0.1">
<geoip>
<url>https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV&amp;license_key=bUDDilXVKtjByVCi&amp;suffix=zip</url>
</geoip>
<aliases>
<alias uuid="3638c7cb-6e44-4675-8e24-4c16e22e6da8">
<enabled>1</enabled>
<name>david_ipad</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.50</content>
<categories/>
<description>Davids iPad</description>
</alias>
<alias uuid="9ee66345-e98d-44a9-9a33-904088ca4a17">
<enabled>1</enabled>
<name>david_pc</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.61</content>
<categories/>
<description>Davids PC</description>
</alias>
<alias uuid="562c2248-ce86-4ad0-a6c6-f9b611154bd5">
<enabled>1</enabled>
<name>jessica_ipad_mini</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.40</content>
<categories/>
<description>Jessicas iPad mini</description>
</alias>
<alias uuid="ec25c86e-68aa-48a0-8e2f-492d011489cc">
<enabled>1</enabled>
<name>jessica_iphone_7</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.41</content>
<categories/>
<description>Jessicas iPhone 7</description>
</alias>
<alias uuid="163dbe38-73a2-47e1-b327-73fb311b456b">
<enabled>1</enabled>
<name>jessica_pc</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.66</content>
<categories/>
<description>Jessicas PC</description>
</alias>
<alias uuid="4456374a-ffe0-4c8e-8c50-13dfa81e56ce">
<enabled>1</enabled>
<name>louis_iphone_7</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.92</content>
<categories/>
<description>Louis iPhone 7</description>
</alias>
<alias uuid="f199d026-0c05-4816-ad0c-867a9873b7ce">
<enabled>1</enabled>
<name>louis_pc</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.60</content>
<categories/>
<description>Louis PC</description>
</alias>
<alias uuid="acbc2e90-3c6e-48e4-bab5-9161ceb6f973">
<enabled>1</enabled>
<name>nikita_iphone_7</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.64</content>
<categories/>
<description>Nikitas iPhone 7</description>
</alias>
<alias uuid="5228ee16-ffe9-44c2-a6af-87147c998e7f">
<enabled>1</enabled>
<name>nikitas_laptop</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.61</content>
<categories/>
<description>Nikitas Laptop</description>
</alias>
<alias uuid="915f22d6-5bf0-4be2-992a-d7169837dbf3">
<enabled>1</enabled>
<name>unifi_ap_downstairs</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.3</content>
<categories/>
<description>Unifi Access point - Downstairs</description>
</alias>
<alias uuid="9d814370-a0df-462b-a1c8-54fb7faf7c25">
<enabled>1</enabled>
<name>canon_mg6600_printer</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.4</content>
<categories/>
<description>Canon Mg6600 Printer</description>
</alias>
<alias uuid="a4254bbd-77b7-437f-8ecd-ccba07836182">
<enabled>1</enabled>
<name>matbook</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.6</content>
<categories/>
<description>Mats Macbook Pro</description>
</alias>
<alias uuid="91a7176a-f86b-4f61-a5bc-e63a38076e46">
<enabled>1</enabled>
<name>mat_ipad_pro</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.7</content>
<categories/>
<description>Mats iPad Pro</description>
</alias>
<alias uuid="574d60c5-e0d2-4675-bb1e-943ed53e70c9">
<enabled>1</enabled>
<name>mat_iphone_x</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.8</content>
<categories/>
<description>Mats iPhone X</description>
</alias>
<alias uuid="bd73fec7-f827-4e18-8d91-97d21af9a65a">
<enabled>1</enabled>
<name>mat_apple_watch_v3</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.9</content>
<categories/>
<description>Mats Apple watch v3</description>
</alias>
<alias uuid="695cefb5-7e20-43a9-b2da-d4ae8ce8e4ee">
<enabled>1</enabled>
<name>mat_imac_5k_sophys_room</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.10</content>
<categories/>
<description>Mats iMac 5k -Sophys room</description>
</alias>
<alias uuid="10ac3822-44ae-481e-8ae9-51f5b479596a">
<enabled>1</enabled>
<name>katie_apple_watch_v3</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.20</content>
<categories/>
<description>Katies Apple watch v3</description>
</alias>
<alias uuid="037319b8-42bc-4f02-b0ce-606c7f4f08b2">
<enabled>1</enabled>
<name>katie_iphone_x</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.21</content>
<categories/>
<description>Katies iPhone X</description>
</alias>
<alias uuid="8905638b-b940-4188-a765-89d2ef0cf247">
<enabled>1</enabled>
<name>fire_tv_front_room</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.50</content>
<categories/>
<description>Fire TV - Front Room</description>
</alias>
<alias uuid="3532df53-8b53-4d47-8e48-57eb02d4b345">
<enabled>1</enabled>
<name>fire_tv_bedroom</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.31</content>
<categories/>
<description>Fire TV Bedroom</description>
</alias>
<alias uuid="8789803c-4c05-4669-a394-eeddb989e02c">
<enabled>1</enabled>
<name>samsung_tv_front_room</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.52</content>
<categories/>
<description>Samsung TV - Front room</description>
</alias>
<alias uuid="425e0490-b4a6-4a86-804a-23a6a60053a7">
<enabled>1</enabled>
<name>mat_hackintosh</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.20</content>
<categories/>
<description>Mats Hackintosh</description>
</alias>
<alias uuid="6eeb6fdd-7465-40ad-826c-89f119048e7b">
<enabled>1</enabled>
<name>media1</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.48</content>
<categories/>
<description>Media 1</description>
</alias>
<alias uuid="c21d784b-80e7-4d64-917c-2316c703da75">
<enabled>1</enabled>
<name>media2</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.49</content>
<categories/>
<description>Media 2</description>
</alias>
<alias uuid="001ac62d-2301-4da1-b423-438abca0300d">
<enabled>1</enabled>
<name>essential_devices</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>unifi_ap_downstairs
canon_mg6600_printer
matbook
mat_ipad_pro
mat_iphone_x
mat_apple_watch_v3
katie_apple_watch_v3
katie_iphone_x
fire_tv_front_room
fire_tv_bedroom
samsung_tv_front_room
mat_hackintosh
media1
media2
guest_devices
cosy_heating
jessica_echo_dot
david_echo_dot
epson_xp_790
sophy_iphone
sophy_laptop
virgin_box
nikita_ps4
albert_pc
sophy_ps4
mats_iphone_11_pro
katie_iphone_11_pro_2
192.168.2.192
192.168.2.194
192.168.2.199
esp32_1
albert_iphone_xr
dad_pc
albert_new_pc
mat_hackintosh_wifi
inkbird_1
ha
tp_link_smart_3way_1
nikita_devices
jessica_devices
david_devices
tp_link_wifi
home_assistant
shed_socket_heater1
energy_1
unifi_ap2
esp_devices
david_ipad
all_mats_devices
Internal_infrastructure
katies_devices
louis_devices
albert_devices
blink_devices
fire_tv_cube_front_room
192.168.100.85
192.168.100.86
nikita_pc
management
proxmox_network
192.168.249.1
SecondaryRouter</content>
<categories/>
<description>All our essential devices ( online always! )</description>
</alias>
<alias uuid="95f88fbb-d79f-4dcb-8c8e-3ba0c5010e13">
<enabled>1</enabled>
<name>louis_devices</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>louis_iphone_7
louis_pc
192.168.2.93
192.168.2.94</content>
<categories/>
<description>Louis stuff</description>
</alias>
<alias uuid="4d40473b-5336-483d-980a-b2cda8784333">
<enabled>1</enabled>
<name>nikita_devices</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>nikita_iphone_7
nikitas_laptop
mat_imac_5k_sophys_room</content>
<categories/>
<description>Nikitas stuff</description>
</alias>
<alias uuid="74c802b5-6183-4e73-9821-fdd7662f7b05">
<enabled>1</enabled>
<name>jessica_devices</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>jessica_ipad_mini
jessica_iphone_7
jessica_pc
jessica_echo_dot
jessica_fire_tv
jess_laptop
savannah_phone</content>
<categories/>
<description>Jessicas stuff</description>
</alias>
<alias uuid="9cd1c383-7dc0-4648-8623-c12e90b0c213">
<enabled>1</enabled>
<name>david_devices</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>david_ipad
david_pc
david_iphones</content>
<categories/>
<description>Davids stuff</description>
</alias>
<alias uuid="dfeb22c8-ee9c-4257-aea4-d7cf3a6974ec">
<enabled>1</enabled>
<name>guest_devices</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content/>
<categories/>
<description>Guest's Devices to allow</description>
</alias>
<alias uuid="43d06b94-5998-4fb2-8402-5997a0ed7b7b">
<enabled>1</enabled>
<name>cosy_heating</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.30</content>
<categories/>
<description>Cosy heating system</description>
</alias>
<alias uuid="f7e71dac-96cd-4347-aadf-725c518fb1af">
<enabled>1</enabled>
<name>david_iphones</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.51
192.168.2.53</content>
<categories/>
<description>Davids iPhone 7 + 11</description>
</alias>
<alias uuid="0e5a5f06-8ecd-49ab-9f98-9e4271bdc904">
<enabled>1</enabled>
<name>jessica_echo_dot</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.42</content>
<categories/>
<description>Jessicas Echo dot</description>
</alias>
<alias uuid="b3ac095c-73b8-4ae3-b287-439b6428b7cb">
<enabled>1</enabled>
<name>david_echo_dot</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.52</content>
<categories/>
<description>Davids Echo dot</description>
</alias>
<alias uuid="6f9a704c-f51f-4b09-92e2-78a1ed4e5938">
<enabled>1</enabled>
<name>opnsense</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.0.1</content>
<categories/>
<description>Opensense Server</description>
</alias>
<alias uuid="0eb00fbd-b158-4219-bc52-5d698ada3144">
<enabled>1</enabled>
<name>epson_xp_790</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.5</content>
<categories/>
<description>Epson XP790 Printer</description>
</alias>
<alias uuid="00ce5cf7-1dda-41f8-b8af-2422bf2b080c">
<enabled>1</enabled>
<name>nikita_ps4</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.65</content>
<categories/>
<description>Nikitas PS4</description>
</alias>
<alias uuid="13cf8195-d920-48a2-89d8-e7e836bb662b">
<enabled>1</enabled>
<name>sophy_iphone</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.70</content>
<categories/>
<description>Sophys iPhone</description>
</alias>
<alias uuid="3b7709eb-d94b-41cb-9e9a-f4001aaeca35">
<enabled>1</enabled>
<name>sophy_laptop</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.71</content>
<categories/>
<description>Sophys Laptop</description>
</alias>
<alias uuid="5af9a706-9e21-41e5-8329-50eb0d65932a">
<enabled>1</enabled>
<name>virgin_box</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.51</content>
<categories/>
<description>Virgin box</description>
</alias>
<alias uuid="d64a1796-a9cd-44a2-b020-cea239097035">
<enabled>1</enabled>
<name>nikita_ps4_wired</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.70</content>
<categories/>
<description>Nikitas PS4 Wired</description>
</alias>
<alias uuid="229123cb-3fc1-4cbf-9361-ff02bb865f96">
<enabled>1</enabled>
<name>albert_pc</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.80</content>
<categories/>
<description>Alberts PC</description>
</alias>
<alias uuid="88a956e4-a7f1-483a-8992-9c58b2d70662">
<enabled>1</enabled>
<name>sophy_ps4</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.72</content>
<categories/>
<description>Sophys PS$</description>
</alias>
<alias uuid="2c78f439-78c0-43de-bcb7-e92aece1158c">
<enabled>1</enabled>
<name>mats_iphone_11_pro</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.11</content>
<categories/>
<description>Mats iPhone 11 Pro Max</description>
</alias>
<alias uuid="72fcba65-bf0c-474c-9592-e8ae33f85e53">
<enabled>1</enabled>
<name>katie_iphone_11_pro_2</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.22</content>
<categories/>
<description>Katies iPhone 11 Max Pro 2</description>
</alias>
<alias uuid="1c909ff6-5ce7-49dd-9191-20d579a08de1">
<enabled>1</enabled>
<name>esp32_1</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.100</content>
<categories/>
<description>ESP32_1</description>
</alias>
<alias uuid="52f30b41-e187-4699-a0c5-841c51106dc5">
<enabled>1</enabled>
<name>albert_iphone_xr</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.87</content>
<categories/>
<description>Alberts iPhone XR</description>
</alias>
<alias uuid="f31416fa-c16d-4217-b42e-951f38be18f9">
<enabled>1</enabled>
<name>jessica_fire_tv</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.43</content>
<categories/>
<description>Jessicas fire TV stick</description>
</alias>
<alias uuid="e311ee1e-4a50-435d-bf3a-7d565c8f81b5">
<enabled>1</enabled>
<name>dad_pc</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.81</content>
<categories/>
<description>Dads PC</description>
</alias>
<alias uuid="ee39dc32-3463-4de2-a38c-1f046e653238">
<enabled>1</enabled>
<name>albert_new_pc</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.82</content>
<categories/>
<description>Alberts new pc</description>
</alias>
<alias uuid="9234bf5f-6b92-47c2-8082-96a6f86c7daa">
<enabled>1</enabled>
<name>mat_hackintosh_wifi</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.12</content>
<categories/>
<description>Mats Hackintosh Wifi</description>
</alias>
<alias uuid="8dbf4b3e-6334-48e7-a1e3-9c16196c16dc">
<enabled>1</enabled>
<name>inkbird_1</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.110</content>
<categories/>
<description>Inkbird Controller 1</description>
</alias>
<alias uuid="c454cf18-1ea5-4057-bb3d-4648175abac1">
<enabled>1</enabled>
<name>ha</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.13</content>
<categories/>
<description>Home Assistant Parallels</description>
</alias>
<alias uuid="0c679037-98e0-4653-9fc8-05787438ff2f">
<enabled>1</enabled>
<name>tp_link_smart_3way_1</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.111</content>
<categories/>
<description>TP Link Smart 3way - 1</description>
</alias>
<alias uuid="8f272df9-477d-4300-a1a3-f5f59a826781">
<enabled>1</enabled>
<name>tp_link_wifi</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.73</content>
<categories/>
<description>USB TPLink Wifi</description>
</alias>
<alias uuid="5b2e7f29-180c-4b45-bc4e-d975c874da17">
<enabled>1</enabled>
<name>home_assistant</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.13</content>
<categories/>
<description>Home Assistant - Parallels</description>
</alias>
<alias uuid="fbf038c1-2494-47a1-bbe2-b149e7b313e1">
<enabled>1</enabled>
<name>shed_socket_heater1</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.121</content>
<categories/>
<description>Sheds Socket for Heater 1 Staging area</description>
</alias>
<alias uuid="f6bdda27-c80c-4d5d-81ee-5276305f371b">
<enabled>1</enabled>
<name>energy_1</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.122</content>
<categories/>
<description>Energy socket 1</description>
</alias>
<alias uuid="1b63b442-66fd-43f8-aa44-912f662d0e52">
<enabled>1</enabled>
<name>unifi_ap2</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.2</content>
<categories/>
<description/>
</alias>
<alias uuid="3c7081a1-7482-4d69-8d37-4eda7d0bab0d">
<enabled>1</enabled>
<name>esp_devices</name>
<type>network</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.32.0/24</content>
<categories/>
<description>ESP Devices</description>
</alias>
<alias uuid="f363aeaf-7cb1-42ca-901d-21c1488a8bd1">
<enabled>1</enabled>
<name>trading_view</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>52.89.214.238
34.212.75.30
54.218.53.128
52.32.178.7</content>
<categories/>
<description>Tradingview allow ips</description>
</alias>
<alias uuid="8d0626b3-233d-46ef-8942-7e5f5552843c">
<enabled>1</enabled>
<name>all_mats_devices</name>
<type>network</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.1.0/24
192.168.10.0/24
192.168.249.0/24
192.168.250.0/24</content>
<categories/>
<description>All Mats devices</description>
</alias>
<alias uuid="a49d64c1-fac5-44e5-a913-f8baa8e1d695">
<enabled>1</enabled>
<name>Internal_infrastructure</name>
<type>network</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.50.0/24</content>
<categories/>
<description/>
</alias>
<alias uuid="78804220-e5eb-40d2-b545-23927c6575a0">
<enabled>1</enabled>
<name>WIREGUARD_CLIENTS</name>
<type>network</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>10.10.10.0/24</content>
<categories/>
<description>Wireguard Clients</description>
</alias>
<alias uuid="8efa28fe-6b2f-433a-aa30-39a6572edc1e">
<enabled>1</enabled>
<name>katies_devices</name>
<type>network</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.3.0/24</content>
<categories/>
<description>Katies Devices</description>
</alias>
<alias uuid="4485fcd1-441c-4c03-9396-978be14b29db">
<enabled>1</enabled>
<name>albert_devices</name>
<type>network</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.33.0/24
albert_latest_pc
192.168.100.84
192.168.100.79</content>
<categories/>
<description>Alberts Devices</description>
</alias>
<alias uuid="92c8e10a-4bef-4707-9c5f-625c62d787f1">
<enabled>1</enabled>
<name>jess_laptop</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.67</content>
<categories/>
<description/>
</alias>
<alias uuid="b6368ddc-c22c-442e-bd99-5c82ea039980">
<enabled>1</enabled>
<name>blink_devices</name>
<type>network</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.69.0/24</content>
<categories/>
<description/>
</alias>
<alias uuid="7b3258c8-a789-41d2-9631-3353b4c564c4">
<enabled>1</enabled>
<name>savannah_phone</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.44</content>
<categories/>
<description/>
</alias>
<alias uuid="2274317f-3ed9-4728-8e62-bb5b51c670ae">
<enabled>1</enabled>
<name>albert_latest_pc</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.100.83</content>
<categories/>
<description>Alberts Latest PC</description>
</alias>
<alias uuid="8420eef9-4960-4c1d-be6e-69255bbfb7d4">
<enabled>1</enabled>
<name>fire_tv_cube_front_room</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.33</content>
<categories/>
<description>Fire TV Cube - Front Room</description>
</alias>
<alias uuid="91c54981-ec5a-43ce-9fd5-d329c6185c33">
<enabled>1</enabled>
<name>nikita_pc</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.2.66</content>
<categories/>
<description>Nikitas PC</description>
</alias>
<alias uuid="fa0ed559-f22e-424e-84b5-309dfa1b4ff4">
<enabled>1</enabled>
<name>management</name>
<type>network</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.0.1/24
192.168.250.1/24</content>
<categories/>
<description>Management devices</description>
</alias>
<alias uuid="36e55fca-1b17-43c1-8cd8-df3c552f1050">
<enabled>1</enabled>
<name>netgear_sw_8p_bedroom</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.0.3</content>
<categories/>
<description>Netgear 8 Port Switch - Bedroom</description>
</alias>
<alias uuid="70949af5-900b-4b71-a8e4-4a3d1d818fa1">
<enabled>1</enabled>
<name>ng_sw_24p_office</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.0.4</content>
<categories/>
<description>Netgear 24 Port Switch - Office</description>
</alias>
<alias uuid="39f01ad8-530d-4ba5-a821-fbb7097486c9">
<enabled>1</enabled>
<name>MAIL_PORTS</name>
<type>port</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>25
465
143
587
993
4190</content>
<categories/>
<description>Mail ports for forwarding to Mail Server</description>
</alias>
<alias uuid="d5c705ce-e8cd-4aef-8d3f-6694bfe36aab">
<enabled>1</enabled>
<name>proxmox_network</name>
<type>network</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.20.0/24</content>
<categories/>
<description>Proxmox g1 g2 etc</description>
</alias>
<alias uuid="60b7aeee-9163-4ca3-84c1-bda2206f1c65">
<enabled>1</enabled>
<name>UT_malicious_ips</name>
<type>urltable</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq>0.5</updatefreq>
<content>https://www.spamhaus.org/drop/drop.txt https://www.spamhaus.org/drop/edrop.txt https://www.spamhaus.org/drop/dropv6.txt https://iplists.firehol.org/files/dshield_30d.netset</content>
<categories/>
<description>Malicious IP Lists</description>
</alias>
<alias uuid="82abfb58-cdbe-4318-bf68-7285bcf943f6">
<enabled>1</enabled>
<name>uk_only</name>
<type>geoip</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>GB
AL</content>
<categories>837c5309-3f56-4048-88ac-bf7797250f18</categories>
<description>UK only IP's</description>
</alias>
<alias uuid="2154afe8-183a-4497-965c-2b738c32bb54">
<enabled>1</enabled>
<name>Wazuh_Ports</name>
<type>port</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>1514
1515</content>
<categories/>
<description/>
</alias>
<alias uuid="758ee635-c4e6-4f07-b2d2-f26a4bdf1243">
<enabled>1</enabled>
<name>Wireguard</name>
<type>port</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>51820</content>
<categories/>
<description>Wireguard port</description>
</alias>
<alias uuid="ae3a8283-13f9-4970-95ef-5c45fae0abda">
<enabled>1</enabled>
<name>SecondaryRouter</name>
<type>network</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>10.100.0.0/24</content>
<categories/>
<description>Secondary Router Lan</description>
</alias>
<alias uuid="eed5c717-17e2-42ad-a08f-cabe9661bc16">
<enabled>1</enabled>
<name>block_shite_countries</name>
<type>geoip</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>AO
BF
BI
BJ
BW
CD
CF
CG
CI
CM
DJ
DZ
EG
EH
ER
ET
GA
GH
GM
GN
GQ
GW
KE
LR
LS
LY
MA
ML
MR
MW
MZ
NA
NE
NG
RW
SD
SL
SN
SO
SS
ST
SZ
TD
TG
TN
TZ
UG
ZA
ZM
ZW
AG
AI
AR
AW
BB
BL
BO
BQ
BR
BS
BZ
CL
CO
CR
CU
CW
DM
DO
EC
GD
GF
GL
GP
GT
GY
HN
HT
JM
KN
KY
LC
MF
MQ
MS
MX
NI
PA
PE
PM
PR
PY
SR
SV
SX
TC
TT
UY
VC
VE
VG
VI
AQ
SJ
AE
AF
AM
AZ
BD
BH
BN
BT
CY
GE
ID
IL
IN
IQ
IR
JO
JP
KG
KH
KP
KR
KW
KZ
LA
LB
LK
MM
MN
MO
MY
NP
OM
PH
PK
PS
QA
SA
SG
SY
TH
TJ
TL
TM
UZ
VN
YE
BM
CV
FK
FO
GS
IS
SH
AU
EU
AD
AX
BA
BG
BY
CH
CZ
EE
FI
GG
GI
LI
LT
LU
LV
MC
MD
ME
MK
MT
PL
PT
RO
RS
RU
SK
SM
UA
VA
CC
CX
IO
KM
MG
MU
MV
RE
SC
TF
YT
AS
CK
FJ
FM
GU
KI
MH
MP
NC
NF
NR
NU
NZ
PF
PG
PN
PW
SB
TK
TO
TV
UM
VU
WF
WS</content>
<categories/>
<description>Block Shite countries</description>
</alias>
<alias uuid="a168ebfb-675c-4f25-9aa3-238d28c82a00">
<enabled>1</enabled>
<name>mail_server</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.0.40</content>
<categories/>
<description/>
</alias>
<alias uuid="2a0f354c-6d5a-45f6-b528-302bb620309d">
<enabled>1</enabled>
<name>web_server</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.0.40</content>
<categories/>
<description/>
</alias>
<alias uuid="f054f5f5-6701-4499-b12c-49fb655bfe2f">
<enabled>1</enabled>
<name>nginx_proxy</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.0.30</content>
<categories/>
<description/>
</alias>
<alias uuid="9aa3dd13-785c-4de8-bb9a-b9b5d7ec7885">
<enabled>1</enabled>
<name>next_cloud</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.0.50</content>
<categories/>
<description/>
</alias>
<alias uuid="b5b9b8d7-80e9-4355-bc64-e6b4ae8e3132">
<enabled>1</enabled>
<name>core_services</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>mail_server
web_server
nginx_proxy
next_cloud
voip_server</content>
<categories/>
<description/>
</alias>
<alias uuid="e5eee80d-7b59-4b8a-9155-7933325ce0aa">
<enabled>1</enabled>
<name>Blocklist_AbuseIPDB1</name>
<type>urltable</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq>0.16666666666666666</updatefreq>
<content>https://raw.githubusercontent.com/cscmh/AbuseIPDB/refs/heads/main/abuseipdb1.txt</content>
<categories/>
<description>AbuseIPDB 1</description>
</alias>
<alias uuid="bdb463fd-f2f8-4f8a-b70c-73d59b871aad">
<enabled>1</enabled>
<name>Blocklist_AbuseIPDB2</name>
<type>urltable</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq>0.16666666666666666</updatefreq>
<content>https://raw.githubusercontent.com/cscmh/AbuseIPDB/refs/heads/main/abuseipdb2.txt</content>
<categories/>
<description>AbuseIPDB 2</description>
</alias>
<alias uuid="f69a38e2-1bb6-40b6-a605-5ac5934e9940">
<enabled>1</enabled>
<name>Blocklist_AbuseIPDB3</name>
<type>urltable</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq>0.16666666666666666</updatefreq>
<content>https://raw.githubusercontent.com/cscmh/AbuseIPDB/refs/heads/main/abuseipdb3.txt</content>
<categories/>
<description>AbuseIPDB 3</description>
</alias>
<alias uuid="758460e4-2bae-4550-b5eb-ec25e2c0a6a4">
<enabled>1</enabled>
<name>Blocklist_AbuseIPDB4</name>
<type>urltable</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq>0.16666666666666666</updatefreq>
<content>https://raw.githubusercontent.com/cscmh/AbuseIPDB/refs/heads/main/abuseipdb4.txt</content>
<categories/>
<description>AbuseIPDB 4</description>
</alias>
<alias uuid="a16809e8-5496-4b99-b757-0cc3ad61fabf">
<enabled>1</enabled>
<name>Blocklist_AbuseIPDB_all</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>Blocklist_AbuseIPDB1
Blocklist_AbuseIPDB2
Blocklist_AbuseIPDB3
Blocklist_AbuseIPDB4</content>
<categories/>
<description>Blocklist AbuseIPDB ALL!</description>
</alias>
<alias uuid="0a562845-c480-4652-aa3a-5092d2ce680a">
<enabled>1</enabled>
<name>voip_server</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content/>
<categories/>
<description>Voip PBX Server</description>
</alias>
<alias uuid="630deb11-cdd9-4c8c-b908-c61ac7fbe9de">
<enabled>1</enabled>
<name>TEMPLOCK</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.250.186-192.168.250.248</content>
<categories/>
<description>TEMP BLOCK</description>
</alias>
</aliases>
</Alias>
<Filter version="1.0.4">
<rules/>
<snatrules/>
<npt/>
<onetoone/>
</Filter>
</Firewall>
<OpenVPNExport version="0.0.1">
<servers/>
</OpenVPNExport>
<TrafficShaper version="1.0.3">
<pipes>
<pipe uuid="675f6f4d-cf3d-467f-84f6-319a4daad0bb">
<number>10000</number>
<enabled>0</enabled>
<bandwidth>10</bandwidth>
<bandwidthMetric>Mbit</bandwidthMetric>
<queue/>
<mask>src-ip</mask>
<buckets/>
<scheduler/>
<codel_enable>0</codel_enable>
<codel_target/>
<codel_interval/>
<codel_ecn_enable>0</codel_ecn_enable>
<pie_enable>0</pie_enable>
<fqcodel_quantum/>
<fqcodel_limit/>
<fqcodel_flows/>
<origin>TrafficShaper</origin>
<delay/>
<description>PipeUp-18Mbps</description>
</pipe>
<pipe uuid="9bd79685-8663-485d-a938-60ddba240284">
<number>10001</number>
<enabled>0</enabled>
<bandwidth>900</bandwidth>
<bandwidthMetric>Mbit</bandwidthMetric>
<queue>2</queue>
<mask>none</mask>
<buckets/>
<scheduler>fq_codel</scheduler>
<codel_enable>1</codel_enable>
<codel_target/>
<codel_interval/>
<codel_ecn_enable>0</codel_ecn_enable>
<pie_enable>0</pie_enable>
<fqcodel_quantum>2700</fqcodel_quantum>
<fqcodel_limit/>
<fqcodel_flows/>
<origin>TrafficShaper</origin>
<delay/>
<description>Download</description>
</pipe>
<pipe uuid="f2a0b8e9-0acf-4da0-809b-e0e93602a13b">
<number>10002</number>
<enabled>0</enabled>
<bandwidth>54</bandwidth>
<bandwidthMetric>Mbit</bandwidthMetric>
<queue/>
<mask>none</mask>
<buckets/>
<scheduler>fq_codel</scheduler>
<codel_enable>0</codel_enable>
<codel_target/>
<codel_interval/>
<codel_ecn_enable>1</codel_ecn_enable>
<pie_enable>0</pie_enable>
<fqcodel_quantum/>
<fqcodel_limit/>
<fqcodel_flows/>
<origin>TrafficShaper</origin>
<delay>1</delay>
<description>Upload</description>
</pipe>
<pipe uuid="91a7f402-9dd9-4949-9733-3b4f168d89bc">
<number>10003</number>
<enabled>0</enabled>
<bandwidth>30</bandwidth>
<bandwidthMetric>Kbit</bandwidthMetric>
<queue/>
<mask>src-ip</mask>
<buckets/>
<scheduler/>
<codel_enable>0</codel_enable>
<codel_target/>
<codel_interval/>
<codel_ecn_enable>0</codel_ecn_enable>
<pie_enable>0</pie_enable>
<fqcodel_quantum/>
<fqcodel_limit/>
<fqcodel_flows/>
<origin>TrafficShaper</origin>
<delay/>
<description>PipeUp-30Kbps</description>
</pipe>
</pipes>
<queues>
<queue uuid="311fe576-552c-4934-ab05-e7b444343716">
<number>10000</number>
<enabled>0</enabled>
<pipe>675f6f4d-cf3d-467f-84f6-319a4daad0bb</pipe>
<weight>10</weight>
<mask>none</mask>
<buckets/>
<codel_enable>0</codel_enable>
<codel_target/>
<codel_interval/>
<codel_ecn_enable>0</codel_ecn_enable>
<pie_enable>0</pie_enable>
<description>Queue-59349</description>
<origin>TrafficShaper</origin>
</queue>
<queue uuid="b7dcbf65-986d-4511-8ba6-8eb89edda598">
<number>10001</number>
<enabled>0</enabled>
<pipe>9bd79685-8663-485d-a938-60ddba240284</pipe>
<weight>100</weight>
<mask>dst-ip</mask>
<buckets/>
<codel_enable>0</codel_enable>
<codel_target/>
<codel_interval/>
<codel_ecn_enable>1</codel_ecn_enable>
<pie_enable>0</pie_enable>
<description>Download Queue</description>
<origin>TrafficShaper</origin>
</queue>
<queue uuid="2a756398-08a3-4312-9a2e-1ef291ec36b3">
<number>10002</number>
<enabled>0</enabled>
<pipe>f2a0b8e9-0acf-4da0-809b-e0e93602a13b</pipe>
<weight>100</weight>
<mask>src-ip</mask>
<buckets/>
<codel_enable>0</codel_enable>
<codel_target/>
<codel_interval/>
<codel_ecn_enable>1</codel_ecn_enable>
<pie_enable>0</pie_enable>
<description>Upload Queue</description>
<origin>TrafficShaper</origin>
</queue>
<queue uuid="f9dd4a27-130b-449e-be23-9bfdc3294a8b">
<number>10003</number>
<enabled>0</enabled>
<pipe>91a7f402-9dd9-4949-9733-3b4f168d89bc</pipe>
<weight>10</weight>
<mask>none</mask>
<buckets/>
<codel_enable>0</codel_enable>
<codel_target/>
<codel_interval/>
<codel_ecn_enable>0</codel_ecn_enable>
<pie_enable>0</pie_enable>
<description>Queue-WOW</description>
<origin>TrafficShaper</origin>
</queue>
</queues>
<rules>
<rule uuid="68aff79e-2fd1-45b6-a463-53d466060845">
<enabled>0</enabled>
<sequence>1</sequence>
<interface>wan</interface>
<interface2/>
<proto>ip</proto>
<iplen/>
<source>192.168.20.32</source>
<source_not>0</source_not>
<src_port>any</src_port>
<destination>any</destination>
<destination_not>0</destination_not>
<dst_port>any</dst_port>
<dscp/>
<direction/>
<target>675f6f4d-cf3d-467f-84f6-319a4daad0bb</target>
<description>Gluster-Proxy</description>
<origin>TrafficShaper</origin>
</rule>
<rule uuid="73b6acc6-b86b-4585-84fc-e617d2e3b8fd">
<enabled>0</enabled>
<sequence>2</sequence>
<interface>wan</interface>
<interface2/>
<proto>ip</proto>
<iplen/>
<source>any</source>
<source_not>0</source_not>
<src_port>any</src_port>
<destination>any</destination>
<destination_not>0</destination_not>
<dst_port>any</dst_port>
<dscp/>
<direction>in</direction>
<target>b7dcbf65-986d-4511-8ba6-8eb89edda598</target>
<description>Download Rule</description>
<origin>TrafficShaper</origin>
</rule>
<rule uuid="3dbe7754-7f86-482f-9f46-1ee1f98fcffa">
<enabled>0</enabled>
<sequence>3</sequence>
<interface>wan</interface>
<interface2/>
<proto>ip</proto>
<iplen/>
<source>any</source>
<source_not>0</source_not>
<src_port>any</src_port>
<destination>any</destination>
<destination_not>0</destination_not>
<dst_port>any</dst_port>
<dscp/>
<direction>out</direction>
<target>2a756398-08a3-4312-9a2e-1ef291ec36b3</target>
<description>Upload rule</description>
<origin>TrafficShaper</origin>
</rule>
<rule uuid="1bea205c-371a-43a9-b0c4-5ac76536a3b2">
<enabled>0</enabled>
<sequence>4</sequence>
<interface>wan</interface>
<interface2/>
<proto>ip</proto>
<iplen/>
<source>any</source>
<source_not>0</source_not>
<src_port>1119</src_port>
<destination>any</destination>
<destination_not>0</destination_not>
<dst_port>any</dst_port>
<dscp/>
<direction/>
<target>91a7f402-9dd9-4949-9733-3b4f168d89bc</target>
<description>WoW</description>
<origin>TrafficShaper</origin>
</rule>
<rule uuid="ebfce33d-4107-4942-9a6b-6f65559e5bf9">
<enabled>0</enabled>
<sequence>5</sequence>
<interface>wan</interface>
<interface2/>
<proto>ip</proto>
<iplen/>
<source>any</source>
<source_not>0</source_not>
<src_port>any</src_port>
<destination>any</destination>
<destination_not>0</destination_not>
<dst_port>1119</dst_port>
<dscp/>
<direction/>
<target>91a7f402-9dd9-4949-9733-3b4f168d89bc</target>
<description>WoW</description>
<origin>TrafficShaper</origin>
</rule>
</rules>
</TrafficShaper>
<Syslog version="1.0.2">
<general>
<enabled>1</enabled>
<loglocal>1</loglocal>
<maxpreserve>31</maxpreserve>
<maxfilesize/>
</general>
<destinations/>
</Syslog>
<Interfaces>
<loopbacks version="1.0.0"/>
<vxlans version="1.0.2"/>
<neighbors version="1.0.0"/>
</Interfaces>
<Netflow version="1.0.1">
<capture>
<interfaces>lan,wan</interfaces>
<egress_only>wan</egress_only>
<version>v9</version>
<targets>127.0.0.1:2056</targets>
</capture>
<collect>
<enable>1</enable>
</collect>
<activeTimeout>1800</activeTimeout>
<inactiveTimeout>15</inactiveTimeout>
</Netflow>
<ntopng>
<general version="0.0.2">
<enabled>0</enabled>
<interface/>
<httpport>3333</httpport>
<httpsport/>
<cert/>
<dnsmode/>
</general>
</ntopng>
<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>
<unboundplus version="1.0.11">
<general>
<enabled>1</enabled>
<port>53</port>
<stats>0</stats>
<active_interface/>
<dnssec>1</dnssec>
<dns64>0</dns64>
<dns64prefix>64:ff9b::/96</dns64prefix>
<noarecords>0</noarecords>
<regdhcp>0</regdhcp>
<regdhcpdomain/>
<regdhcpstatic>1</regdhcpstatic>
<noreglladdr6>1</noreglladdr6>
<noregrecords>0</noregrecords>
<txtsupport>0</txtsupport>
<cacheflush>0</cacheflush>
<local_zone_type>transparent</local_zone_type>
<outgoing_interface/>
<enable_wpad>0</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>1</logqueries>
<logreplies>1</logreplies>
<logtagqueryreply>0</logtagqueryreply>
<logservfail>0</logservfail>
<loglocalactions>0</loglocalactions>
<logverbosity>1</logverbosity>
<valloglevel>0</valloglevel>
<privatedomain/>
<privateaddress>0.0.0.0/8,100.64.0.0/10,169.254.0.0/16,172.16.0.0/12,192.0.2.0/24,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>0</infrakeepprobing>
<infracachenumhosts/>
<unwantedreplythreshold/>
</advanced>
<acls>
<default_action>allow</default_action>
</acls>
<dnsbl>
<enabled>0</enabled>
<safesearch>0</safesearch>
<type/>
<lists/>
<whitelists/>
<blocklists/>
<wildcards/>
<address/>
<nxdomain>0</nxdomain>
</dnsbl>
<forwarding>
<enabled>0</enabled>
</forwarding>
<dots/>
<hosts>
<host uuid="4409e7ea-0896-4302-bcbc-90a7660b52cb">
<enabled>1</enabled>
<hostname>dozzle</hostname>
<domain>mail.nabble.co.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.40</server>
<description>Dozzle Log viewer for Mail Server</description>
</host>
<host uuid="fadb0bcf-4035-4ef0-8900-af78cc99b4ec">
<enabled>1</enabled>
<hostname>dozzle</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Dozzle Log Viewer</description>
</host>
<host uuid="d700d58b-7a31-4ff0-a5ad-fd8a471bc27f">
<enabled>1</enabled>
<hostname>ftp</hostname>
<domain>mydentalbackup.co.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.32</server>
<description/>
</host>
<host uuid="45baedeb-49dc-4ebb-b5f7-ad7fa2d94bd0">
<enabled>1</enabled>
<hostname>gandalf</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Gandalf Proxmox</description>
</host>
<host uuid="e02c5e16-3c99-4975-bf15-e83aefa12938">
<enabled>1</enabled>
<hostname>humbug</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Humbug Proxmox Server</description>
</host>
<host uuid="c72b92e8-ed69-4c25-bc80-bccb286c6356">
<enabled>1</enabled>
<hostname>gitea</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Gitea Source control.</description>
</host>
<host uuid="b45d008b-7d1b-4a9e-8b04-83a53d9457f1">
<enabled>1</enabled>
<hostname>golem</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Golem Proxmox</description>
</host>
<host uuid="ab24765c-f13a-4c3e-90cb-c3f9e6615b23">
<enabled>1</enabled>
<hostname>greenbone</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Greenbone Security Scanner</description>
</host>
<host uuid="a2e19121-9505-4f69-9ad4-57c26ea7f5cf">
<enabled>1</enabled>
<hostname>gumball</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Gumball Proxmox</description>
</host>
<host uuid="87234854-20c1-43c2-9e6a-03599d138d10">
<enabled>1</enabled>
<hostname>ha</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Home assistant</description>
</host>
<host uuid="3ced38da-9d66-41be-8f0f-781d7b72c85d">
<enabled>1</enabled>
<hostname>home</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>HOMER</description>
</host>
<host uuid="cf10389f-f0d9-48dd-adae-2c772d8bc55b">
<enabled>1</enabled>
<hostname>mail</hostname>
<domain>nabble.co.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.40</server>
<description>Mail Server</description>
</host>
<host uuid="55bff318-404c-41de-8405-15610c7dd3b3">
<enabled>1</enabled>
<hostname>ng-sw-8p-bedroom</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Netgear 8 Port Switch - Bedroom</description>
</host>
<host uuid="caa2019d-d99c-4cda-aa1c-0ea8f6c3bdda">
<enabled>1</enabled>
<hostname>npm</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Nginx Proxy Manager</description>
</host>
<host uuid="9dad9aee-c5a0-41a0-92a5-e5128b611c0e">
<enabled>1</enabled>
<hostname>pbx</hostname>
<domain>nabble.co.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.41</server>
<description>VitalPBX</description>
</host>
<host uuid="c2f53fd6-92cb-4864-acb5-525448885fde">
<enabled>1</enabled>
<hostname>torrents</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>QbitTorrent</description>
</host>
<host uuid="ed76943e-d918-45a4-a29a-e00da98fff4e">
<enabled>1</enabled>
<hostname>unifi</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Unifi</description>
</host>
<host uuid="2edac6fc-47af-4d33-af3d-bcbf1114023a">
<enabled>1</enabled>
<hostname>wiki</hostname>
<domain>netproof.co.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description/>
</host>
<host uuid="6571b828-3674-406a-a0b7-dd3bfb9e563b">
<enabled>1</enabled>
<hostname>zabbix</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Zabbix monitoring</description>
</host>
<host uuid="c0eca55b-bfe1-4c31-9d6a-b0ac53250433">
<enabled>1</enabled>
<hostname>web</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>FastPanel</description>
</host>
<host uuid="ddb01973-3f49-478e-9815-08b5af3552b0">
<enabled>1</enabled>
<hostname>blackbetty</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Van assistant</description>
</host>
<host uuid="fd097e9f-7dcd-489c-8dfc-5d15a7fd23d5">
<enabled>1</enabled>
<hostname>nc1</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Nextcloud</description>
</host>
<host uuid="c1c2c5e1-13e1-4c30-9ed0-bec2b046e867">
<enabled>1</enabled>
<hostname>code</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Visual studio code Server</description>
</host>
<host uuid="2ed12115-cbd5-4173-a4c7-dc3069ebfb9f">
<enabled>1</enabled>
<hostname>router-edge</hostname>
<domain>ramanet.al</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>10.100.0.1</server>
<description/>
</host>
<host uuid="93579b3f-9d47-487d-9804-dfaf3f27c20b">
<enabled>1</enabled>
<hostname>remote</hostname>
<domain>dentalsupportuk.com</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>Remotely</description>
</host>
</hosts>
<aliases/>
</unboundplus>
<wireguard>
<server version="1.0.0">
<servers>
<server uuid="543d8477-b61c-4232-a45b-cd4c7a216caa">
<enabled>1</enabled>
<name>Home_WireGuard</name>
<instance>1</instance>
<pubkey>ng7nYGyJrYR/PB87G8NWQHHH+Cs46U2xp7XKVa1LaE4=</pubkey>
<privkey>qMNJrYkVKAyWir+31vowaj3ldQoB2xV0CJX/s7T8oGM=</privkey>
<port>51820</port>
<mtu/>
<dns>192.168.0.1</dns>
<tunneladdress>10.10.10.0/24</tunneladdress>
<disableroutes>0</disableroutes>
<gateway/>
<carp_depend_on/>
<peers>9925d818-f40c-4346-9be2-e6ea5cf34084</peers>
<endpoint>home.shillam.me.uk:51820</endpoint>
<peer_dns>10.10.10.1</peer_dns>
</server>
</servers>
</server>
<general version="0.0.1">
<enabled>1</enabled>
</general>
<client version="1.0.0">
<clients>
<client uuid="9925d818-f40c-4346-9be2-e6ea5cf34084">
<enabled>1</enabled>
<name>matbook</name>
<pubkey>XcMj0/SKQJRQ/G6e26EzYuU0kR8gbidqYZXx1Ksd5TM=</pubkey>
<psk/>
<tunneladdress>10.10.10.1/32</tunneladdress>
<serveraddress/>
<serverport/>
<keepalive>25</keepalive>
</client>
</clients>
</client>
</wireguard>
<redis version="0.0.0">
<general>
<enabled>1</enabled>
<listen>lan</listen>
<protected_mode>1</protected_mode>
<port>6379</port>
<log_level>warning</log_level>
<syslog_enabled>0</syslog_enabled>
<syslog_facility>LOCAL0</syslog_facility>
<databases>16</databases>
</general>
<security>
<password/>
<disable_commands/>
</security>
<limits>
<maxclients>10000</maxclients>
<maxmemory/>
<maxmemory_policy>noeviction</maxmemory_policy>
<maxmemory_samples>5</maxmemory_samples>
</limits>
<slowlog>
<slower_than>10000</slower_than>
<max_len>128</max_len>
</slowlog>
</redis>
<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>
<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="50f0c552-bdf5-4aee-a205-548464097f6b">
<origin>Zenarmor</origin>
<enabled>1</enabled>
<minutes>*</minutes>
<hours>*</hours>
<days>*</days>
<months>*</months>
<weekdays>*</weekdays>
<who>root</who>
<command>sensei periodicals</command>
<parameters>&gt; /dev/null 2&gt;&amp;1</parameters>
<description>Zenarmor periodicals</description>
</job>
</jobs>
</cron>
<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>6kAwm8ZTvkpOsJxEpl6gLhVRPffMrM3</httpdPassword>
<httpdPort>2812</httpdPort>
<httpdAllow/>
<mmonitUrl/>
<mmonitTimeout>5</mmonitTimeout>
<mmonitRegisterCredentials>1</mmonitRegisterCredentials>
</general>
<alert uuid="2302184c-2e7d-4555-a296-eaa4a41521a3">
<enabled>0</enabled>
<recipient>root@localhost.local</recipient>
<noton>0</noton>
<events/>
<format/>
<reminder>10</reminder>
<description/>
</alert>
<service uuid="10ce8cfe-7d4c-4f35-b6ec-039995ec0ed7">
<enabled>1</enabled>
<name>$HOST</name>
<description/>
<type>system</type>
<pidfile/>
<match/>
<path/>
<timeout>300</timeout>
<starttimeout>30</starttimeout>
<address/>
<interface/>
<start/>
<stop/>
<tests>402a7fe0-01df-408b-b5d4-c999299202fd,2d24750d-6a52-4b02-b163-d06a0700d805,05fe4587-9d44-401d-8145-6e26afcaca36,bb019c3b-f65a-46ed-aef4-115157acbc88</tests>
<depends/>
<polltime/>
</service>
<service uuid="a1b154b6-7566-4431-856e-7774f5fab60d">
<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>96694a63-dd07-4a4a-8421-079e2a44c3a6</tests>
<depends/>
<polltime/>
</service>
<service uuid="68015b28-89cd-4cf3-ab23-8d086aa0ec82">
<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>b6408d8c-93d8-44b0-b260-10404fb1bc3b</tests>
<depends/>
<polltime/>
</service>
<service uuid="80bd0d8b-107b-4485-a836-ca8c23f178fd">
<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>d49eca0e-d3a3-4d3d-9630-46dda4610386</tests>
<depends/>
<polltime/>
</service>
<test uuid="f4fe872b-2d89-450e-b360-765ed02ee057">
<name>Ping</name>
<type>NetworkPing</type>
<condition>failed ping</condition>
<action>alert</action>
<path/>
</test>
<test uuid="c3bc40ab-ff56-4cee-bafb-1ab1ffd298cc">
<name>NetworkLink</name>
<type>NetworkInterface</type>
<condition>failed link</condition>
<action>alert</action>
<path/>
</test>
<test uuid="dce67ae8-b8f9-48ec-b15c-9a869242511b">
<name>NetworkSaturation</name>
<type>NetworkInterface</type>
<condition>saturation is greater than 75%</condition>
<action>alert</action>
<path/>
</test>
<test uuid="402a7fe0-01df-408b-b5d4-c999299202fd">
<name>MemoryUsage</name>
<type>SystemResource</type>
<condition>memory usage is greater than 75%</condition>
<action>alert</action>
<path/>
</test>
<test uuid="2d24750d-6a52-4b02-b163-d06a0700d805">
<name>CPUUsage</name>
<type>SystemResource</type>
<condition>cpu usage is greater than 75%</condition>
<action>alert</action>
<path/>
</test>
<test uuid="05fe4587-9d44-401d-8145-6e26afcaca36">
<name>LoadAvg1</name>
<type>SystemResource</type>
<condition>loadavg (1min) is greater than 8</condition>
<action>alert</action>
<path/>
</test>
<test uuid="bb019c3b-f65a-46ed-aef4-115157acbc88">
<name>LoadAvg5</name>
<type>SystemResource</type>
<condition>loadavg (5min) is greater than 6</condition>
<action>alert</action>
<path/>
</test>
<test uuid="cd051d16-565b-4cc5-a5f4-721bdc126869">
<name>LoadAvg15</name>
<type>SystemResource</type>
<condition>loadavg (15min) is greater than 4</condition>
<action>alert</action>
<path/>
</test>
<test uuid="96694a63-dd07-4a4a-8421-079e2a44c3a6">
<name>SpaceUsage</name>
<type>SpaceUsage</type>
<condition>space usage is greater than 75%</condition>
<action>alert</action>
<path/>
</test>
<test uuid="b6408d8c-93d8-44b0-b260-10404fb1bc3b">
<name>ChangedStatus</name>
<type>ProgramStatus</type>
<condition>changed status</condition>
<action>alert</action>
<path/>
</test>
<test uuid="d49eca0e-d3a3-4d3d-9630-46dda4610386">
<name>NonZeroStatus</name>
<type>ProgramStatus</type>
<condition>status != 0</condition>
<action>alert</action>
<path/>
</test>
</monit>
<Sensei version="0.0.0">
<logger>
<severityLevel>INFO</severityLevel>
<rotation>1d</rotation>
<retire>3</retire>
</logger>
<general>
<installTimestamp>1687508373</installTimestamp>
<heartbeatTimer>36 1,9,18 * * *</heartbeatTimer>
<coreFileEnable>false</coreFileEnable>
<flavor>250</flavor>
<healthCheck>true</healthCheck>
<healthShare>true</healthShare>
<healthTimer>8,18,28,38,48,58 * * * *</healthTimer>
<heartbeatMonit>true</heartbeatMonit>
<heartbeatData>true</heartbeatData>
<hwbypass>false</hwbypass>
<SenseiTempSize>50</SenseiTempSize>
<CloudManagementEnable>false</CloudManagementEnable>
<CloudManagementAdmin/>
<CloudManagementUUID/>
<license>
<plan/>
<key/>
<startDate/>
<endDate/>
<Size>0</Size>
</license>
<support>
<key/>
<plan/>
<startDate/>
<endDate/>
</support>
<clientemail/>
<customerid>0000000000</customerid>
<sendcategory>true</sendcategory>
<database>
<Type>ES</Type>
<Host>http://127.0.0.1</Host>
<Port>9200</Port>
<User/>
<Pass>b64:</Pass>
<Version>56160</Version>
<Remote>false</Remote>
<Prefix>zenarmor_0000000000_9d0d8c37-ffb3-4d1c-ba6e-93f5fe97df0e_</Prefix>
<ClusterUUID>s7C_4_XDQ5ieAJdE56HdLw</ClusterUUID>
<retireAfter>7</retireAfter>
<dbpath>/usr/local/datastore/sqlite</dbpath>
</database>
<swapRate>60</swapRate>
<maxmemoryusage>3072</maxmemoryusage>
<backupPath>/usr/local/datastore/backup</backupPath>
</general>
<shun>
<networks/>
<vlans/>
</shun>
<bypass>
<enable>false</enable>
<mode>false</mode>
</bypass>
<haconfig>
<enable>false</enable>
<configUpdateTime/>
<policyUpdateTime/>
</haconfig>
<netflow>
<enabled>false</enabled>
<version>9</version>
<collectorip>127.0.0.1</collectorip>
<collectorport>9996</collectorport>
</netflow>
<updater>
<enabled>true</enabled>
<autocheck>true</autocheck>
<lastupdate>1640609184</lastupdate>
</updater>
<anonymize>
<localAddress>false</localAddress>
<remoteAddress>false</remoteAddress>
</anonymize>
<onboot>
<eastpect>YES</eastpect>
<elasticsearch>YES</elasticsearch>
<mongod>NO</mongod>
<senpai>NO</senpai>
</onboot>
<reports>
<refresh>60000</refresh>
<interval>86400000</interval>
<custominterval>
<start>1640523699813</start>
<end>1640610099813</end>
</custominterval>
<sum>sessions</sum>
<size>10</size>
<showhostname>true</showhostname>
<showBlock>false</showBlock>
<showLocal>false</showLocal>
<generate>
<enabled>false</enabled>
<sum>volume</sum>
<timer>45 0 * * *</timer>
<pdf>false</pdf>
<mail>
<server>127.0.0.1</server>
<port>25</port>
<secured>NO</secured>
<username/>
<password/>
<from/>
<to/>
<nosslverify>false</nosslverify>
<provider>smtp-server</provider>
</mail>
</generate>
</reports>
<agentrestapi>
<enabled>false</enabled>
</agentrestapi>
<dnsEncrihmentConfig>
<servers/>
<reverse>false</reverse>
<aliases>true</aliases>
</dnsEncrihmentConfig>
<streamReportConfig>
<enabled>false</enabled>
<server/>
<port>514</port>
<protocol>UDP</protocol>
<indexes/>
</streamReportConfig>
<streamReportDataExternal>
<enabled>false</enabled>
<uri/>
<server/>
<port>9200</port>
<esVersion/>
<User/>
<Pass/>
<ClusterUUID/>
</streamReportDataExternal>
<dns>
<localDomain/>
</dns>
<tls>
<enabled>false</enabled>
<certname/>
<passtopsites>false</passtopsites>
</tls>
<zenconsole>
<centralManagement>true</centralManagement>
<reportInfastructureError>true</reportInfastructureError>
</zenconsole>
<enrich>
<tcpServiceEnable>true</tcpServiceEnable>
<tcpServiceIP>127.0.0.1</tcpServiceIP>
<cloudWebcatEnrich>true</cloudWebcatEnrich>
<cloudResponseTimeout>0</cloudResponseTimeout>
<dns>false</dns>
<user>false</user>
</enrich>
<rules>
<decision_is_block>no</decision_is_block>
<webcategoriesType/>
</rules>
</Sensei>
<ZabbixAgent version="1.2.4">
<local>
<hostname>hellfire</hostname>
</local>
<settings>
<main>
<enabled>1</enabled>
<serverList>127.0.0.1,192.168.0.21</serverList>
<listenPort>10050</listenPort>
<listenIP>0.0.0.0</listenIP>
<sourceIP/>
<syslogEnable>0</syslogEnable>
<logFileSize>100</logFileSize>
<debugLevel>val_3</debugLevel>
<sudoRoot>0</sudoRoot>
</main>
<tuning>
<startAgents>3</startAgents>
<bufferSend>5</bufferSend>
<bufferSize>100</bufferSize>
<maxLinesPerSecond>100</maxLinesPerSecond>
<timeout>3</timeout>
</tuning>
<features>
<enableActiveChecks>1</enableActiveChecks>
<activeCheckServers>192.168.0.21</activeCheckServers>
<refreshActiveChecks>120</refreshActiveChecks>
<enableRemoteCommands>0</enableRemoteCommands>
<logRemoteCommands>0</logRemoteCommands>
<encryption>0</encryption>
<encryptionidentity/>
<encryptionpsk/>
</features>
</settings>
<userparameters/>
<aliases/>
</ZabbixAgent>
<DynDNS version="1.5.1">
<general>
<enabled>1</enabled>
<verbose>0</verbose>
<allowipv6>0</allowipv6>
<daemon_delay>300</daemon_delay>
<backend>ddclient</backend>
</general>
<accounts>
<account uuid="ee67fa06-f45c-4c0e-9d6e-978be039086d">
<enabled>0</enabled>
<service>cloudflare</service>
<protocol/>
<server/>
<username>token</username>
<password>yvKjsHAwN43mGsaZynm8CbRnTgom_-TqhK1fQBzG</password>
<resourceId/>
<hostnames>home.shillam.me.uk</hostnames>
<wildcard>0</wildcard>
<zone>shillam.me.uk</zone>
<checkip>cloudflare-ipv4</checkip>
<checkip_timeout>10</checkip_timeout>
<force_ssl>1</force_ssl>
<ttl>300</ttl>
<interface>wan</interface>
<description>Cloudflare</description>
</account>
</accounts>
</DynDNS>
<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="e9b8a998-d390-4188-80c4-fd653fde785a">
<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/>
<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="b367c55e-b078-4c55-ab2b-1ce0cf83555f">
<disabled>1</disabled>
<name>LandLab</name>
<descr>Router for greenhouse land</descr>
<interface>lan</interface>
<ipprotocol>inet</ipprotocol>
<gateway>192.168.249.1</gateway>
<defaultgw>0</defaultgw>
<fargw>0</fargw>
<monitor_disable>0</monitor_disable>
<monitor_noroute>0</monitor_noroute>
<monitor/>
<force_down>0</force_down>
<priority>255</priority>
<weight>1</weight>
<latencylow/>
<latencyhigh/>
<losslow/>
<losshigh/>
<interval/>
<time_period/>
<loss_interval/>
<data_length/>
</gateway_item>
</Gateways>
<Kea>
<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>
<dhcp4 version="1.0.2">
<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>
</Kea>
<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>
<cert uuid="ab99ebfb-71ec-487f-9d15-e668662d1f48">
<refid>5a74b7e87de48</refid>
<descr>Web GUI SSL certificate</descr>
<caref/>
<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZiekNDQTFlZ0F3SUJBZ0lKQUxndEJxajlaYm9oTUEwR0NTcUdTSWIzRFFFQkN3VUFNRTR4Q3pBSkJnTlYKQkFZVEFrNU1NUlV3RXdZRFZRUUlEQXhhZFdsa0xVaHZiR3hoYm1ReEZUQVRCZ05WQkFjTURFMXBaR1JsYkdoaApjbTVwY3pFUk1BOEdBMVVFQ2d3SVQxQk9jMlZ1YzJVd0hoY05NVGd3TWpBeU1Ua3hNVFEyV2hjTk1Ua3dNakF5Ck1Ua3hNVFEyV2pCT01Rc3dDUVlEVlFRR0V3Sk9UREVWTUJNR0ExVUVDQXdNV25WcFpDMUliMnhzWVc1a01SVXcKRXdZRFZRUUhEQXhOYVdSa1pXeG9ZWEp1YVhNeEVUQVBCZ05WQkFvTUNFOVFUbk5sYm5ObE1JSUNJakFOQmdrcQpoa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQXBuSmhZMEtpT3RiMlNtQTRHUUFmV1RJN1VKSE5nbFpVCmVqeEI1OHc1aURHVWJ6VjR2eFg1cS9PbjEvMU1yTUYybkVWWnpueGxEdTQ4WHJJV1R3L0oxaVlvKzcvMTZZdDEKNHQvMk96amowOXdwUElPSXk1UkhrdU1pMWZFY3MyY2dBQzc4NUszamw1WXEzUWFPNWJtT0IrdmVqVTFwSHppbwp2Qm9Zb2UzelBjczdqWUJUcllZZTRlcUVCczlkL2RacjVtWkI3VTBVaWI2WVEzQUJuZkFodEx3NmdVenVhaEYzCnBORS9Pc2hQbVlUZkNXYkpFYkhuQ0JWSHhHVWxyeTRSQkowVDByeW1kRTMyaldNY0VRdW84TDkvOXBOWWhxOVAKUStKTnlIMGFGN2d4c0g2UlZTVkFLdkJMcFY4bFhxazJSajJCZUgwWml2OU5xdnhlck1WaXN1NHBCaHB2emVHbQpsQktDUDlTYzk5cWoySFl5bTFhSGNENTZWUkVOOTZ1RFhUdExPamZlalE5clpraWZneEcxWTJweDdudmc1UU5PCmpwY3lLSVZBZUg5ZmxNdDNmQi84RUFPSVZ4MkVjcEh6dGFPR2o3VGR1dmpxcHdQVlM3Q2FlQmprSFVCc2RkTlcKZEdVRk95cXkyVFVBTU5TVnZSWjloM1huaHF3T1ZuWkpuYU9FclNUYm4wQ0dwUEsrTmNxSTVoR1B6QlJZMHhJYwpXSEF0ZU9VMmc2dmNkZWdNY2VqNm16VndsVDROL2FzZEJ4WnF2ZC9WSS93ek1mZUJZNjNYekdKNDhleTJXYlVCCmI3WVB2ZlNCNk9QUk1pTjU1cWp0NmdvbWpJa0pjT2lJVkRyTkZIdHZVSTh2RGJsekJtcExxaFYrd0YyVFZvN3kKMmZzRDBOZG1SS1VDQXdFQUFhTlFNRTR3SFFZRFZSME9CQllFRklOcmN6OXBVWXBoTHpUS0hGUlJjVkhnNzFJQwpNQjhHQTFVZEl3UVlNQmFBRklOcmN6OXBVWXBoTHpUS0hGUlJjVkhnNzFJQ01Bd0dBMVVkRXdRRk1BTUJBZjh3CkRRWUpLb1pJaHZjTkFRRUxCUUFEZ2dJQkFGQUhkcS9xOC9xNERCaHBaeUFNbTdZcEMvVmFWSGRvVm1GRDVSRXgKdlZFSHhtOFZBSFQrWS8xV0IyU3h6Y00wZTFrU1ZuV0J2aVFXMFYveWw3ZVJ2aGdTcUFXZmxBOG8vWVNHczB2bwpURFFZendkVEREaW9nSmZkd3lOM29uRUpKRGJaRDBQN0hacE5aY1VSWHI2ckc5MmhyVGhNMFl5K3Zad0ZXWkc1Ck83SGxwYld6VVBJek9CRDBkM3d4N044RmxGUktpZDNQZUljVkZkclRTSTRxUEk3cjFXSFFYL2ROMHhvVSt1UVQKalhVNFNBU2FyVU5YRHh5N0htT2FyWTVlNW9HMjMxcXpNTm5MMEVhbG5CTWRtamczaUVPZmRsc3U0Y1dxcjFqcQpWbFpPSStYaXljd1NoazdkVitCU3F1R3h3YXhWdmthbVVZTms0cU5UYmthdUdNaWRDZHdsd21JVXNQYndDZEtSCitOdXNJYkxoaUZEM2NPWUo2RlFZQTNydTVkQXhtMjdUY0pyMTJuVHp3d01TcGE3T01GL3ZtL3NDdFhzTEYxMjUKamlwdUpHdkFhaklVUlN3VWd4c0pCV2E1OHZLOUpYYXY4ZTZxUEg2Qi9scU9ka3g3Q2hWV0FjYWJXdGUxVGMwawp1eUVYRXQrSE5FWnlka3JDdElhdElxOFcrWVRGZkZHV2wzaXBBaUt2MDRJbUVvSXdqZ3Y3cW5sQ0w2V1FpYk5TCk1EbVRWenJBbWFKTEgzUVk0blhRU1poSkpKZzZtSG1iOWdDVTFCem0zcjN6NDZVa21BNnBONUZuM0tMYUU1TGYKQ1hlSU5ZVHh2MHhtMUd6M0tMUWVLRnowblNJTlU2WFI3Sy9pWjU5eDUxbW1JOFRHREl2V0FveVY5YjJWRm9nRwpOcUNZCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K</crt>
<csr/>
<prv>LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUpRd0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQ1Mwd2dna3BBZ0VBQW9JQ0FRQ21jbUZqUXFJNjF2WksKWURnWkFCOVpNanRRa2MyQ1ZsUjZQRUhuekRtSU1aUnZOWGkvRmZtcjg2ZlgvVXlzd1hhY1JWbk9mR1VPN2p4ZQpzaFpQRDhuV0ppajd2L1hwaTNYaTMvWTdPT1BUM0NrOGc0akxsRWVTNHlMVjhSeXpaeUFBTHZ6a3JlT1hsaXJkCkJvN2x1WTRINjk2TlRXa2ZPS2k4R2hpaDdmTTl5enVOZ0ZPdGhoN2g2b1FHejEzOTFtdm1aa0h0VFJTSnZwaEQKY0FHZDhDRzB2RHFCVE81cUVYZWswVDg2eUUrWmhOOEpac2tSc2VjSUZVZkVaU1d2TGhFRW5SUFN2S1owVGZhTgpZeHdSQzZqd3YzLzJrMWlHcjA5RDRrM0lmUm9YdURHd2ZwRlZKVUFxOEV1bFh5VmVxVFpHUFlGNGZSbUsvMDJxCi9GNnN4V0t5N2lrR0dtL040YWFVRW9JLzFKejMycVBZZGpLYlZvZHdQbnBWRVEzM3E0TmRPMHM2Tjk2TkQydG0KU0orREViVmphbkh1ZStEbEEwNk9seklvaFVCNGYxK1V5M2Q4SC93UUE0aFhIWVJ5a2ZPMW80YVB0TjI2K09xbgpBOVZMc0pwNEdPUWRRR3gxMDFaMFpRVTdLckxaTlFBdzFKVzlGbjJIZGVlR3JBNVdka21kbzRTdEpOdWZRSWFrCjhyNDF5b2ptRVkvTUZGalRFaHhZY0MxNDVUYURxOXgxNkF4eDZQcWJOWENWUGczOXF4MEhGbXE5MzlVai9ETXgKOTRGanJkZk1Zbmp4N0xaWnRRRnZ0Zys5OUlIbzQ5RXlJM25tcU8zcUNpYU1pUWx3NkloVU9zMFVlMjlRank4Tgp1WE1HYWt1cUZYN0FYWk5XanZMWit3UFExMlpFcFFJREFRQUJBb0lDQUdodkcrdkx3ejVuNGVDSXZxbnhDYnBOCmFpb0RVWTZWM0N0VjQ0UXMvMndVcjYyWFAwdWwzaUdsbjRwRncvWWc3T3JnR0prV005SkthRmFDSnIwMGlzOXkKNGdRVFRaaGJpSHZ4U2UyZXBGUXByelhvMGN2cUhYNXNSVTgzR1dyM0tYenovbmo5SWUvYXFNcEZjeU53YVUxUApFVFJYZmIyNUx5WFd1ZDNnRHQ2V3hhYmkvWjNDcVYzV1owQmVtL3JJcnFyQlBseEdJTHpNZVh6V3FpME9uaGRvCmdzemVHRGswL0h6TlRYNzBiLzFEQVM1RTc2UEttOHJXajFFS3BicGtqUWo0QlpnVUJkeXpqaDdvTUpRQlhONngKU1BqTk9wNUhJTlRYQ1RiaVI1emFWVk1JRnVmMWwyMVptQjBLdGNmUEk5NnVlSzNBMEdZR0NoVmVnNGlqMEdpdwo2QTlrd2dyOGJkWGQvRURxYW5OOFJoMnhZbkpMeCsxaWc1NGtLTk5RVDJxMEtGaTRRR212Y3I1M1NiWTJ1R25DCkJTMnEzeHBCOHVVRlNMUXptME00K2JSNVlIc3VtaFVLV00yTVBydGxZYzIvN0tiL0R2d21qaEtMdFNoQmY2WWYKQXFwMlVxaXo0MUFnWGZLbEJ2SWtUd0pzc0xXaUIxY1JJa2lDUERKeGxpc05GZkNxMWl1K0FRd3Z0N3NZOU4xRApTa1FtOW10UENIZG5PMFBHN2FJWWVaYmo4UWZORFo3cXQrektpS3hjUk1SakJKMklIRHlhL1ZUVmE0aklsbkZWCnNqMExhQmRoSkJzMkxpOFZGU0pnM08zVy9XMkZiTGNRaExydDdXWWlGZ0RaK2FrT0hRUG55VzdHMDBqZytEcGoKcmcyZ3liK1RYZkM1SHlMc0ROdUJBb0lCQVFEWkdxQUxPSlNRU2FReHhNNXhoNjlhTWpuelJYN3E2aWQzY0R1bApGSFZFdHRkSlNPalhXYmhQZEtwZnZuM2FkcTlQMFRFbmZnbS95UDNGVFFxOGU3dGpWVkVQV25RV0M3RVRtQnBYCml3VE1RMVd0WVFmTlJqZEZMcnhWbC9wWXZPS3ZyOGZXMFhUamxaRDlYL0RRN2pCS25aTHlBbjdISW9pRHhIN0cKM1dkMnAyTk1BQzhYVCtTbE1FWE42bmtSS0hPeGp3Q2tlQkViMVRpaWdONHVqZW5hZUJveFdVSGNHSlQyUU4zbQpDNDhPcEUwUkhVR01aUm9SQ2ZCQjVDcDc3Y0FKd1FwZ1dKWkFzOUd4dis0VXRMRGQ2YXBtanVFZnc3VkZ1RVRnCjhRWTVuRkhlaTdCZC8yUkFCTnFyeWt1WFBpdEdTbnYwV1Zrb21oOXZHREMvNXJqVEFvSUJBUURFUkdMS3hpckkKdmRnWXpzZzB5dnlPYmQ4Y3VYMWFVV3hmaVpqZ0U5d1lGdDB1cHpGL2NPV1Z3RUtGYXBrOEltazdOUS9vSVJUVgpFaXhDOTY4OU40d3NtRG5hcWNEU24wUFF4ZzJHdnB4ZFVHNFljcFlzKzhDNnBLYVY0dklzWXRESmtyU3ZKdDBKCkxkWnV1dU1pbjZqWWNyWTNoaFNPVkJEc001c1hrS0ZxWE90dUJnQWowT3JrWDBYd0FrbXJWUFByQTFhVjlvN3QKWTVLb0dyU1pRNzBLeTNXZ3ZIcGZPalNEazVSRDlDVVJUdUxRRGU0em1kaVE4NUZJQ2pWNzFKSHk1TS9iQnVLcwp0Z2c4MVE4QjE2R3NRa2lvN1B4YWxUWEgxLzdURTAreEl5ems5S3Y4VkI1N3RSMmlxZ2JORWJVNDhEbVBoK0lmCjFtbUUyVkpUWGFHbkFvSUJBQzVwTExGNVpQajdaU2htaENOcytDVjErMEZ3SjlPY1B0ZWZuSUNMd1EzeGNGQncKVDZaSnZjYnVqOFZyK1llTU82bjZkR0dXNWdxanN1eE1yZkRoR292L254YURKYkhZeWdBQVVoRkkzTHUxNFVqeApKelBRd052L1E2K2dqNW9NdHdFTHVOTEpjQTErMmNId2twQjNlc2RZckNNa09XbmtqZjV0TVJUZUc5SVhzbmg2CnlaWllNKzdFUlFmaUNnT0svRUNHNjRJOVVKcjhsK0RWWDZuZ0dJL2xnT1B2eXM1OFNzdmh6ZzN4aHFHQXFpRHcKZWlURE1ERllTSTR0Y28rUG9hLzBIbjIrTWxDZW9FTTVYbkg2dHB5WjZSMkhpY1M2bDdQUjBwZXJyc0wrRWRwYgpUbGFwMUFxRGZ5T2VXVTU1c2RLUzliQ2tzUlNtN2ZWWDNJUUpsSlVDZ2dFQkFLcFhjQ2J0dDFSaThKc1hYVXYwCm9SNDgzZGZnWlp0dDc5RTdheU9RR1FZUFVnaWJzNm9ZSWlyR292V0lmMVpoeDFOTHluSjl3OGJwN3VCd2QvZDUKcm45RjMzQ1l4SElKS0tLYVFrTWdURFh4Q0p6UFZ1ZlQySUlsUlMveHVKNHRaV2lObTZRbzVzNkFxZ3VReUhIVQpnSWJiaUtySUJDOURaeXlaM1pHbVJYSTdFMXA2ZXNTYkhrTDNMWXdSY0Q3empILzhkYm5TTkZwMGdXVEZTTmw4Cm9TWXRUL29obTFQckFJanlIVXlkS1U3TVdLNmFhSk1BZzZYS3Y5ejJmMVRxT1lIR2RXQnpxV2ljMUtsM2dYN24KMTduYURaWVBtVFpGS2xnNGIwSmpFRmQ5WUFtWEVXMysxRFlxQzM2U2N6U29tZERCTGpRVWkzMTJhajZUSDVDYgpReUVDZ2dFQkFJT3dLOFVwbjhidXdLSzV4V3VPYjJDVE9Ma2p6NWVDb3VuS1B0c05GSXZzVUJVS3RDY0JlaHVsClM1OWJxVUc0Q1AyQkczUzZMZCt6bjlERnpuWGVDZkdqL092SVo5NXdVTm1EVFVkczZyRWg4RWNRMTV1SzlRS1UKN0VZSUEwM3VJcnFVR2R5OE4zTEVNN0ZrZWgyS0JBMWFPdTYxYnBUOVRFN3NkY05ld2VnR2QvNXlrVUQ4SEFubQpBL1VwSEdSTm4weTZZMWlpZm1wRFRHNG9TRHdGRm1aY0haeDl6bUtXSHI1NnBuM3IwVG1PWE1hRXg2clAzS0N4CnlDRFlOeVNSWUdxQ3ExL3lCN2VxQUZCUDNRMG5teGorTk10WWkxWEdySThwRlZKS2o2ai9mY0c4NWJtdEd5K3cKUmFjdFZNL1VNQWhQcFRHQkhqWExNbW1xNXA5bS9vdz0KLS0tLS1FTkQgUFJJVkFURSBLRVktLS0tLQo=</prv>
</cert>
<cert uuid="867fe16a-604a-4add-b0fb-4c4c604f4381">
<refid>5a75bcce3a711</refid>
<descr>server</descr>
<caref>5a75bccd7ce7b</caref>
<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZIVENDQkFXZ0F3SUJBZ0lCQVRBTkJna3Foa2lHOXcwQkFRc0ZBRENCbXpFTE1Ba0dBMVVFQmhNQ1IwSXgKRmpBVUJnTlZCQWdNRFZkbGMzUWdUV2xrYkdGdVpITXhGakFVQmdOVkJBY01EVmR2YkhabGNtaGhiWEIwYjI0eApHekFaQmdOVkJBb01FazE1SUVSbGJuUmhiQ0JUWldOMWNtbDBlVEVwTUNjR0NTcUdTSWIzRFFFSkFSWWFiV0YwClFHMTVaR1Z1ZEdGc2MyVmpkWEpwZEhrdVkyOHVkV3N4RkRBU0JnTlZCQU1NQzA5UVRuTmxibk5sTFVOQk1CNFgKRFRFNE1ESXdNekV6TkRRME5sb1hEVEk0TURJd01URXpORFEwTmxvd2daWXhDekFKQmdOVkJBWVRBa2RDTVJZdwpGQVlEVlFRSURBMVhaWE4wSUUxcFpHeGhibVJ6TVJZd0ZBWURWUVFIREExWGIyeDJaWEpvWVcxd2RHOXVNUnN3CkdRWURWUVFLREJKTmVTQkVaVzUwWVd3Z1UyVmpkWEpwZEhreEtUQW5CZ2txaGtpRzl3MEJDUUVXR20xaGRFQnQKZVdSbGJuUmhiSE5sWTNWeWFYUjVMbU52TG5Wck1ROHdEUVlEVlFRRERBWnpaWEoyWlhJd2dnRWlNQTBHQ1NxRwpTSWIzRFFFQkFRVUFBNElCRHdBd2dnRUtBb0lCQVFER3cra0tzQUhoU3ZGV0hvdjdadmlIWlczNzV1OTVzalM3CjBSVnRzSVVKaWQzc3UzZlhLcHhacHl1eldKeWFIRnVmN2R2aVZRN1daUXc0ZTIzdTljNlZGc09wMmNrdDFWNUQKR0hndEtZVEI5eU41Y1IrbzdBWjQyVWhWbm45Smh5a1lOTDBDWUNiRzhhVHNKbGYrb1c4NzZGcU94akhBa0lmTApCajBFeXdmdzNTMDNkalBoUUg0dVhJL3VMK0ZvQzZwRFlUNE9YZEtUZ2sxMDVWdk41VEQyRndIZk42Ry9OK2tLCkRzSXFyb0o2MUQ5bjhmMFR5amZ4UXgzVTNpV3NNZzhJWmo3NXhWdkJDeDl2Nms3TlQzVDFUUmVqRktCSC84WnUKc0tvK0Nlb1EyWmhNRlg2Mlkyb0pLaFFsWnNGTkFISmZNUUxxaEp3eTBiSTZvMzA3VFprTEFnTUJBQUdqZ2dGdApNSUlCYVRBSkJnTlZIUk1FQWpBQU1CRUdDV0NHU0FHRytFSUJBUVFFQXdJR1FEQXpCZ2xnaGtnQmh2aENBUTBFCkpoWWtUM0JsYmxOVFRDQkhaVzVsY21GMFpXUWdVMlZ5ZG1WeUlFTmxjblJwWm1sallYUmxNQjBHQTFVZERnUVcKQkJUSnAwcitlY2llN0NkdGdaaGVpOUtTbVp4QmpqQ0J5QVlEVlIwakJJSEFNSUc5Z0JUQzlKdTBXL01lckFWdwp0OWltamZEeC9kNkRtS0dCb2FTQm5qQ0JtekVMTUFrR0ExVUVCaE1DUjBJeEZqQVVCZ05WQkFnTURWZGxjM1FnClRXbGtiR0Z1WkhNeEZqQVVCZ05WQkFjTURWZHZiSFpsY21oaGJYQjBiMjR4R3pBWkJnTlZCQW9NRWsxNUlFUmwKYm5SaGJDQlRaV04xY21sMGVURXBNQ2NHQ1NxR1NJYjNEUUVKQVJZYWJXRjBRRzE1WkdWdWRHRnNjMlZqZFhKcApkSGt1WTI4dWRXc3hGREFTQmdOVkJBTU1DMDlRVG5ObGJuTmxMVU5CZ2dFQU1CMEdBMVVkSlFRV01CUUdDQ3NHCkFRVUZCd01CQmdnckJnRUZCUWdDQWpBTEJnTlZIUThFQkFNQ0JhQXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUIKQUhWZWV2TW9SaVJoVWdhcDgraU9KUFNKT0lYNVdJNCtYbGVrR29QaWNnVXR0ME1GYmZOM3dKd3pSa1ZyNmN6aQp6NU9Rc2gwMkk4RmQwZytTZHFtQWRCejFTVENpbmxQcDR6Mnl1a2lVSENINkhrbHZVT293MlVQK2lNTlhjblB6CitoOWVwNEw1TDV4aDE4Z2hqdnI5UFR4MGpTL3VUNG11a29hNWpDcGlQbjZKMGhBaU9FRSs2UnBLeXBVSkE1NjUKY202UUlYUWxjanVpREFMSWNwZEd4VEVwN0xkLzZCeFkzUHdid1R4V0NvYjczTWMwOXh1bHFVekVYdTZyMXpTagpDNEx1MGIrQlpqSXVNck1hcjRRdUdVbXc0VDJ4TUpEWFZiSGxLSFRTandYTlc4NXlZL0YxMmZBOXpnaFpKNWM4CmZHZUZQRjJSSHdiclp4NjVUZFJjQ0VnPQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
<csr/>
<prv>LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2UUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktjd2dnU2pBZ0VBQW9JQkFRREd3K2tLc0FIaFN2RlcKSG92N1p2aUhaVzM3NXU5NXNqUzcwUlZ0c0lVSmlkM3N1M2ZYS3B4WnB5dXpXSnlhSEZ1ZjdkdmlWUTdXWlF3NAplMjN1OWM2VkZzT3AyY2t0MVY1REdIZ3RLWVRCOXlONWNSK283QVo0MlVoVm5uOUpoeWtZTkwwQ1lDYkc4YVRzCkpsZitvVzg3NkZxT3hqSEFrSWZMQmowRXl3ZnczUzAzZGpQaFFINHVYSS91TCtGb0M2cERZVDRPWGRLVGdrMTAKNVZ2TjVURDJGd0hmTjZHL04ra0tEc0lxcm9KNjFEOW44ZjBUeWpmeFF4M1UzaVdzTWc4SVpqNzV4VnZCQ3g5dgo2azdOVDNUMVRSZWpGS0JILzhadXNLbytDZW9RMlpoTUZYNjJZMm9KS2hRbFpzRk5BSEpmTVFMcWhKd3kwYkk2Cm8zMDdUWmtMQWdNQkFBRUNnZ0VBU1IzUUlDcFd4clYyeWFNN0F5UUIwR3l6WkxLeTdTVnMySm8xTThCM2IrYlQKU0Q0OSsxeWxYeVZyb2ZHNnljWWN2bHdWUXREZlFHYXpkQ09UY1EvakNsenhaUTNFUDZQNXBOemZlRjJKaElDUgpBQjlvOGc3QTRydXJMRE85eHlKOUwzWlhBUVMxdndFdEZlR1ZCUW9GalJnUUYrMDRhQW5DcWlDRldib0dGY2ZmCi9XdUFqUGNiVS9CdzMxVCtlakpOdlFGazRhbDVHRnhZcjlqdWJkSkc2YjROZzVpbEJQdS80Mjhkd09xL0UxL0sKOThJZ013WkR3L0lReXVOZnYrTURHeklDZHV0S1psWkxyYmVTK3orTlRneUFzTHNoNzBKMmZ6aTVhVVlKdjVnQgpsUWU2L0lxUUN0RDFBY0FCRE1DQXhuZXN6MllXSVZwU296aWlGRnltd1FLQmdRRDZKUTRkVFoySm9pc1ZHY1dGCm5Mek1STG9EdnRwbW9pTWwzYUVoaFhCSXpGcjlqQ2tYbXExV3E1bFBHdFFNWG9EakZsWVBhanBMNmNMak4xeXQKc243MHArMklMRG5tcWNSMC9aR0d4MVE1eTJXa2xWWEI5VGlIZm5GTlBKTCtyQWpOMXgrdW5mMFN0RmpxbWJncwp3a1BBdEJCTmkvV3BWWWJWNEFGbUgvbnF5UUtCZ1FETGF2azB4WmRtR0VldmxqWWpEakxnWVhYa3htQ2EyOTBnClBaVmZ6VnJuY05RR0FZWDVhVTBPMUxpaUZQelMrMnRLdlJwZzR1REVDVTdTZElQY201WkYyU3pWek5pMDFGUEUKODRYWEtEdHl2MFYyRG0xVVlVSWI0TlpRaWdkNVgwWnZnWG4vSE9LKzZodWZydzJuT1NBSExzRXdUYW96cFVNcwpPKzVjekd1N013S0JnUURGN2lZeDk2Vk5MNTJwYjZBRXJsWVJ4OXZzZE1yNTVSZXNzYWI3RUV3ZHZsM05QR2VUCmZ0Zmp1WnB3cG9qZFZMWGxlbG9Vam5pY2N0YTcxYVdtNTVOZlliVXBSOTEwOENZOGNCd0RxcHV4czRpMDUxbFoKUlFFNjdVa1gxWE4yd29lZzRMVDRCWmtuZ0w3T3UxMnBSUG81ZEFGbWF2V3l6TE1KYnR1TWhJYkxTUUtCZ0FRYwpDU1RUeVJjNjdsZlJ4UTQ0UHpiaFFTeDZCWUdiWjRBN1BrVk5OTVR3TnBoWWQ0aHVaQ3draUFaZVBpMVUvdm5uCmtCemMrSVY5V3FaTnpFd3NxSUNJdnFzakZFMnk3RzVTTFNZSG5ndlhhV1BWTHNoQm5zQkpib3I1L3VTbzFCZDAKbWk1Wk93dDRWMDZHanRRT0IyT2R3akZqb0VpaTBoU1dzVjRXa3lhWkFvR0FXbU5FQStaOFJRcmRiTC9PWWEvcQpleFZqSC9OSVg1OFV3NU1PWDhLRmZRTzdOMjF6RkdLOXpOYTEwREtGUVNxUGM4TVovNDRZdlZGSVpZM3oyV1F5CjV4YVFvZ2JGdFNKZ1kvQ1BFd1VMdDJoK0IwVFRqbnFiVExEUlVBNFU0U3RDUkVYYmdRYkp1Q3poblBsWTZPMisKanpDZUFpSjFxUXZHT3dYUi84TE5Jb0E9Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K</prv>
</cert>
<cert uuid="bde765ea-d50e-4a13-95ae-6243a5b74931">
<refid>5a75bd345a2ac</refid>
<descr>mshillam</descr>
<caref>5a75bccd7ce7b</caref>
<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUUrekNDQStPZ0F3SUJBZ0lCQWpBTkJna3Foa2lHOXcwQkFRc0ZBRENCbXpFTE1Ba0dBMVVFQmhNQ1IwSXgKRmpBVUJnTlZCQWdNRFZkbGMzUWdUV2xrYkdGdVpITXhGakFVQmdOVkJBY01EVmR2YkhabGNtaGhiWEIwYjI0eApHekFaQmdOVkJBb01FazE1SUVSbGJuUmhiQ0JUWldOMWNtbDBlVEVwTUNjR0NTcUdTSWIzRFFFSkFSWWFiV0YwClFHMTVaR1Z1ZEdGc2MyVmpkWEpwZEhrdVkyOHVkV3N4RkRBU0JnTlZCQU1NQzA5UVRuTmxibk5sTFVOQk1CNFgKRFRFNE1ESXdNekV6TkRZeU9Gb1hEVEk0TURJd01URXpORFl5T0Zvd2daZ3hDekFKQmdOVkJBWVRBa2RDTVJZdwpGQVlEVlFRSURBMVhaWE4wSUUxcFpHeGhibVJ6TVJZd0ZBWURWUVFIREExWGIyeDJaWEpvWVcxd2RHOXVNUnN3CkdRWURWUVFLREJKTmVTQkVaVzUwWVd3Z1UyVmpkWEpwZEhreEtUQW5CZ2txaGtpRzl3MEJDUUVXR20xaGRFQnQKZVdSbGJuUmhiSE5sWTNWeWFYUjVMbU52TG5Wck1SRXdEd1lEVlFRRERBaHRjMmhwYkd4aGJUQ0NBU0l3RFFZSgpLb1pJaHZjTkFRRUJCUUFEZ2dFUEFEQ0NBUW9DZ2dFQkFMWk10M1RYZXhWcm5Oc0ZsWXNMV0orSE90b3FnVHpHCk9aZzdsUWZ5Q2E5NUNzekZFL3ZHQ3IwK0VvTGw4RmNUY1cvcDlWMHhESnZOck41TnFlQ01HYzZvRW1RVncvZnIKcVhqaXlZQ3FFNkR2NjlTV3hIeENiUFpzK2JuWFpOY01DQ1BtTU1KbTFscXN5d3E0N2VCT2ZrTUU0cVp6K1hoVgpFZHRvcWQxUFV6cXU2TFBkYlErd255MlVGTkthMEtHSzMwZnN5UlBjdnVpNmtJbG9CYmhGM1pQbk1CcHlXVEZLCjQ3NDBlOXRJaUtJMGtkWUhOdzErMkVGeVZwV0RLNnhBRGhoVkNGNXVueTc1d0h0NzlTeTBodzhjZmFiTUVnOFQKMGhUYllQWUwxVXNwS2hkeGhtRkY0bzVzMWpvb3kzS044Sm8zOFpzSE9LTVhRakNQbXBPdlNva0NBd0VBQWFPQwpBVWt3Z2dGRk1Ba0dBMVVkRXdRQ01BQXdDd1lEVlIwUEJBUURBZ1hnTUN3R0NXQ0dTQUdHK0VJQkRRUWZGaDFQCmNHVnVVMU5NSUVkbGJtVnlZWFJsWkNCRFpYSjBhV1pwWTJGMFpUQWRCZ05WSFE0RUZnUVUxdHg4RjBvSi8xNW0KNENHN0JWaUdCZFpIM2Vrd2djZ0dBMVVkSXdTQndEQ0J2WUFVd3ZTYnRGdnpIcXdGY0xmWXBvM3c4ZjNlZzVpaApnYUdrZ1o0d2dac3hDekFKQmdOVkJBWVRBa2RDTVJZd0ZBWURWUVFJREExWFpYTjBJRTFwWkd4aGJtUnpNUll3CkZBWURWUVFIREExWGIyeDJaWEpvWVcxd2RHOXVNUnN3R1FZRFZRUUtEQkpOZVNCRVpXNTBZV3dnVTJWamRYSnAKZEhreEtUQW5CZ2txaGtpRzl3MEJDUUVXR20xaGRFQnRlV1JsYm5SaGJITmxZM1Z5YVhSNUxtTnZMblZyTVJRdwpFZ1lEVlFRRERBdFBVRTV6Wlc1elpTMURRWUlCQURBVEJnTlZIU1VFRERBS0JnZ3JCZ0VGQlFjREFqQU5CZ2txCmhraUc5dzBCQVFzRkFBT0NBUUVBRVRQZVpjL2diUERFTmxLaHVtYWFzNlZUQWdCb1B5RUlqeXowV3VYL0JIZ0UKQm95cXhuZUREdUJDQ1V2cUdCRVFaT0dhRk82Nk1pOFdKVFJKRHZWUmp2UGMra3ArL1ZBdVF1aCtjQ0EwM0RUMwp2bTIxczhnbU9NN3I5MC9US2ViUzZicVdSdVlPVEZVbGpFY0xZQUQ3cVhtckhtdEZ1YTVYZkFmNW9MSEpkeGVxCktGcThZWFFlWGNyVnNCVmdnbGhEeWVUYlIycmJHL1kvYVFiemM3VHBhaUtJR203eEE3SWY2WHJVQXR1TkJldlkKSGVha01JOFE4VmIxdFZJdjZLajI4RVFBMTEvL0dLaEFkTldOSU1rNEZOZ2pLRnBoMi9JNDVydU03dSt5S3ZIWQpBV2xaNFR6ZkVIcWtRWU05MFBtZ2NVc04vVWpzaUR2TllMZDd3a0xtaHc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
<csr/>
<prv>LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2d0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktrd2dnU2xBZ0VBQW9JQkFRQzJUTGQwMTNzVmE1emIKQlpXTEMxaWZoenJhS29FOHhqbVlPNVVIOGdtdmVRck14UlA3eGdxOVBoS0M1ZkJYRTNGdjZmVmRNUXliemF6ZQpUYW5nakJuT3FCSmtGY1AzNjZsNDRzbUFxaE9nNyt2VWxzUjhRbXoyYlBtNTEyVFhEQWdqNWpEQ1p0WmFyTXNLCnVPM2dUbjVEQk9LbWMvbDRWUkhiYUtuZFQxTTZydWl6M1cwUHNKOHRsQlRTbXRDaGl0OUg3TWtUM0w3b3VwQ0oKYUFXNFJkMlQ1ekFhY2xreFN1TytOSHZiU0lpaU5KSFdCemNOZnRoQmNsYVZneXVzUUE0WVZRaGVicDh1K2NCNwplL1VzdEljUEhIMm16QklQRTlJVTIyRDJDOVZMS1NvWGNZWmhSZUtPYk5ZNktNdHlqZkNhTi9HYkJ6aWpGMEl3Cmo1cVRyMHFKQWdNQkFBRUNnZ0VBSWZnaHAxQVB5Mm9HREhuNTU3THhqS2h5T3Z6NG9BNS81UElWVHltMnpFL04KeDJKaDJ1U0lVOE1oUityNDRnRHBmbVVtSjN0Z1VoZjlRbDlPYkYwdTRlZEhwZ2E0UVpaVU9nWm9iZVZEU3hYcAo1KzlBSmJkcS9uQklDRzB1aVRQZ3dHL0FYamt6Y0NvS203RGlBbzRkMFBjMEZMZy9vRUNaMXp5bGltdWhvcWxzCk9VTWQyS290VkRrZ2VZWUMxRFZFWjVDU2NsTEVqQmNpcjlib0MvMVlnTUtXS3dDWFkzV2puRDJvVVZCaENQVjAKMUt4V3NKYmRtNXJVQ012cy9KOUhiMFJsRkxlVlFIUXJnOUx0NEVwYU56c0Y5QWFzNEg3L1Y3UHR4Z1FpMzlkSwptTjVZckNOeFFVNFBVRThHT000SVFFZHVYSmZiVG12Y0Z6bzZQRnpjRVFLQmdRRHIxNUI5R3puN1RJdUF1bU9xCkR2Q2dYWnlWYUJNTEhtRHZZMTNMT2ZpQWVTcGxKZUN0Y0ZaTzdWQVVaSzVnNm4wMmNHVERzeGxGTUVEd0VYTnYKblZyUlZLczJwQitYUWZUTGhOaHhnWHhUVGNJZnZoVng1THZEVGJkRGJWUmwvM3VzSUROd0VzT2JnOVdnNnVtdApBUWtLbnoyb2M5SnlvZVZ2V3JsSTRKalJad0tCZ1FERjRaalhqd0NJNllqdzhtNFErZWYyczRtWko3SVVhV3lGCmxURzVvdFVjRXpXNjBvMFh3UVNJWGRJYzIwc3pnMEdzMjBFY29YaDZuVXpwVlRCbVJDTElrM082T2RWbmhDeTAKRCtrbzM1OUptNEtCMFU0MkJyV2p6MSswQWUwcVNUTmFQZE42b0JnczhwK1VtWDJKRzFCaWlUSit1K202WXFYbgo1cm9IeFkzZWp3S0JnUURId1ZTRGNvMGd1WXVySTdRSXRSREFjNm1OcnBINnArZG91NXdVNXV3QlBSOVlmc1dYCmdYL0k2QjRjdDg0dkRrMnh6MjY1aHpmUEwzakJIYmJOZ2RVTFdwQ04vbU0zaFVqbkhJVUxWcVpNRko5b3JXS1MKamk4dTArTjJlK0t4WmJ5RlpOek1mMGdvcjNoQkROZVJqai92UEVOSUs1bkRPRGNSb3lFdWhmVkozd0tCZ1FDZApvVDVOeUg2V2tlSWlmaHdycmNlWWdDQ0dQbGJmWjdPcEhkWUVtSy9HczQ3RGllSVhJQXpxVEVLSjlpNkxsRzJHCnN3bkZNdU4wV1VYaFFabFNmY2h2bXZZL1RMNnd2VnVXL0cyeHY2RjEwMGs4L0d5ZklPMGsxcGJZSUFpNi9LREoKckNLQXRuTkxxdUp3VDJ6dkFURWhyVVRxSytyZUxLTVlmbldHcDFxQ0JRS0JnUUNjek5pVm8rNm5idnZwU1IvbgpMQStxTmVYNUZIeERMWEZDNkFrSXhpWFlKV2VHWFl1VVpDQndJZE5HRFNyZzN6NmdYQ3QvaWdMZW52TDZ0cEV3Cnp2WmlONk5kK1p5UTVpdFJZc2xCN1ZQaFdOMEJyQWZJV2x1eW5haGc3bDBYdkNQeWI1THBZeEs5Y3doMlF5R20KY0RmUDJYV1dUMVRkZzNxWXlQa3dINDBTQkE9PQotLS0tLUVORCBQUklWQVRFIEtFWS0tLS0tCg==</prv>
</cert>
<cert uuid="3494cd6b-806e-4f77-a186-294b74e158e5">
<refid>6076dfd8bfd36</refid>
<descr>ca cert</descr>
<caref>5a75bccd7ce7b</caref>
<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVQakNDQXlhZ0F3SUJBZ0lCQkRBTkJna3Foa2lHOXcwQkFRc0ZBRENCbXpFTE1Ba0dBMVVFQmhNQ1IwSXgKRmpBVUJnTlZCQWdNRFZkbGMzUWdUV2xrYkdGdVpITXhGakFVQmdOVkJBY01EVmR2YkhabGNtaGhiWEIwYjI0eApHekFaQmdOVkJBb01FazE1SUVSbGJuUmhiQ0JUWldOMWNtbDBlVEVwTUNjR0NTcUdTSWIzRFFFSkFSWWFiV0YwClFHMTVaR1Z1ZEdGc2MyVmpkWEpwZEhrdVkyOHVkV3N4RkRBU0JnTlZCQU1NQzA5UVRuTmxibk5sTFVOQk1CNFgKRFRJeE1EUXhOREV5TWpnd09Wb1hEVEl5TURVeE5qRXlNamd3T1Zvd2dac3hDekFKQmdOVkJBWVRBa2RDTVJZdwpGQVlEVlFRSURBMVhaWE4wSUUxcFpHeGhibVJ6TVJZd0ZBWURWUVFIREExWGIyeDJaWEpvWVcxd2RHOXVNUnN3CkdRWURWUVFLREJKTmVTQkVaVzUwWVd3Z1UyVmpkWEpwZEhreEtUQW5CZ2txaGtpRzl3MEJDUUVXR20xaGRFQnQKZVdSbGJuUmhiSE5sWTNWeWFYUjVMbU52TG5Wck1SUXdFZ1lEVlFRRERBdHBiblJsY201aGJDMWpZVENDQVNJdwpEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS0s2RUJYSFdqcnNkbmd6V24wcjZjeVpQbHd1CnBTdE5ldWs5eTVucmVtK0ZRaE85dTV2V0pEZG5Ia2NYOVV3anQ0aWNoZmtlc3IzK3dQRWs0c2lGckZhTmE4bEsKaEE1OFlpc2hZaFp4SWNPR0dJT0tEZHhwTlFhS1IvTG1vdU8wbGlVcWdteGhicnJZNTJoZ2FabVNvbDFSVkhRRwpzZlVaT1RCLzhzQU9ZNVg1S2dsUnp2SUsyQlk4VTVKTTNEK3ZuV21sUFdkeWpzc28ya0hhL1QvNzM0L1Qwa2w4CmorNVZMOFRpeW14d0ppVTU0MW13ZUg0bHhCdnJQR3VNS3d2VXBjWi9oMGdoY0lLSkJKMmNoUS9LYWNHTmdaVkYKcmgwRHpsbnBIOUF6MmZmYVdFN0ExUTAxMFpheXdmT2J2eExnUGRUV1VRVkxYbzRmbW5obHRPaHE2U2NDQXdFQQpBYU9CaWpDQmh6QTNCZ2xnaGtnQmh2aENBUTBFS2hZb1QxQk9jMlZ1YzJVZ1IyVnVaWEpoZEdWa0lFTmxjblJwClptbGpZWFJsSUVGMWRHaHZjbWwwZVRBZEJnTlZIUTRFRmdRVTlMQnliN2tOTGROdzRLb0dyQkUxcjc2VFcya3cKSHdZRFZSMGpCQmd3Rm9BVXd2U2J0RnZ6SHF3RmNMZllwbzN3OGYzZWc1Z3dEQVlEVlIwVEJBVXdBd0VCL3pBTgpCZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFieDVzbUl0eFVXcmJieXgzMmJ3OWxzN3BGUEhhYk4wcDR4Y3BmSjFLCmowVnIyaXNaalc5ZG1sUW5JRlR2Qzd3OTRhNWU5eXNBZmZKd0p6M2lLaXA0czhWclhheThWTVhVNGtBZlliNnIKa0tFQWx3L2duVEFIUXNhTFNvc1BwYVZ3VXNlNUpRcjRmb0oya2NnRWhYaWEvVDlxcUxUS2xvWmpoODdnbHM0cwpmeG1NR0llY3dJQm9SSFdoSkI5V2hGZ3NUcERDY0hWSmZISndiM3h5UDUzVCt6a2FJWURHZ0g2aDFoV09hSS9pCkh4SlNtTTd3emZCeWo3L3RSVWJ2SExraTVVTEJJdjE4dGVxaWY4RTJGbWdtWFc5RDM3OUdUcm9pTWQxOGIvQnEKdDh0R3l6a2JoQmJKYkVGbGx3OGdTNjExOHYvTHJOc0JBOXg2QkFtZ2JZNll3dz09Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K</crt>
<csr/>
<prv>LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2UUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktjd2dnU2pBZ0VBQW9JQkFRQ2l1aEFWeDFvNjdIWjQKTTFwOUsrbk1tVDVjTHFVclRYcnBQY3VaNjNwdmhVSVR2YnViMWlRM1p4NUhGL1ZNSTdlSW5JWDVIcks5L3NEeApKT0xJaGF4V2pXdkpTb1FPZkdJcklXSVdjU0hEaGhpRGlnM2NhVFVHaWtmeTVxTGp0SllsS29Kc1lXNjYyT2RvCllHbVprcUpkVVZSMEJySDFHVGt3Zi9MQURtT1YrU29KVWM3eUN0Z1dQRk9TVE53L3I1MXBwVDFuY283TEtOcEIKMnYwLys5K1AwOUpKZkkvdVZTL0U0c3BzY0NZbE9lTlpzSGgrSmNRYjZ6eHJqQ3NMMUtYR2Y0ZElJWENDaVFTZApuSVVQeW1uQmpZR1ZSYTRkQTg1WjZSL1FNOW4zMmxoT3dOVU5OZEdXc3NIem03OFM0RDNVMWxFRlMxNk9INXA0ClpiVG9hdWtuQWdNQkFBRUNnZ0VBRFNvc1h2YXYwQkNOVFJBcWcvSG5pa3ZqaGFXb2F5WnJpUzhjcDZrclVKWmgKVUNPTGFBSWREL1podHJLemY2TnNGN3RDQTNOK1ZteWp3MTZPa2xadUtOcHNHKzdSWERLbjVvRmU1QjNtODJDSAozeXh1RHFUY1Mxa29sUGdmdVhoRXBXRVpDQmVoMDYvMG1MY2tFKzZQQUNteVFXakJRT2ozZlhyOGNwazNhVXlNCkZwTm4zUk9MVzNUdGZxUUE1bHV3cFh0UnRueUkzWmNCb0NGdXhMTklWZ2NsQ0JtSU9jR2ttMWNlcnFiKzBSMUYKZ0hINS95bUpGdU14enl3VTlWK0NKdWhuRkpBdnhKbThsdzZObUlLcWs0Ung1aGNLcnczYmw2bjBFMURKamVQbgpSN2NFQjNsbVJHUzgvNThFWllGSHo3THNYa29Eek9DV0xoMXBmKzdvTVFLQmdRRFJ3a3QxbjZhUjJSZk1LOFZCCmdhelBxRU1ZVDdKa0tEdHR6WTNiODdCVnN0YW05NWJsWFh3YWJGT2dHcFhVNTdjL1B1Zy9ZR1IvWUJYdXhZZjcKTXpjK0xka0tZbnZwWkM3ck1vczlqeFhMbUl3b2IrWkt4MFFYakJ6SUVaelpDZkZLUjljU0hFZml1SS9kZEpubwphbkZHVURhSUV1WWxjbjUxaVpYVmsrd0ZGUUtCZ1FER21ZU0tqRU9kR2VIQlErTGgvZEJBSVpEc0lKOTJKV1ZsCjdlelBIT0RJRmYwZU9TWVBuQTVlK3JXQVgwcU40UmRUTWVNTUtFMnFUVml5bytXcVVlR0I4R2M4b2hXNUdqazEKZXlPWWVLMkVGQUEzdFRabjl5N3RyVitlMm5URzNCSlVQL2hiQXRKc2d3WldobGgxWTdGd0xoQjV6TGMwVlVMdwpwL09HT3VLOFN3S0JnSHk4MjF6MmRQclVyQWM1bkZOSlJ6Z3lLcnhCWUtlWkdVWkI3L04ySmszQVRVLzdlcHVwCmpVeTFVTUdzTFovdnNCU0hWMXVnK2dLWlpGR2EzRE94RUZBRXVjWW9MT0h0TnMyZFFCcDZoWTZPaUFMZ0VJWTEKbTdPWkdlQ01RTWI4MTZYQnRROUxEQ0N5ZXJOS1RPQmV0RUFKSVhTb01IN2lhSHVETnp4TWZCWEZBb0dBWmZaRgpiUmhzVWtrS2RiNFR5dkVUclFsT3JWeG1Zakw2NXlVTE1wNWg3WGdVbHlMQ0hydUJTVlF3UVRNclJNSnV4a0RUCmo5ZFZZSDBMYjlQand0ajlEVWhPeUh0eTZiREQ5R2cvTXpXcDZDaVlvQUZDYUlnb3FOQWRTcUpmMkFUK3lCQjcKd3NZbElKNzRidzNVZHBoemJlUElnN0FOMHlsL0Q2MDZ3d3lTZ2hjQ2dZRUFuOERhb1I2NzB1YlN6Nk9heUoxWQpRMC93U1pYbFY4b3F1WmFJZVFDQ2lYMDRpRWhNcGN5MFNWSC9RaDJJSUd2Q1lPYmFUakxsbDVIelJCUnhXYm50CjJtenFyWEFRSHRVV1RhZEVockJCVFZUWkQvbmlWaTQ3cFhzR1FXem5lMnVhQnpzQ3NjTzRxaitLTFY0OTdvK0gKeldTTFpsWkRjYXMrQ2M1dVJRTmJYcTQ9Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K</prv>
</cert>
<cert uuid="1f23708f-a0db-4378-8281-23d43ee2b44f">
<refid>6076e25ed3bf1</refid>
<descr>opnsense-ca-intermediate</descr>
<caref>6076e1a304e3b</caref>
<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZUekNDQkRlZ0F3SUJBZ0lCQVRBTkJna3Foa2lHOXcwQkFRc0ZBRENCanpFTE1Ba0dBMVVFQmhNQ1IwSXgKRmpBVUJnTlZCQWdNRFZkbGMzUWdUV2xrYkdGdVpITXhGakFVQmdOVkJBY01EVmR2YkhabGNtaGhiWEIwYjI0eApFREFPQmdOVkJBb01CMU5vYVd4c1lXMHhKREFpQmdrcWhraUc5dzBCQ1FFV0ZXMWhkSFJvWlhkQWMyaHBiR3hoCmJTNXRaUzUxYXpFWU1CWUdBMVVFQXd3UGFXNTBaWEp0WldScFlYUmxMV05oTUI0WERUSXhNRFF4TkRFeU16ZzEKTlZvWERUSXlNRFV4TmpFeU16ZzFOVm93Z2JFeEN6QUpCZ05WQkFZVEFrZENNUll3RkFZRFZRUUlEQTFYWlhOMApJRTFwWkd4aGJtUnpNUll3RkFZRFZRUUhEQTFYYjJ4MlpYSm9ZVzF3ZEc5dU1SQXdEZ1lEVlFRS0RBZFRhR2xzCmJHRnRNU1F3SWdZSktvWklodmNOQVFrQkZoVnRZWFIwYUdWM1FITm9hV3hzWVcwdWJXVXVkV3N4RmpBVUJnTlYKQkFNTURXaGxiR3htYVhKbExtaHZiV1V4SWpBZ0JnTlZIUkVNR1ZWU1NUcG9kSFJ3Y3pvdkwyaGxiR3htYVhKbApMbWh2YldVd2dnRWlNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0SUJEd0F3Z2dFS0FvSUJBUUNvVUlGSXF1RERPOUp6Ck9NMWkwcnhTVE1ER0lLTU81blJnRHRhaXFud2lZZ3JoaHhSSWxoWGFFclpQTUpRbWVLUThpV3RsZHU4RERiZ0oKOFRiNVV2amtmVWxnSXh2N3BYQmhRTXQvSnZNalZGRHlPUUdvQmZmdjVzVFRzcjJkUjhIQ3Nad2I5bjFzUStobApiZmp3ZWFMbjhpcmNxaTBjd2hicUJxelZvV3JESjJxMTIxajN1LzlqUjEyNkxlLzJPSnRKM2tSbXcyaXQza0pOCjRITExDRWcvdTVzOHRkcHgvNzZVMmt3TGp1REFyMGI5MVhXK1REaWNoTnFib0d1Ymx4bTBUS1lyRTN4M1RTcVYKL3prUjhlMG5ZT2ppcCtTKzhMR0x0ZkdRMlNSQ3BPTmJhQVVWb3IvS2pWK2hySE92V3VUMUJZWkdyNkpyNmRDdApQRDR3Y1kwM0FnTUJBQUdqZ2dHUU1JSUJqREFKQmdOVkhSTUVBakFBTUJFR0NXQ0dTQUdHK0VJQkFRUUVBd0lHClFEQTBCZ2xnaGtnQmh2aENBUTBFSnhZbFQxQk9jMlZ1YzJVZ1IyVnVaWEpoZEdWa0lGTmxjblpsY2lCRFpYSjAKYVdacFkyRjBaVEFkQmdOVkhRNEVGZ1FVV0UvRDErTGJNV0RLU1RpSDBCVTVhZGlHcjNvd2djZ0dBMVVkSXdTQgp3RENCdllBVWg5NDNicGpjWUpSS3lpRjBkdlVLbUwvM3lTS2hnYUdrZ1o0d2dac3hDekFKQmdOVkJBWVRBa2RDCk1SWXdGQVlEVlFRSURBMVhaWE4wSUUxcFpHeGhibVJ6TVJZd0ZBWURWUVFIREExWGIyeDJaWEpvWVcxd2RHOXUKTVJzd0dRWURWUVFLREJKTmVTQkVaVzUwWVd3Z1UyVmpkWEpwZEhreEtUQW5CZ2txaGtpRzl3MEJDUUVXR20xaApkRUJ0ZVdSbGJuUmhiSE5sWTNWeWFYUjVMbU52TG5Wck1SUXdFZ1lEVlFRRERBdFBVRTV6Wlc1elpTMURRWUlCCkJUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUlBZ0l3Q3dZRFZSMFBCQVFEQWdXZ01DQUcKQTFVZEVRUVpNQmVHRldoMGRIQnpPaTh2YUdWc2JHWnBjbVV1YUc5dFpUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQwpBUUVBand4dHJsQjBOYnRDRHo1TkN0Y0JoUVY5Wjdyc2NleVJUTXFmVXNiaTA2V3MyL25xSnpYVjVTWmVkM0dQCjNPenVGdEgvYWY1dGlrZThCWE1YUElCUHpPb0NkYXQrN3JTZzMrZzAxSHd6MzZSWFBUTExaeWJUL2U2ZGxjekUKeEF5dXhQMWlGbmFBUjNGRFdtRUlUcnFuQmlvTFMzVm9rNmpKb3JmTlFJNEYyZkRmaCs5cU44aXNLazZzbUdpbgpScEhsWU5aUU9LQnlNdXZvRHVvdHE1SW5JMFZKNStaVitUZnBCWWtKVk5ESHBqQThYa0ZHTFFCRm12YXdPam5SCkRkbHZ5QWRrZFBDbHR6bTBPblFUOXVteUl6UFZKZTdYTWZ4OEdnVFFBOGpVclc1ZENwY0pIbFVPQUV1WERNajIKWkw3ZkpLMjhsZUs2dnBjNUJaeUNtWWJqR2c9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
<csr/>
<prv>LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2UUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktjd2dnU2pBZ0VBQW9JQkFRQ29VSUZJcXVERE85SnoKT00xaTByeFNUTURHSUtNTzVuUmdEdGFpcW53aVlncmhoeFJJbGhYYUVyWlBNSlFtZUtROGlXdGxkdThERGJnSgo4VGI1VXZqa2ZVbGdJeHY3cFhCaFFNdC9Kdk1qVkZEeU9RR29CZmZ2NXNUVHNyMmRSOEhDc1p3YjluMXNRK2hsCmJmandlYUxuOGlyY3FpMGN3aGJxQnF6Vm9XckRKMnExMjFqM3UvOWpSMTI2TGUvMk9KdEoza1JtdzJpdDNrSk4KNEhMTENFZy91NXM4dGRweC83NlUya3dManVEQXIwYjkxWFcrVERpY2hOcWJvR3VibHhtMFRLWXJFM3gzVFNxVgovemtSOGUwbllPamlwK1MrOExHTHRmR1EyU1JDcE9OYmFBVVZvci9LalYraHJIT3ZXdVQxQllaR3I2SnI2ZEN0ClBENHdjWTAzQWdNQkFBRUNnZ0VCQUlVaWdORDVFU1o4NkQ5cHU5UWlld0hpWWsyVnZVVG85ejZRSGlpM0Q4K20KbTVLKzVVVnhLa0cvc1dNOE9zT2ZnOUc2cFMreC91YjhjQW0xT2xYRzBzYnhieHZUU2F3b3RaYkh5TzkvNEt5ZQpZaFRuRUs5V1lVTHExOS9ZTDNIOE00Q01PcjVIbi9nR1V3b0FEZnd4U3JHTGRXbnNWaGk4VWFHMXUvcVRYcjZUCjQ1OXhUQ2Y2ZzRVWHpWcUlvQ0V4aXYxTlJZREtybEZLbXF1ajNmTEZ6UWhYWGo0THc2WHV1Qk14MXR1Q2NqZHIKanN1V1BXS21iKzlIRE9aMi9KTXV1VEM2dEprQ3BpMjVJckJpVHQ1RnhWL2IrSlpSdFRuSitGcDQ1NlJySlR3RQpJMDh1THkxWVJRVkpQTFV2SVh6U3dtT2loYUI3NWltL3lDZkM4RUlOVnJrQ2dZRUExazNnL0FReUt5WGhwLy9FCjZaL1oybWdTZTdqMzFIU0hHOTVQOFJhZ1R5YS9xR0xhVUFlVTNXS2Y5Q1dnbHRvUE1pS3YvbU45ZGZWZHVsM04KMDgrOWFHNHNZamVYQ0d3SUZ6ckpMVXQrRHU4YzZCMHhDaUd1M3lSd1huUTNvWm96cFhLRlIxNDJwSUx5bThYdgpoejJZcGczak52emFOR3N4OU5UQ2xVRzViM1VDZ1lFQXlRLzArTzJqZ0V5bWUvWmh3eGV3WmdnYUJmNUxiWWJ1CnREQys3S1dXWEM0bktWR3pxM21BblFjRWdveVRFczNlMG9YdlJkR0phSEg0dlM0azFOVnJZSjBFWWIyaHpSMlIKNG9yOEllMEVvaEUrOHVodExBenBvYitaSHhMTXRvS1JkQVNRRkxmUXJmWVY3WStQUFlyZWdJTVdqTmhhTlpWdApjV2dEYW1EVkFIc0NnWUJDZC85TFMyWGdHaXpHZGI4Mmt4ejM4QVdqbURoT0RpS0YwMHRLUkxGT08zK0FrOENRCngvazFQVXpOWmdwTUg3Qk01Wk5ldks4Q01pdHpEWHMwc2g5V1Q2MjJmUFY4YUQyT0x1Nk0vUGhKVzRMRXY2RWgKT2xkSjRMeDFuMmhOMkUwaWlNV3I0QjNrb3JUcStkYVVSTmVlMFhuaTZVUW90QUxYcEZJQ0IxT2pyUUtCZ0FXMQptMG82VFV0R1llL2hOak41Qjd4Ti9KY3crbWxZekl4M1dlU1VheW1nOGVHOWZUR2dXS09jNEdib29RQ0dzZzRlCldZWU5CaTdlRmFjaG1WQWw0MCt5QmI3VXlMUnZZNFlnVmpxTVpYWklzUlhxdmJiamd2cmgydkpEOFdZNVhQSUQKY3lmemRFeU1VV0VXazRXMjNNeWZiRk9CalVZNlFRcFlYc2gxaVhiakFvR0FQcERnV1VlQ1FEcjV2SmlQd2tjNApqaEEwRkxBT3F5eDhhYXVXK3I0bEY3SE55S3F1bEJPUGJ1OWFTUmtqeVNEbGlVbjV2MjYrK3R4VDhWL2JlZXhQClhhOXVuZnF6SXhpTTQ0cGdaMWFNdXB2Z2MxOCs0MGo2ci9uam9jWTdFYWRXdGxobEtQTnNJd21iY0NkZEZTSVIKekxVVVc5U2RkeXJLWFM2azI5ajE1VFU9Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K</prv>
</cert>
<ppps>
<ppp/>
</ppps>
<dyndnses>
<dyndns>
<type>cloudflare-token</type>
<username>matthew@shillam.me.uk</username>
<password>LWpnhmU1kpBskDmMaKB-dMj_gxEN-QfpUVRwIsEH</password>
<host>home.shillam.me.uk</host>
<mx/>
<verboselog>1</verboselog>
<enable>1</enable>
<interface>wan</interface>
<zoneid/>
<resourceid/>
<ttl/>
<updateurl/>
<resultmatch/>
<requestif>wan</requestif>
<descr/>
<force>1</force>
<id>0</id>
</dyndns>
</dyndnses>
<ca uuid="60083842-f6f4-4227-842b-4f823e6c636f">
<refid>5a75bccd7ce7b</refid>
<descr>OPNsense-CA</descr>
<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tDQpNSUlFQXpDQ0F1dWdBd0lCQWdJQkFEQU5CZ2txaGtpRzl3MEJBUXNGQURDQm16RUxNQWtHQTFVRUJoTUNSMEl4DQpGakFVQmdOVkJBZ01EVmRsYzNRZ1RXbGtiR0Z1WkhNeEZqQVVCZ05WQkFjTURWZHZiSFpsY21oaGJYQjBiMjR4DQpHekFaQmdOVkJBb01FazE1SUVSbGJuUmhiQ0JUWldOMWNtbDBlVEVwTUNjR0NTcUdTSWIzRFFFSkFSWWFiV0YwDQpRRzE1WkdWdWRHRnNjMlZqZFhKcGRIa3VZMjh1ZFdzeEZEQVNCZ05WQkFNTUMwOVFUbk5sYm5ObExVTkJNQjRYDQpEVEU0TURJd016RXpORFEwTmxvWERUSTRNREl3TVRFek5EUTBObG93Z1pzeEN6QUpCZ05WQkFZVEFrZENNUll3DQpGQVlEVlFRSURBMVhaWE4wSUUxcFpHeGhibVJ6TVJZd0ZBWURWUVFIREExWGIyeDJaWEpvWVcxd2RHOXVNUnN3DQpHUVlEVlFRS0RCSk5lU0JFWlc1MFlXd2dVMlZqZFhKcGRIa3hLVEFuQmdrcWhraUc5dzBCQ1FFV0dtMWhkRUJ0DQplV1JsYm5SaGJITmxZM1Z5YVhSNUxtTnZMblZyTVJRd0VnWURWUVFEREF0UFVFNXpaVzV6WlMxRFFUQ0NBU0l3DQpEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTG4yRGpSZS9qbDU1UnRiYkhPcEpkM0Z1QytlDQpqSHhKSmlNazZzNzdMbFF3U09VQVplM1ZqbnljZWxCL2ZaZkdCM2F4ZllHbUY2cGZJdjMxS1JjMXMyelNjUXZ5DQpkMXN4UnVyWm5LYlI5VWJWUDRLM3NNWlRXR2diYVo3TXZiTHUyQ01pLzZwQVJmcmtvQUx3eWZsdHEzbWprYkpzDQpkMSt3a0dCSTFIU1hoaWZ5K1FEd2lNMmRyTlR1di9Sb3czaUNwNUxMN0F2QytmRXh3ZjVUWld0cmZKU3JSOGtNDQovZ1orOGVUZzl5cGE4aHoyTWpDZVRuZlM3RE1MQTRoUXY4OWdRV0pwN3FlaXpVV1RSQzBKWnRnYjlleTJudStUDQplVzlDRGxhM3JnaTZEK1FMTzlVd3R3K1c1UENaYnZtcW9sdllrNW40SUJkUWx6ZE1aWGxubXJOR1JVc0NBd0VBDQpBYU5RTUU0d0hRWURWUjBPQkJZRUZNTDBtN1JiOHg2c0JYQzMyS2FOOFBIOTNvT1lNQjhHQTFVZEl3UVlNQmFBDQpGTUwwbTdSYjh4NnNCWEMzMkthTjhQSDkzb09ZTUF3R0ExVWRFd1FGTUFNQkFmOHdEUVlKS29aSWh2Y05BUUVMDQpCUUFEZ2dFQkFDTXBYeUxUVGVJWi9KZHRQTVNXQktnTzlLQnowejhSdVdaaW5WbW5LNTZ1SFN6SHFIOUlzak9EDQpaMmNMRVhyeTVLdzlnd0JjSFk0Um9TMGRGRVlNdlVPTUNUWC9neXY2Y2xpM0RNMWY0QVFnUG1MSDA2UjlDeTFUDQpPT1RDbUVqcFgvNEhkNmd0b2swaEtBWWc4Z1ZETk1lWWI1aXNJa2dRTnpUcVRQdWlXWWIzN2FKVEJzbE9NSXZEDQpKdnlxWkJySHQ0OVdBZklVWWVMdkNLbWxMcTdjbzVLK2FJKzRjVjViQVBaN0t6R1dlTWdZKzRNYzZWYUtDSEp6DQo3RFQvUjBPczNMVGhyLytlMTlvSk1Nc21qYWxoMzlQaXBJWHYrSmhkTDJ5UlJVVEZwWjNCcWNaM3lNcXRGK3FJDQpXWjZqT3MyMWF0K24zTndraU40Rksvc0d3a2YzTVBZPQ0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQ0K</crt>
<prv>LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tDQpNSUlFdlFJQkFEQU5CZ2txaGtpRzl3MEJBUUVGQUFTQ0JLY3dnZ1NqQWdFQUFvSUJBUUM1OWc0MFh2NDVlZVViDQpXMnh6cVNYZHhiZ3Zub3g4U1NZakpPck8reTVVTUVqbEFHWHQxWTU4bkhwUWYzMlh4Z2Qyc1gyQnBoZXFYeUw5DQo5U2tYTmJOczBuRUw4bmRiTVVicTJaeW0wZlZHMVQrQ3Q3REdVMWhvRzJtZXpMMnk3dGdqSXYrcVFFWDY1S0FDDQo4TW41YmF0NW81R3liSGRmc0pCZ1NOUjBsNFluOHZrQThJak5uYXpVN3IvMGFNTjRncWVTeSt3THd2bnhNY0grDQpVMlZyYTN5VXEwZkpEUDRHZnZIazRQY3FXdkljOWpJd25rNTMwdXd6Q3dPSVVML1BZRUZpYWU2bm9zMUZrMFF0DQpDV2JZRy9Yc3RwN3ZrM2x2UWc1V3Q2NEl1Zy9rQ3p2Vk1MY1BsdVR3bVc3NXFxSmIySk9aK0NBWFVKYzNUR1Y1DQpaNXF6UmtWTEFnTUJBQUVDZ2dFQWVkRVFmd2dYT3lsNWhwRStHd29iN3dvZFhMeGN4UEhhRkwyVFA2RlZPUHNrDQpWVGNNamw4TjV0MU9WcnNkVjdYMm42OG5TeTIxWlByTFhsY2g0cjFmMnhLRDBWSzFFenpWZXZTd1pLczNKSDUvDQpDeTh2a3N0NEowS0Z6dXZKL0pQdmJCejZJOW5VdmNUVWVQaXBKa2JNUkhOODlzZU03MWNuVEp1STZSTjFZMmJ0DQozUXBvSXNGQk5mVGpTSE5pYk9kOWlzaFZHSkJmcTY4bFFjZm5xekczajUrNUUySE4vb3c4cGZBMUU2aW5aWXZaDQpCaktJbEdsUDBVVnhvYjB6TUEzYVRQZ3paZStYci9wSzZFcmRpdzNLYmxGLzh2M2cyMHlUR0hZTVB5WmhGVnZJDQpSU1QxK0ppQzJmbDdpdEVHY0xKS3ZET2NHdDQ0bVlhZUVvSWRTWm8wUVFLQmdRRGlqWis2Z3JKVm5wUHpVeW9PDQpvRmgxZ09zWlZwWlB3c2RqdjhUNWkrV3ZwK0FxbFhCeVdkVFUxZTdpVDdrSStpQ0x0QlVadU1QZldPM1ZrRWp3DQorYUlSZkZWTFhEMDdXcnVZc2ttWVYzUFk3ZXJ3dmIxV3NPRDVyKzl0VUpaRms4OXpBeDRNU2lyM3g3KzVtUXVQDQpobjRhOU81VTdyWHRLSldLOHNqNVZ3S3lxd0tCZ1FEU0ljTmxsNk05MXBmbXZ2d1UrUjMvbTl1dkEzTGZWZTJGDQpIS3hiOVFkell6eGxZOGFjMjU5SWpzNXRvZ0MvTDAxSEhQSGdmUmlhQmg2cU9kaUQ3L3JwcXJ1NGRPTkVlOUVBDQordk5LN0JkU1JrbUJYSW40Y2xkNlVNQ2FuSGV0Vzc0M2RDRXBuclptL20xZjQ2WjBUUjMyS0hyWWFXRC9yVEw0DQptTWd4ckkyMzRRS0JnRWJDUHhJc3dmQlY4QlcrY3ROUXAzQkR6S29FVGp3cE5NZGwzT3FvRkJ2eHplVGUrZGp0DQpUN2tOL0dkNHlPMFIybHBuNjNNMkx3OHlJazVpbXpXUWNsc052MElqVkFpV3hTTGpCSE50VlFSN0FyY2dPK080DQpxUHV6UkkrYTdPUmNUeDIzNm9taUhKdDVLdHVYL25GY2EwU1dIVjR2bEdpM0ZVWHBvSFdvQkhLekFvR0FHaGx2DQpkNUxhQjdnN3JjRlM5aGZyRGZDQjNMOEU2WkIycSszZnlwd29qTUJxby8wOGtnY0ZSYkhYR2U3aFFOM1RMMTM4DQovUEVNdVRUQllrdEZCVDR0WUJDQXVHeHNQZmxUQUZnckY4Y3pMbGpra0ZpNkdrMjVaOHZYNEZ4RzBSVndEdHN4DQpzMFd2U2lPWDJpMGdZNW1nZXc2VUU0VWpNeDZFRWpTSHlRT3hwb0VDZ1lFQXo2RnBPeHYxR3FEdmxWWVFmVGhKDQorTGEvTUtjRDUyMlh4UEFZdFdJOVgrdmZ6MW9pK1BRWE5Vbkg1a0xnc3ZpdndXeXkzc0RyUG5lbVJnc29LMkFMDQpWSU42MVJHNUtaUVdmcGlad0dxTm52SnY0NHVZUTlFUDVuejVuMEc0TlkzR08rdjkvc2RodVlQNlVVQmJLbm1pDQpwR1AwZG54a3NMeTUxWDJrb3RLNlRJdz0NCi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0NCg==</prv>
<serial>5</serial>
<caref/>
</ca>
<ca uuid="0b8c5dcb-30fb-4201-bd2e-c85f8a9bb9f4">
<refid>6076e1a304e3b</refid>
<descr>opnsensense-intermediate-ca</descr>
<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVNakNDQXhxZ0F3SUJBZ0lCQlRBTkJna3Foa2lHOXcwQkFRc0ZBRENCbXpFTE1Ba0dBMVVFQmhNQ1IwSXgKRmpBVUJnTlZCQWdNRFZkbGMzUWdUV2xrYkdGdVpITXhGakFVQmdOVkJBY01EVmR2YkhabGNtaGhiWEIwYjI0eApHekFaQmdOVkJBb01FazE1SUVSbGJuUmhiQ0JUWldOMWNtbDBlVEVwTUNjR0NTcUdTSWIzRFFFSkFSWWFiV0YwClFHMTVaR1Z1ZEdGc2MyVmpkWEpwZEhrdVkyOHVkV3N4RkRBU0JnTlZCQU1NQzA5UVRuTmxibk5sTFVOQk1CNFgKRFRJeE1EUXhOREV5TXpVME4xb1hEVEl6TURjeE9ERXlNelUwTjFvd2dZOHhDekFKQmdOVkJBWVRBa2RDTVJZdwpGQVlEVlFRSURBMVhaWE4wSUUxcFpHeGhibVJ6TVJZd0ZBWURWUVFIREExWGIyeDJaWEpvWVcxd2RHOXVNUkF3CkRnWURWUVFLREFkVGFHbHNiR0Z0TVNRd0lnWUpLb1pJaHZjTkFRa0JGaFZ0WVhSMGFHVjNRSE5vYVd4c1lXMHUKYldVdWRXc3hHREFXQmdOVkJBTU1EMmx1ZEdWeWJXVmthV0YwWlMxallUQ0NBU0l3RFFZSktvWklodmNOQVFFQgpCUUFEZ2dFUEFEQ0NBUW9DZ2dFQkFLK0lXQXRzMzFyTzNSMTJlc2dUalFBeEVIeEZoeFMvUEVnb0l4WlBRRTFrCkZ1UE9BazdwTDZXd2FnT1dqTllkZW5TYkZIVDA1YVg0bkk4WjZNYUxUZE1oaFhTSERrM3YranJxdHRyQUFaNDUKSzZTeG16SnIvS1FCRG9JbnRmWWZYM0QrZG14bDlyVDJIZitLSUtwNll5VEVVYzhMamtibUxPWmFOeURDT0lGdgpKQ0lYc1VKSWNaR3JZcExQSzZXSVRGUjJ0aEc3d21weTVRMjU4aXVyU3dPeUZsc3ZuekNTK09KVncxZ245dVV5CmdUSTJjekJTb1pORUIxc2kzaWU5VXpRYVEzZkZGcEtBaE1wWHVSWEIvRWZQdFRwZ0E0Qm5JN0s2dE54blh2VXkKdXNraFZvb2tkTVVvZEE4dEhrWTA4ZWFkRTJwOFNZT3NLc3ZGbzZqTkdsY0NBd0VBQWFPQmlqQ0JoekEzQmdsZwpoa2dCaHZoQ0FRMEVLaFlvVDFCT2MyVnVjMlVnUjJWdVpYSmhkR1ZrSUVObGNuUnBabWxqWVhSbElFRjFkR2h2CmNtbDBlVEFkQmdOVkhRNEVGZ1FVaDk0M2JwamNZSlJLeWlGMGR2VUttTC8zeVNJd0h3WURWUjBqQkJnd0ZvQVUKd3ZTYnRGdnpIcXdGY0xmWXBvM3c4ZjNlZzVnd0RBWURWUjBUQkFVd0F3RUIvekFOQmdrcWhraUc5dzBCQVFzRgpBQU9DQVFFQUpBaDZPTWh0NkkxeDlNNHNBNHUya2RXV1FsVHp5L21rTFNFeUxEOWEzT2pCSVNjdUZ0VU9oOGxRCk90T0dnU0d3cHg3bllucVRwWUJpUngxTGEzMnFYaEROWDgvbjlBamxpYUdJYzlLMEEvcVg1dlVSaTRtQ1h5clAKOVJSVDdjYjFOaEh3eGlFdUNCSVhVUDB6c1VPeDhmN0MyTFpyRDRrblhWYTYyOWtGejZyWVpjUTBLamp4N0FSYgpxNXduSUFWb3NJUTgwcmR5Qnk2eUVXcDE2N3RHTVVUbjJkT1BGS2RRWjhBZHZUM3JMbDVwWDVhK1VEVjdzOCt3CmoyVnAvZVU4Y1F3d0pYSHFFWHJtbmxLZEd5VE1ickhTVCs5b0R3Ym85QzJQbEltb0svVFBzZFBIaSt0ZWoweVcKeVJsSFd1R0dyM3RycW5Dc05mY254UTU1SDNMRWJRPT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=</crt>
<prv>LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2UUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktjd2dnU2pBZ0VBQW9JQkFRQ3ZpRmdMYk45YXp0MGQKZG5ySUU0MEFNUkI4UlljVXZ6eElLQ01XVDBCTlpCYmp6Z0pPNlMrbHNHb0Rsb3pXSFhwMG14UjA5T1dsK0p5UApHZWpHaTAzVElZVjBodzVONy9vNjZyYmF3QUdlT1N1a3Nac3lhL3lrQVE2Q0o3WDJIMTl3L25ac1pmYTA5aDMvCmlpQ3FlbU1reEZIUEM0NUc1aXptV2pjZ3dqaUJieVFpRjdGQ1NIR1JxMktTenl1bGlFeFVkcllSdThKcWN1VU4KdWZJcnEwc0RzaFpiTDU4d2t2amlWY05ZSi9ibE1vRXlObk13VXFHVFJBZGJJdDRudlZNMEdrTjN4UmFTZ0lUSwpWN2tWd2Z4SHo3VTZZQU9BWnlPeXVyVGNaMTcxTXJySklWYUtKSFRGS0hRUExSNUdOUEhtblJOcWZFbURyQ3JMCnhhT296UnBYQWdNQkFBRUNnZ0VBVjdGUTh4eElGWkRGTEtQMVFTRnJUczQwUXpGbEE3dHFQVTQ0QVR4RWpxVlQKUGltOFEzb0J3TS82bHFKTzUrVkFPU01FdkUxZ3NXTWJxKzR3dVlmOHNGN04wbUpxaGdzK3d0SmgyYlVVMmR3TAo3cktBSzFlQmx0bWtTdWZWNHdqWFlKYnZ5TVhEMDdJbFdIWEVUZ2Jvb3dTbExqL0NxNjd3ZllCU2pENGJocVdRCk5mMEUwOE40YzZIbnhGM0JFOHNxeWNWVjhHdnNpTG05amZJUXgyZER2NGFLRytSNm9VZkdJK1ByeEIyOEIvd2YKSG1BNnZsV0d2Q1NkNGpNR2RTOXRQWDB3N0R0dENpMTNFYTZQTXJ2UjBMV2F6bk1HN1hkeHIwZEc2QjVLNk9yNgpERGt3Y3RJRG5XTFVLU2Q5R2JqcWpoY2RlYWM1NDYyRlVCSGc4Q0tJNFFLQmdRRGxxTWUvTXBtNnBvZnlRTGh1Cklrcllqai9MWUwwcloxT1pzMnVrUW5YbHhwQzNVSE1zclNlcHY3c05yN0EwWEtKdjBsaUVRYzh4aTJsZWJ2dGYKOExkK2F1SzV6a1I2NFpJNDNDWTN5Vy9UYzJZc2FXdnFmaXd3bzhOaVpONVA5ZEJSbnN5MC9zSEdNWEFqa1NWWgo0S0hBTmlORlVROHNQM3dEUitNYUJaRGRrUUtCZ1FERHFrM1IrMW5VbFRDWVMvcG9wajVZektZR3RXUEtjcXhHCmgrcXZjdGhYVHB4N3ZlMFJ1WHZueTNvMWZWdXFVQVBWbGtLMTgxM3IrcWtzYmtNZXVuWEpqUVA1OWxnZW0xYTcKZDIweUlRaitUR0lBTWdib09QTy92TElMZThXTnM3Q3J2ZmxNNzRUZzY0bnpubmxQMXBEK3E3TjFJUjlWeGt6SAprbmM2L0o0bFp3S0JnUUNPK0g2NVlhZmdVZEhxRnk1NXFiR01sU25UMDdxUWJiZld4S0tyVkpDTzVnbXJoVkxlCktrRzU1Rmx2a01NU0plVWQxZ1l5OThFajU5VkY2N05rSzdnZjVDeVhYWGkyUXYxRGxwSFlRdmZ4M0RKc1RZalkKSjRvZEVhWU4rQnVLRGM2Tk1WM2hBNFBnZldDQlU5ZTcxeUw3UlBpNksxZFZ4WVBQaXc0dlllMm9jUUtCZ0E1ZwpJYzJPcVAvc1lpQ2VYR3g1NGxURjNHRGJ6TlFmN3JaVDRCTTUzZGswUmx6MURFamtGczFsN3JtbFZ5bkJMVGJ4CkRqK3QvTFdNdWdjd3BxL0lSVVVrbmlrc1J6Y2dkSlBiWjJOcWQrMnZFUGd3dEw4MUIvdUxVbzF6YjRWRXNYTTgKeHVjM0pjMGNvUXNNRnArZUJSTWc3Rk5ydHBDbnZCWmhsVzc1Qm1sN0FvR0FPSnloUTF0MHA3bXo4ZHZ6YUVqeQpCVmJySDRPcUhYVkVvWFJxTlJMOHo2V2FLaWFiYWxlMU1pV25iYVRDcWdMMkxHRXl5Mm1QMmpBTEJBaTJSSzNOCnlBb1FwN2d0ay9tSGhPWFpjU1VKRnhha1haT0xZTWYrRG9Eekx0azl3Ti92VjFnV1p0ZE9sTG1Sc0Nya1BkOEoKNC9jQ3haOGJvbGlreWFnYVlPV2dtSG89Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K</prv>
<serial>1</serial>
<caref>5a75bccd7ce7b</caref>
</ca>
<openvpn>
<openvpn-server/>
</openvpn>
<schedules>
<schedule>
<name>8am_10pm_5d__8am_12am_weekend</name>
<descr>Allow 8am - 10pm Mon-Fri -- 8am-12am Sat-Sun</descr>
<timerange>
<position>1,2,3,4,7</position>
<hour>8:00-22:00</hour>
<rangedescr>8am-10pm-5days</rangedescr>
</timerange>
<timerange>
<position>5,6</position>
<hour>0:00-23:59</hour>
<rangedescr>8am-12pm-weekend</rangedescr>
</timerange>
</schedule>
<schedule>
<name>8am_12pm_5d__8am_03am_weekend</name>
<descr>Allow 8am - 12pm Mon-Fri -- 8am-3am Sat-Sun</descr>
<timerange>
<position>1,2,3,4,7</position>
<hour>8:00-23:59</hour>
<rangedescr>8am-5pm%25252525205days</rangedescr>
</timerange>
<timerange>
<position>5,6</position>
<hour>8:00-23:59</hour>
<rangedescr>8am-12pm-weekend</rangedescr>
</timerange>
<timerange>
<position>6,7</position>
<hour>0:00-3:00</hour>
<rangedescr>Midnight-3am</rangedescr>
</timerange>
</schedule>
<schedule>
<name>8am_12pm_7days</name>
<descr>Allow 8am - 12pm - 7 days a weel</descr>
<timerange>
<position>1,2,3,4,5,6,7</position>
<hour>8:00-23:59</hour>
<rangedescr>8am%20to%20Midnight%20-%207%20days</rangedescr>
</timerange>
</schedule>
<schedule>
<name>8am_2am_7days</name>
<descr>Allow 8am - 2am - 7 days a week</descr>
<timerange>
<position>1,2,3,4,5,6,7</position>
<hour>8:00-23:59</hour>
<rangedescr>8am%20to%20Midnight%20-%207%20days</rangedescr>
</timerange>
<timerange>
<position>1,2,3,4,5,6,7</position>
<hour>0:00-2:00</hour>
<rangedescr>midnight-2am</rangedescr>
</timerange>
</schedule>
<schedule>
<name>8am_3_30am_7days</name>
<descr>Allow 8am - 3:30am - 7 days a week</descr>
<timerange>
<position>1,2,3,4,5,6,7</position>
<hour>8:00-23:59</hour>
<rangedescr>8am%20to%20Midnight%20-%207%20days</rangedescr>
</timerange>
<timerange>
<position>1,2,3,4,5,6,7</position>
<hour>0:00-3:30</hour>
<rangedescr>midnight-3_30am</rangedescr>
</timerange>
</schedule>
<schedule>
<name>david_ipad_allow</name>
<descr>Davids iPad Allow</descr>
<timerange>
<position>1,2,3,4</position>
<hour>15:30-21:30</hour>
<rangedescr>3:30PM to 9:30PM</rangedescr>
</timerange>
<timerange>
<position>5</position>
<hour>15:30-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>8:00-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>8:00-21:30</hour>
<rangedescr/>
</timerange>
</schedule>
<schedule>
<name>david_pc_allow</name>
<descr>Davids PC Allow</descr>
<timerange>
<position>1,2,3,4</position>
<hour>15:30-22:00</hour>
<rangedescr>3:30PM to 10PM</rangedescr>
</timerange>
<timerange>
<position>5</position>
<hour>15:30-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>8:00-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>8:00-22:00</hour>
<rangedescr/>
</timerange>
</schedule>
<schedule>
<name>jessica_ipad_mini_allow</name>
<descr>Jessicas iPad mini Allow</descr>
<timerange>
<position>1,2,3,4</position>
<hour>15:30-22:30</hour>
<rangedescr>3:30PM to 10:30PM</rangedescr>
</timerange>
<timerange>
<position>6</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>8:00-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>8:00-21:30</hour>
<rangedescr/>
</timerange>
</schedule>
<schedule>
<name>jessica_iphone_6_allow</name>
<descr>Jessicas iPhone 6 Allow</descr>
<timerange>
<position>1,2,3,4</position>
<hour>15:30-21:30</hour>
<rangedescr>3:30PM to 9:30PM</rangedescr>
</timerange>
<timerange>
<position>5</position>
<hour>15:30-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>8:00-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>8:00-21:30</hour>
<rangedescr/>
</timerange>
</schedule>
<schedule>
<name>jessica_pc_allow</name>
<descr>Jessicas PC Allow</descr>
<timerange>
<position>1,2,3,4</position>
<hour>15:30-21:30</hour>
<rangedescr>3:30PM to 9:30PM</rangedescr>
</timerange>
<timerange>
<position>5</position>
<hour>15:30-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>8:00-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>8:00-21:30</hour>
<rangedescr/>
</timerange>
</schedule>
<schedule>
<name>louis_iphone_7_allow</name>
<descr>Louis' iPhone 7 Allow</descr>
<timerange>
<position>1,2,3,4</position>
<hour>15:30-23:59</hour>
<rangedescr>3:30PM to 10:30PM</rangedescr>
</timerange>
<timerange>
<position>5</position>
<hour>15:30-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>8:00-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>8:00-23:59</hour>
<rangedescr/>
</timerange>
</schedule>
<schedule>
<name>louis_pc_allow</name>
<descr>Louis' PC Allow</descr>
<timerange>
<position>1,2,3,4</position>
<hour>15:30-23:59</hour>
<rangedescr>3:30PM to 11:59PM</rangedescr>
</timerange>
<timerange>
<position>5</position>
<hour>15:30-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>8:00-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>8:00-23:59</hour>
<rangedescr/>
</timerange>
</schedule>
<schedule>
<name>nikita_iphone_6_plus_allow</name>
<descr>Nikitas iPhone 7 Allow</descr>
<timerange>
<position>1,2,3,4</position>
<hour>15:30-22:30</hour>
<rangedescr>3:30PM to 10:30PM</rangedescr>
</timerange>
<timerange>
<position>5</position>
<hour>15:30-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>8:00-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>8:00-22:30</hour>
<rangedescr/>
</timerange>
</schedule>
<schedule>
<name>nikita_laptop_allow</name>
<descr>Nikitas Laptop Allow</descr>
<timerange>
<position>1,2,3,4</position>
<hour>15:30-22:30</hour>
<rangedescr>3:30PM to 10:30PM</rangedescr>
</timerange>
<timerange>
<position>5</position>
<hour>15:30-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>6</position>
<hour>8:00-23:59</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>0:00-2:30</hour>
<rangedescr/>
</timerange>
<timerange>
<position>7</position>
<hour>8:00-22:30</hour>
<rangedescr/>
</timerange>
</schedule>
</schedules>
<installedpackages>
<miniupnpd>
<config>
<enable>1</enable>
<enable_upnp>1</enable_upnp>
<enable_natpmp>1</enable_natpmp>
<ext_iface>wan</ext_iface>
<download/>
<upload/>
<overridewanip/>
<overridesubnet/>
<stun_host/>
<stun_port/>
<permuser1>allow 1024-65535 192.168.0.0/16 1024-65535</permuser1>
<permuser2/>
<permuser3/>
<permuser4/>
<permuser5/>
<permuser6/>
<permuser7/>
<permuser8/>
<iface_array>lan</iface_array>
</config>
</miniupnpd>
</installedpackages>
<virtualip version="1.0.0">
<vip/>
</virtualip>
<gateways>
</gateways>
<crl/>
<staticroutes version="1.0.0">
<route uuid="8cd0f3c1-5a3b-44c2-b93e-3002ef646971">
<network>10.100.0.0/24</network>
<gateway>LandLab</gateway>
<descr>Landlab Lab</descr>
<disabled>1</disabled>
</route>
</staticroutes>
<vlans version="1.0.0">
<vlan uuid="480a8bf0-e304-492f-aa7f-49d491bc7af9">
<if>igb0</if>
<tag>32</tag>
<pcp>7</pcp>
<proto/>
<descr>IoT Devices</descr>
<vlanif>vlan0.32</vlanif>
</vlan>
</vlans>
<bridges>
<bridged/>
</bridges>
<gifs version="1.0.0"/>
<gres version="1.0.0"/>
<ifgroups version="1.0.0"/>
<laggs version="1.0.0">
<lagg/>
</laggs>
<wireless>
<clone/>
</wireless>
<dhcpdv6/>
<hasync version="1.0.1">
<disablepreempt>0</disablepreempt>
<disconnectppps>0</disconnectppps>
<pfsyncinterface/>
<pfsyncpeerip/>
<pfsyncversion>1400</pfsyncversion>
<synchronizetoip/>
<username/>
<password/>
<syncitems/>
</hasync>
</opnsense>