mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
unbound: shorten unbounctlwrapper to wrapper.py
This commit is contained in:
parent
993b205cb6
commit
ef5cb57e31
2
plist
2
plist
@ -723,7 +723,7 @@
|
||||
/usr/local/opnsense/scripts/systemhealth/flush_rrd.py
|
||||
/usr/local/opnsense/scripts/systemhealth/listReports.py
|
||||
/usr/local/opnsense/scripts/unbound/cache.sh
|
||||
/usr/local/opnsense/scripts/unbound/unboundctlwrapper
|
||||
/usr/local/opnsense/scripts/unbound/wrapper.py
|
||||
/usr/local/opnsense/service/conf/actions.d/actions_captiveportal.conf
|
||||
/usr/local/opnsense/service/conf/actions.d/actions_configd.conf
|
||||
/usr/local/opnsense/service/conf/actions.d/actions_cron.conf
|
||||
|
||||
@ -1,35 +1,35 @@
|
||||
[dumpcache]
|
||||
command:/usr/local/opnsense/scripts/unbound/unboundctlwrapper -c
|
||||
command:/usr/local/opnsense/scripts/unbound/wrapper.py -c
|
||||
parameters:
|
||||
type:script_output
|
||||
message:dumping name server cache
|
||||
|
||||
[dumpinfra]
|
||||
command:/usr/local/opnsense/scripts/unbound/unboundctlwrapper -i
|
||||
command:/usr/local/opnsense/scripts/unbound/wrapper.py -i
|
||||
parameters:
|
||||
type:script_output
|
||||
message:dumping infrastructure cache
|
||||
|
||||
[stats]
|
||||
command:/usr/local/opnsense/scripts/unbound/unboundctlwrapper -s
|
||||
command:/usr/local/opnsense/scripts/unbound/wrapper.py -s
|
||||
parameters:
|
||||
type:script_output
|
||||
message:loading stats
|
||||
|
||||
[listinsecure]
|
||||
command:/usr/local/opnsense/scripts/unbound/unboundctlwrapper -I
|
||||
command:/usr/local/opnsense/scripts/unbound/wrapper.py -I
|
||||
parameters:
|
||||
type:script_output
|
||||
message:list isecure local zones
|
||||
|
||||
[listlocalzones]
|
||||
command:/usr/local/opnsense/scripts/unbound/unboundctlwrapper -l
|
||||
command:/usr/local/opnsense/scripts/unbound/wrapper.py -l
|
||||
parameters:
|
||||
type:script_output
|
||||
message:list local zones
|
||||
|
||||
[listlocaldata]
|
||||
command:/usr/local/opnsense/scripts/unbound/unboundctlwrapper -d
|
||||
command:/usr/local/opnsense/scripts/unbound/wrapper.py -d
|
||||
parameters:
|
||||
type:script_output
|
||||
message:list local data
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user