Skip to content

Commit a61f234

Browse files
authored
Update README.md
1 parent f11ac19 commit a61f234

File tree

1 file changed

+26
-12
lines changed

1 file changed

+26
-12
lines changed

README.md

+26-12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## Features
2+
- arm, arm64, x86 and x86_64 are supported.
3+
- ipv4 and ipv6?(not tested) are supported.
4+
- All binary files are downloaded from [https://github.com/jedisct1/dnscrypt-proxy/releases](https://github.com/jedisct1/dnscrypt-proxy/releases)
5+
6+
-f | --force reboot during startup if something went wrong
7+
8+
-s | --no-lists disables the check for list of public DNS resolvers
9+
10+
<sup>When used only static server sources</sup>
11+
12+
-r | --resolv_path path to new public DNS resolvers (public-resolvers.md.minisig)<br>
13+
14+
To forced update the list of resolvers needed to remove the timestamp from the minisign private key (*.md.minisig).
15+
16+
<sup>Lists older than 4 days are not accepted.</sup>
17+
18+
```
19+
/system/etc/init.d/99dnscrypt.sh start -f --resolv_path /sdcard/dnscrypt-proxy/
20+
```
21+
22+
## Configuration
23+
- Configuration located on `/system/etc/dnscrypt-proxy/dnscrypt-proxy.toml`
24+
- For more detailed configuration please refer to [official documentation](https://github.com/jedisct1/dnscrypt-proxy/wiki/Basic-dnscrypt-proxy.toml-editing)
25+
- Iptable rules located on `/system/etc/dnscrypt-proxy/iptables-rules`
26+
127
## AFWall+ (Android Firewall+)
228
Custom startup script
329
--------
@@ -9,15 +35,3 @@ Custom shutdown script
935
```
1036
. /system/etc/init.d/99dnscrypt.sh stop &
1137
```
12-
13-
-f | --force reboot during startup if something went wrong
14-
-s | --no-lists disables the check for list of public DNS resolvers
15-
-r | --resolv_path path to new public DNS resolvers (public-resolvers.md.minisig)
16-
17-
To forced update the list of public DNS resolvers needed to remove the timestamp from the minisign secret key (*.md.minisig).
18-
19-
<sup>Lists older than 4 days are not accepted.</sup>
20-
21-
```
22-
/system/etc/init.d/99dnscrypt.sh start -f --resolv_path /sdcard/dnscrypt-proxy/
23-
```

0 commit comments

Comments
 (0)