summaryrefslogtreecommitdiffstats
path: root/conf.default/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'conf.default/config.xml')
-rw-r--r--conf.default/config.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml
index e65d7a7..9470158 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<pfsense>
- <version>11.1</version>
+ <version>11.2</version>
<lastchange/>
<theme>pfsense_ng</theme>
<system>
@@ -178,6 +178,15 @@
<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
</item>
<item>
+ <minute>*/60</minute>
+ <hour>*</hour>
+ <mday>*</mday>
+ <month>*</month>
+ <wday>*</wday>
+ <who>root</who>
+ <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 webConfiguratorlockout</command>
+ </item>
+ <item>
<minute>1</minute>
<hour>1</hour>
<mday>*</mday>
OpenPOWER on IntegriCloud