1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-01-01 12:54:07 +00:00
Commit graph

1620 commits

Author SHA1 Message Date
M66B
be3dbe50dc Native disabled DNS experiment
Refs #272
2016-02-03 15:53:28 +01:00
M66B
0d61d804d8 Native experiment: route DNS traffic into dnscrypt-proxy
Setup:

- download dnscrypt-proxy compiled for Android from https://dnscrypt.org/
- copy the following files to /system/xbin using recovery:

-rwxr-xr-x root     root       224320 2016-02-03 14:44 dnscrypt-proxy
-rwxr-xr-x root     root       130432 2016-02-03 14:40 hostip
-rwxr-xr-x root     root       268196 2016-02-03 14:40 libsodium.so

- make these files executable (chmod 755)
- copy dnscrypt-resolvers.csv to /sdcard//Download/dnscrypt/
- run this script from the shell:

export LD_LIBRARY_PATH="/system/xbin"
dnscrypt-proxy -a127.0.0.1:5353 --loglevel=7 --resolver-name="dnscrypt.org-fr" --resolvers-list=/sdcard//Download/dnscrypt/dnscrypt-resolvers.csv

- make sure you set an IPv4 DNS server in NetGuard
- note that Android caches DNS responses for 10 minutes
- profit!

Refs #272
2016-02-03 15:47:45 +01:00
M66B
2834f1e555 Layout improvement 2016-02-03 14:01:07 +01:00
M66B
5ab87cdca8 Remove checks for Wi-Fi and telephony
Fixes #267
2016-02-03 13:42:03 +01:00
M66B
859caa6536 Check permissions for roaming whitelisting 2016-02-03 13:28:29 +01:00
M66B
a0dc8d46be Remember last hosts file download, improvements
Fixes #273
2016-02-03 13:23:54 +01:00
M66B
b4685b256d 0.82 beta 2016-02-03 11:59:28 +01:00
M66B
7069bac392 Crowdin sync 2016-02-03 11:56:28 +01:00
M66B
191fa26cf3 Hosts file download option 2016-02-03 11:54:17 +01:00
M66B
d6e5acd091 Some more port names 2016-02-03 09:04:07 +01:00
M66B
df32990789 IP6 multicast support (untested) 2016-02-03 08:47:10 +01:00
M66B
1b7e0966e7 Correct maximum messages sizes 2016-02-03 08:46:46 +01:00
M66B
87da34c19d Increase ICMP timeout 2016-02-03 07:42:06 +01:00
M66B
bd78a165b7 Scroll to item after clearing access rules 2016-02-03 07:41:02 +01:00
M66B
bdfc007218 Explain what to be sure about 2016-02-03 07:33:06 +01:00
M66B
b33ed72d3c Show access rule count instead of access attemps count, comments 2016-02-03 07:19:28 +01:00
M66B
b928510207 Rename menu 2016-02-03 07:04:41 +01:00
M66B
a3f9464554 Show number of hosts
Refs #271
2016-02-02 20:39:26 +01:00
M66B
1f3e638dd0 Fixed technical info 2016-02-02 19:50:28 +01:00
M66B
1164ae404e 0.81 beta 2016-02-02 18:59:26 +01:00
M66B
c35f44a93e Log number of sessions 2016-02-02 18:15:20 +01:00
M66B
b669864845 Workaround bug in phread_kill on SDK < 16
Refs #243
2016-02-02 18:02:45 +01:00
M66B
b311ec7b77 Layout fixes
Refs #243
2016-02-02 16:30:57 +01:00
M66B
d88b1f39e5 Better lifecycle logging and potential fix for stop hang
Refs #243
2016-02-02 16:13:33 +01:00
M66B
b724a5c61a Crowdin sync 2016-02-02 15:11:09 +01:00
M66B
ff4beabac7 native ICMP
Fixes #252
2016-02-02 14:54:07 +01:00
M66B
67fbad0441 Fixed getting logcat
Refs #243
2016-02-02 10:06:32 +01:00
M66B
7c43ba977d Fixed up navigation
http://developer.android.com/training/implementing-navigation/ancestral.html

Refs #243
2016-02-02 09:01:04 +01:00
M66B
7f9e435504 Request VPN approval after autostart fail
Refs #243
2016-02-02 08:49:39 +01:00
M66B
262f07e69a Typo 2016-02-02 08:35:57 +01:00
M66B
7c1e7f4845 Notify autostart failed
Refs #243
2016-02-02 08:20:57 +01:00
M66B
b968a2b595 Updated text 2016-02-02 08:09:07 +01:00
M66B
d6460d368b Fixed export file name
Refs #243
2016-02-02 07:46:50 +01:00
M66B
f224b54139 Fixed notify internet app setting not sticking 2016-02-02 07:32:22 +01:00
M66B
2731f480c8 Updated permissions section 2016-02-01 21:14:50 +01:00
M66B
55eeda5bf9 Search on port number
Closes #228
2016-02-01 20:48:14 +01:00
M66B
c665f114b4 Keep filtering
Refs #228
2016-02-01 20:45:35 +01:00
M66B
477c3a604a Added settings to disable access notifications per application
Fixes #268
2016-02-01 20:22:39 +01:00
M66B
b77efa6291 Crowdin sync 2016-02-01 19:51:57 +01:00
M66B
1a4e18acf3 Use hosts is an advanced option 2016-02-01 19:51:33 +01:00
M66B
d18d91550f Display number of hosts
Fixes #248
2016-02-01 19:43:17 +01:00
M66B
cf031885a2 0.80 beta 4 2016-02-01 18:22:50 +01:00
M66B
5757c66e79 Use checkbox preferences for Android < 5.0
SwitchCompat cannot be used because there is currently no MultiSelectListPreference
2016-02-01 18:19:25 +01:00
M66B
29d1c26166 Revert "Preference compat"
This reverts commit 8a2ddf6cac.
2016-02-01 17:42:36 +01:00
M66B
8a2ddf6cac Preference compat 2016-02-01 17:42:18 +01:00
M66B
4b6873b278 Base theme 2016-02-01 17:29:02 +01:00
M66B
d78b9b6543 Crowdin sync 2016-02-01 16:37:35 +01:00
M66B
5c59740dd7 Write external storage permission is required for before Android 5 :-( 2016-02-01 16:02:57 +01:00
M66B
93f368cf4a Use hosts by default, so that import hosts will work out of the box 2016-02-01 16:02:36 +01:00
M66B
7402ae02af Log app when log disabled 2016-02-01 15:44:47 +01:00