Skip to content

Commit 00361cf

Browse files
committed
version 1.3
1 parent be94a35 commit 00361cf

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

README.md

+22-12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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+
-r | --resolv_path path to new public DNS resolvers
9+
10+
To forced update the list of resolvers needed to remove the timestamp from the minisign private key (*.md.minisig).
11+
12+
<sup>Lists older than 4 days are not accepted.</sup>
13+
14+
```
15+
/system/etc/init.d/99dnscrypt.sh start -f --resolv_path /sdcard/dnscrypt-proxy/
16+
```
17+
18+
## Configuration
19+
- Configuration located on `/system/etc/dnscrypt-proxy/dnscrypt-proxy.toml`
20+
- For more detailed configuration please refer to [official documentation](https://github.com/jedisct1/dnscrypt-proxy/wiki/Basic-dnscrypt-proxy.toml-editing)
21+
- Iptable rules located on `/system/etc/dnscrypt-proxy/iptables-rules`
22+
123
## AFWall+ (Android Firewall+)
224
Custom startup script
325
--------
@@ -8,16 +30,4 @@ Custom shutdown script
830
--------
931
```
1032
. /system/etc/init.d/99dnscrypt.sh stop &
11-
```
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/
2333
```

build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ------------------------------------------------------
44

55
PRODUCT_VERSION_NAME = Installer
6-
PRODUCT_VERSION_MAJOR = 1.2.2
6+
PRODUCT_VERSION_MAJOR = 1.3
77
PRODUCT_VERSION_DNSCRYPT = dnscrypt-proxy-android-2.0.17
88

99
# directory

0 commit comments

Comments
 (0)