simonclausen / dnscrypt-autoinstall

Automatic installation and configuration of DNSCrypt (on Debian + Redhat like systems). This script will install DNSCrypt and configure it to start on boot and use an optional dnscrypt service.
Other
224 stars 73 forks source link

Add forcedel #20

Closed AladW closed 10 years ago

AladW commented 10 years ago

If the install fails (or partly succeeds), passing the "forcedel" argument undoes any changes, so the script can start over cleanly.

Also misc fixes: better dash compatibility, put the variable checks at top for clarity, and an extra variable.

Closes #3