Skip to content

uzen/dnscrypt-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

-f | --force reboot during startup if something went wrong

-r | --resolv_path path to new public DNS resolvers

To forced update the list of resolvers needed to remove the timestamp from the minisign private key (*.md.minisig).

Lists older than 4 days are not accepted.

/system/etc/init.d/99dnscrypt.sh start -f --resolv_path /sdcard/dnscrypt-proxy/

Configuration

  • Configuration located on /system/etc/dnscrypt-proxy/dnscrypt-proxy.toml
  • For more detailed configuration please refer to official documentation
  • Iptable rules located on /system/etc/dnscrypt-proxy/iptables-rules

AFWall+ (Android Firewall+)

Custom startup script

. /system/etc/init.d/99dnscrypt.sh start &

Custom shutdown script

. /system/etc/init.d/99dnscrypt.sh stop &