File tree Expand file tree Collapse file tree 5 files changed +192
-242
lines changed Expand file tree Collapse file tree 5 files changed +192
-242
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ https://github.com/thuantran/dnscrypt-asuswrt-installer/commits/master
27
27
# Install/Update/Reconfig/Uninstall:
28
28
Run this command from ssh shell and following the prompt for dnscrypt-proxy version 2:
29
29
```
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
31
31
```
32
32
User can safely update from dnscrypt-proxy version 1 to version 2 with above command.
33
33
@@ -37,11 +37,11 @@ curl -L -s -k -O https://raw.githubusercontent.com/thuantran/dnscrypt-asuswrt-in
37
37
```
38
38
# Terminal commands to for Dnscrypt-Proxy are:
39
39
```
40
- /jffs/dnscrypt/manager {(dnscrypt-)?(start|stop)|restart|check| kill|reload }
40
+ /jffs/dnscrypt/manager {(dnscrypt-)?(start|stop)|restart|kill}
41
41
```
42
42
or (recommended commands)
43
43
```
44
- service {(dnscrypt-)?(start|stop)|restart|check| kill|reload }_dnscrypt-proxy
44
+ service {(dnscrypt-)?(start|stop)|restart|kill}_dnscrypt-proxy
45
45
```
46
46
# How to check if it works:
47
47
If you use OpenDNS, run this command on Windows cmd
You can’t perform that action at this time.
0 commit comments