mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
dnscrypt-proxy: start from procd interface trigger, not in init
* Start dnscrypt-proxy from procd interface trigger rather than immediately in init, to fix a possible race condition during boot and get rid of rc.local restarts. You can restrict trigger interface(s) by 'procd_trigger' in new global config section. * tab/whitespace cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
config global
|
||||
# start dnscrypt-proxy from procd interface trigger rather than immediately in init
|
||||
# if needed you can restrict trigger to certain interface(s)
|
||||
# list procd_trigger 'wan'
|
||||
# list procd_trigger 'wan6'
|
||||
|
||||
config dnscrypt-proxy ns1
|
||||
option address '127.0.0.1'
|
||||
option port '5353'
|
||||
|
||||
Reference in New Issue
Block a user