Compare commits
3 Commits
bfbd2c850a
...
ac774dc7bf
| Author | SHA1 | Date |
|---|---|---|
|
|
ac774dc7bf | |
|
|
b39c30473d | |
|
|
906d08cba3 |
79
config.xml
79
config.xml
|
|
@ -1536,6 +1536,36 @@
|
|||
<description>/firewall_nat_edit.php made changes</description>
|
||||
</created>
|
||||
</rule>
|
||||
<rule>
|
||||
<protocol>tcp/udp</protocol>
|
||||
<interface>wan</interface>
|
||||
<category/>
|
||||
<ipprotocol>inet</ipprotocol>
|
||||
<descr>NETBIRD_FORWARD</descr>
|
||||
<tag/>
|
||||
<tagged/>
|
||||
<poolopts/>
|
||||
<associated-rule-id>nat_6927802d2c1a65.18189907</associated-rule-id>
|
||||
<target>192.168.0.30</target>
|
||||
<local-port>netbird_ports</local-port>
|
||||
<source>
|
||||
<any>1</any>
|
||||
</source>
|
||||
<destination>
|
||||
<network>wanip</network>
|
||||
<port>netbird_ports</port>
|
||||
</destination>
|
||||
<updated>
|
||||
<username>mshillam@192.168.250.211</username>
|
||||
<time>1764196397.18</time>
|
||||
<description>/firewall_nat_edit.php made changes</description>
|
||||
</updated>
|
||||
<created>
|
||||
<username>mshillam@192.168.250.211</username>
|
||||
<time>1764196397.18</time>
|
||||
<description>/firewall_nat_edit.php made changes</description>
|
||||
</created>
|
||||
</rule>
|
||||
</nat>
|
||||
<filter>
|
||||
<rule uuid="81644fc4-f08e-4a2e-b832-b4b9b528a830">
|
||||
|
|
@ -2103,6 +2133,28 @@
|
|||
<description>/firewall_nat_edit.php made changes</description>
|
||||
</created>
|
||||
</rule>
|
||||
<rule>
|
||||
<type>pass</type>
|
||||
<associated-rule-id>nat_6927802d2c1a65.18189907</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.30</address>
|
||||
<port>netbird_ports</port>
|
||||
</destination>
|
||||
<descr>NETBIRD_FORWARD</descr>
|
||||
<category/>
|
||||
<created>
|
||||
<username>mshillam@192.168.250.211</username>
|
||||
<time>1764196397.18</time>
|
||||
<description>/firewall_nat_edit.php made changes</description>
|
||||
</created>
|
||||
</rule>
|
||||
<scrub>
|
||||
<rule>
|
||||
<interface>wireguard</interface>
|
||||
|
|
@ -2183,9 +2235,9 @@
|
|||
<gatewaysfilter>WAN_DHCP,LandLab</gatewaysfilter>
|
||||
</widgets>
|
||||
<revision>
|
||||
<username>mshillam@192.168.250.162</username>
|
||||
<description>/interfaces_assign.php made changes</description>
|
||||
<time>1763820877.90</time>
|
||||
<username>mshillam@192.168.250.211</username>
|
||||
<description>/firewall_nat.php made changes</description>
|
||||
<time>1764196420.66</time>
|
||||
</revision>
|
||||
<OPNsense>
|
||||
<captiveportal version="1.0.4">
|
||||
|
|
@ -2264,7 +2316,7 @@
|
|||
</template>
|
||||
</templates>
|
||||
</Lvtemplate>
|
||||
<Alias version="1.0.1" persisted_at="1762991979.70" description="Firewall aliases">
|
||||
<Alias version="1.0.1" persisted_at="1764196107.01" description="Firewall aliases">
|
||||
<geoip>
|
||||
<url>https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV&license_key=bUDDilXVKtjByVCi&suffix=zip</url>
|
||||
</geoip>
|
||||
|
|
@ -4226,6 +4278,25 @@ Blocklist_AbuseIPDB4</content>
|
|||
<categories/>
|
||||
<description>SIP + RTP UDP Ports for *SHILLAM* VoIP server</description>
|
||||
</alias>
|
||||
<alias uuid="27bcaa1a-6727-4514-a03d-90f60653bcbe">
|
||||
<enabled>1</enabled>
|
||||
<name>netbird_ports</name>
|
||||
<type>port</type>
|
||||
<path_expression/>
|
||||
<proto/>
|
||||
<interface/>
|
||||
<counters>0</counters>
|
||||
<updatefreq/>
|
||||
<content>8443
|
||||
3478
|
||||
49152:49999</content>
|
||||
<password/>
|
||||
<username/>
|
||||
<authtype/>
|
||||
<expire/>
|
||||
<categories/>
|
||||
<description/>
|
||||
</alias>
|
||||
</aliases>
|
||||
</Alias>
|
||||
<Filter version="1.0.4">
|
||||
|
|
|
|||
Loading…
Reference in New Issue