Compare commits
7 Commits
e1be046dbf
...
b7a4e015e6
| Author | SHA1 | Date |
|---|---|---|
|
|
b7a4e015e6 | |
|
|
c4547cd74b | |
|
|
fda43bcdff | |
|
|
1a68f79d54 | |
|
|
b03deca0db | |
|
|
d2da1d3778 | |
|
|
7d5825d6f4 |
18
config.xml
18
config.xml
|
|
@ -2414,8 +2414,8 @@
|
|||
</widgets>
|
||||
<revision>
|
||||
<username>mshillam@192.168.1.10</username>
|
||||
<time>1670844112.4787</time>
|
||||
<description>/firewall_nat.php made changes</description>
|
||||
<time>1671019040.0829</time>
|
||||
<description>/api/trafficshaper/settings/togglePipe/675f6f4d-cf3d-467f-84f6-319a4daad0bb made changes</description>
|
||||
</revision>
|
||||
<OPNsense>
|
||||
<captiveportal version="1.0.0">
|
||||
|
|
@ -3629,11 +3629,11 @@ WS</content>
|
|||
<pipes>
|
||||
<pipe uuid="675f6f4d-cf3d-467f-84f6-319a4daad0bb">
|
||||
<number>10000</number>
|
||||
<enabled>0</enabled>
|
||||
<bandwidth>10</bandwidth>
|
||||
<enabled>1</enabled>
|
||||
<bandwidth>18</bandwidth>
|
||||
<bandwidthMetric>Mbit</bandwidthMetric>
|
||||
<queue/>
|
||||
<mask>none</mask>
|
||||
<mask>src-ip</mask>
|
||||
<buckets/>
|
||||
<scheduler/>
|
||||
<codel_enable>0</codel_enable>
|
||||
|
|
@ -3646,7 +3646,7 @@ WS</content>
|
|||
<fqcodel_flows/>
|
||||
<origin>TrafficShaper</origin>
|
||||
<delay/>
|
||||
<description>PipeUp-10Mbps</description>
|
||||
<description>PipeUp-18Mbps</description>
|
||||
</pipe>
|
||||
<pipe uuid="9bd79685-8663-485d-a938-60ddba240284">
|
||||
<number>10001</number>
|
||||
|
|
@ -3740,15 +3740,15 @@ WS</content>
|
|||
</queues>
|
||||
<rules>
|
||||
<rule uuid="68aff79e-2fd1-45b6-a463-53d466060845">
|
||||
<enabled>0</enabled>
|
||||
<enabled>1</enabled>
|
||||
<sequence>1</sequence>
|
||||
<interface>wan</interface>
|
||||
<interface2/>
|
||||
<proto>ip</proto>
|
||||
<iplen/>
|
||||
<source>any</source>
|
||||
<source>192.168.20.32</source>
|
||||
<source_not>0</source_not>
|
||||
<src_port>59349</src_port>
|
||||
<src_port>any</src_port>
|
||||
<destination>any</destination>
|
||||
<destination_not>0</destination_not>
|
||||
<dst_port>any</dst_port>
|
||||
|
|
|
|||
Loading…
Reference in New Issue