Skip to content

Commit d58f829

Browse files
committed
Auto-disable Private DNS mode during installation
1 parent 7fc9c1c commit d58f829

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## unreleased
4+
### Added
5+
- Script in `customize.sh` file for automatically disable Private DNS feature.
6+
47
### Removed
58
- `sgp-dn53` resolver (unresponsive).
69

customize.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ ui_print "* Setting up the right permissions to the dnscrypt-proxy binary file."
5858
set_perm_recursive $MODPATH 0 0 0755 0755
5959
set_perm $MODPATH/system/bin/dnscrypt-proxy 0 0 0755
6060

61+
# Set Private DNS mode off
62+
ui_print "* Disabling Private DNS mode."
63+
settings put global private_dns_mode off
64+
6165
# Cleanup unneeded binary files
6266
ui_print "* Cleaning up the unnecessary files."
6367
rm -r $MODPATH/binary

0 commit comments

Comments
 (0)