/services_dhcp.php made changes @ 2024-04-16T09:59:30.324100 (mshillam@192.168.0.30)
This commit is contained in:
parent
fe51dcdac0
commit
052ca1642d
17
config.xml
17
config.xml
|
|
@ -384,11 +384,18 @@
|
|||
</interfaces>
|
||||
<dhcpd>
|
||||
<lan>
|
||||
<enable/>
|
||||
<enable>1</enable>
|
||||
<ddnsdomainalgorithm>hmac-md5</ddnsdomainalgorithm>
|
||||
<numberoptions>
|
||||
<item/>
|
||||
</numberoptions>
|
||||
<range>
|
||||
<from>10.100.0.10</from>
|
||||
<from>10.100.0.200</from>
|
||||
<to>10.100.0.245</to>
|
||||
</range>
|
||||
<winsserver/>
|
||||
<dnsserver/>
|
||||
<ntpserver/>
|
||||
</lan>
|
||||
</dhcpd>
|
||||
<snmpd>
|
||||
|
|
@ -534,9 +541,9 @@
|
|||
<servicestatusfilter>dhcpd6</servicestatusfilter>
|
||||
</widgets>
|
||||
<revision>
|
||||
<username>(root)</username>
|
||||
<time>1712770085.562</time>
|
||||
<description>Updated plugin interface configuration</description>
|
||||
<username>mshillam@192.168.0.30</username>
|
||||
<time>1713257970.3241</time>
|
||||
<description>/services_dhcp.php made changes</description>
|
||||
</revision>
|
||||
<OPNsense>
|
||||
<OpenVPN version="1.0.0">
|
||||
|
|
|
|||
Loading…
Reference in New Issue