Skip to content

Commit

Permalink
Merge pull request thuantran#403 from thuantran/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jumpsmm7 authored Jun 30, 2022
2 parents 71edbf9 + aed5b22 commit fda42ca
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 242 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ https://github.com/thuantran/dnscrypt-asuswrt-installer/commits/master
# Install/Update/Reconfig/Uninstall:
Run this command from ssh shell and following the prompt for dnscrypt-proxy version 2:
```
curl -L -s -k -O https://raw.githubusercontent.com/thuantran/dnscrypt-asuswrt-installer/master/installer && sh installer ; rm installer
curl -L -s -k -O https://raw.githubusercontent.com/thuantran/dnscrypt-asuswrt-installer/master/installer && sh installer; rm installer
```
User can safely update from dnscrypt-proxy version 1 to version 2 with above command.

Expand All @@ -37,11 +37,11 @@ curl -L -s -k -O https://raw.githubusercontent.com/thuantran/dnscrypt-asuswrt-in
```
# Terminal commands to for Dnscrypt-Proxy are:
```
/jffs/dnscrypt/manager {(dnscrypt-)?(start|stop)|restart|check|kill|reload}
/jffs/dnscrypt/manager {(dnscrypt-)?(start|stop)|restart|kill}
```
or (recommended commands)
```
service {(dnscrypt-)?(start|stop)|restart|check|kill|reload}_dnscrypt-proxy
service {(dnscrypt-)?(start|stop)|restart|kill}_dnscrypt-proxy
```
# How to check if it works:
If you use OpenDNS, run this command on Windows cmd
Expand Down
Loading

0 comments on commit fda42ca

Please sign in to comment.