Skip to content

Commit fda42ca

Browse files
authored
Merge pull request #403 from thuantran/dev
Dev
2 parents 71edbf9 + aed5b22 commit fda42ca

File tree

5 files changed

+192
-242
lines changed

5 files changed

+192
-242
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ https://github.com/thuantran/dnscrypt-asuswrt-installer/commits/master
2727
# Install/Update/Reconfig/Uninstall:
2828
Run this command from ssh shell and following the prompt for dnscrypt-proxy version 2:
2929
```
30-
curl -L -s -k -O https://raw.githubusercontent.com/thuantran/dnscrypt-asuswrt-installer/master/installer && sh installer ; rm installer
30+
curl -L -s -k -O https://raw.githubusercontent.com/thuantran/dnscrypt-asuswrt-installer/master/installer && sh installer; rm installer
3131
```
3232
User can safely update from dnscrypt-proxy version 1 to version 2 with above command.
3333

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

0 commit comments

Comments
 (0)