Compare commits
4 Commits
eab937cd60
...
7bdc5bf27a
| Author | SHA1 | Date |
|---|---|---|
|
|
7bdc5bf27a | |
|
|
7d4614762c | |
|
|
bc3b0b2d5d | |
|
|
75927a1352 |
82
config.xml
82
config.xml
|
|
@ -1510,6 +1510,36 @@
|
|||
<description>/firewall_nat_edit.php made changes</description>
|
||||
</created>
|
||||
</rule>
|
||||
<rule>
|
||||
<protocol>udp</protocol>
|
||||
<interface>wan</interface>
|
||||
<category/>
|
||||
<ipprotocol>inet</ipprotocol>
|
||||
<descr>Headscale</descr>
|
||||
<tag/>
|
||||
<tagged/>
|
||||
<poolopts/>
|
||||
<associated-rule-id>nat_691a45b21bdfb2.70925554</associated-rule-id>
|
||||
<target>192.168.0.30</target>
|
||||
<local-port>3480</local-port>
|
||||
<source>
|
||||
<any>1</any>
|
||||
</source>
|
||||
<destination>
|
||||
<network>wanip</network>
|
||||
<port>3480</port>
|
||||
</destination>
|
||||
<updated>
|
||||
<username>mshillam@192.168.250.162</username>
|
||||
<time>1763329458.11</time>
|
||||
<description>/firewall_nat_edit.php made changes</description>
|
||||
</updated>
|
||||
<created>
|
||||
<username>mshillam@192.168.250.162</username>
|
||||
<time>1763329458.11</time>
|
||||
<description>/firewall_nat_edit.php made changes</description>
|
||||
</created>
|
||||
</rule>
|
||||
</nat>
|
||||
<filter>
|
||||
<rule uuid="81644fc4-f08e-4a2e-b832-b4b9b528a830">
|
||||
|
|
@ -2104,6 +2134,28 @@
|
|||
</created>
|
||||
<disabled>1</disabled>
|
||||
</rule>
|
||||
<rule>
|
||||
<type>pass</type>
|
||||
<associated-rule-id>nat_691a45b21bdfb2.70925554</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>3480</port>
|
||||
</destination>
|
||||
<descr>Headscale</descr>
|
||||
<category/>
|
||||
<created>
|
||||
<username>mshillam@192.168.250.162</username>
|
||||
<time>1763329458.11</time>
|
||||
<description>/firewall_nat_edit.php made changes</description>
|
||||
</created>
|
||||
</rule>
|
||||
<scrub>
|
||||
<rule>
|
||||
<interface>wireguard</interface>
|
||||
|
|
@ -2185,8 +2237,8 @@
|
|||
</widgets>
|
||||
<revision>
|
||||
<username>mshillam@192.168.250.162</username>
|
||||
<description>/api/unbound/settings/set_host_override/d4099877-4309-437f-b830-4dc84e0b04a8 made changes</description>
|
||||
<time>1763207458.83</time>
|
||||
<description>/api/unbound/settings/add_host_override/ made changes</description>
|
||||
<time>1763329618.56</time>
|
||||
</revision>
|
||||
<OPNsense>
|
||||
<captiveportal version="1.0.4">
|
||||
|
|
@ -4640,7 +4692,7 @@ Blocklist_AbuseIPDB4</content>
|
|||
<template/>
|
||||
</error_pages>
|
||||
</proxy>
|
||||
<unboundplus version="1.0.12" persisted_at="1763207458.83" description="Unbound configuration">
|
||||
<unboundplus version="1.0.12" persisted_at="1763329618.56" description="Unbound configuration">
|
||||
<general>
|
||||
<enabled>1</enabled>
|
||||
<port>53</port>
|
||||
|
|
@ -5068,6 +5120,30 @@ Blocklist_AbuseIPDB4</content>
|
|||
<txtdata/>
|
||||
<description>DBSN - NPM</description>
|
||||
</host>
|
||||
<host uuid="2ed5601f-2f1a-418c-ba25-1fe181a2f687">
|
||||
<enabled>1</enabled>
|
||||
<hostname>hs-admin</hostname>
|
||||
<domain>shillam.me.uk</domain>
|
||||
<rr>A</rr>
|
||||
<mxprio/>
|
||||
<mx/>
|
||||
<ttl/>
|
||||
<server>192.168.0.30</server>
|
||||
<txtdata/>
|
||||
<description/>
|
||||
</host>
|
||||
<host uuid="79ed13b5-1272-4232-a2f3-2437cebbf0e7">
|
||||
<enabled>1</enabled>
|
||||
<hostname>hs</hostname>
|
||||
<domain>shillam.me.uk</domain>
|
||||
<rr>A</rr>
|
||||
<mxprio/>
|
||||
<mx/>
|
||||
<ttl/>
|
||||
<server>192.168.0.30</server>
|
||||
<txtdata/>
|
||||
<description/>
|
||||
</host>
|
||||
</hosts>
|
||||
<aliases/>
|
||||
</unboundplus>
|
||||
|
|
|
|||
Loading…
Reference in New Issue