We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc9c1c commit d58f829Copy full SHA for d58f829
2 files changed
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
## unreleased
4
+### Added
5
+- Script in `customize.sh` file for automatically disable Private DNS feature.
6
+
7
### Removed
8
- `sgp-dn53` resolver (unresponsive).
9
customize.sh
@@ -58,6 +58,10 @@ ui_print "* Setting up the right permissions to the dnscrypt-proxy binary file."
58
set_perm_recursive $MODPATH 0 0 0755 0755
59
set_perm $MODPATH/system/bin/dnscrypt-proxy 0 0 0755
60
61
+# Set Private DNS mode off
62
+ui_print "* Disabling Private DNS mode."
63
+settings put global private_dns_mode off
64
65
# Cleanup unneeded binary files
66
ui_print "* Cleaning up the unnecessary files."
67
rm -r $MODPATH/binary
0 commit comments