mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/dnscrypt-proxy: minor tweaks
This commit is contained in:
@@ -291,5 +291,6 @@ $( document ).ready(function() {
|
||||
});
|
||||
});
|
||||
|
||||
updateServiceControlUI('dnscryptproxy');
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -2,5 +2,7 @@
|
||||
|
||||
mkdir -p /var/log/dnscrypt-proxy
|
||||
chown -R _dnscrypt-proxy:_dnscrypt-proxy /var/log/dnscrypt-proxy
|
||||
|
||||
rm -f /var/log/dnscryptproxy
|
||||
(cd /var/log && ln -s dnscrypt-proxy dnscryptproxy)
|
||||
chown -R _dnscrypt-proxy:_dnscrypt-proxy /var/log/dnscryptproxy
|
||||
|
||||
Reference in New Issue
Block a user