1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2024-12-28 19:04:51 +00:00
Commit graph

1665 commits

Author SHA1 Message Date
M66B
02a665103e Request required permissions on import
Fixes #288
2016-02-05 16:59:40 +01:00
M66B
8b641422b5 Native properly compare sequence numbers 2016-02-05 16:30:18 +01:00
M66B
40985f9d93 Native attempt to received larger tun messages 2016-02-05 15:57:33 +01:00
M66B
30f6a516e9 Native simplified logging 2016-02-05 13:52:11 +01:00
M66B
e9e48115b6 Native buffer data to forward 2016-02-05 11:20:47 +01:00
M66B
03140b5a1a The application access log supports UDP and TCP only for now 2016-02-04 17:17:02 +01:00
M66B
b6718e4db3 Sort applications on name depending on locale 2016-02-04 16:44:47 +01:00
M66B
2dcaccd75a Add root to application list
Shell is already part of the list

Fixes #283
2016-02-04 16:43:06 +01:00
M66B
f6c2a3462f More robust database upgrades 2016-02-04 15:09:26 +01:00
M66B
2ae2bbdd54 Crowdin sync 2016-02-04 14:53:01 +01:00
M66B
f98e4a0f44 Added refresh menu to traffic log
For when live updates are disabled
2016-02-04 14:49:37 +01:00
M66B
be214bd9f2 Refresh adapter on resume 2016-02-04 14:06:33 +01:00
M66B
57481d9005 0.83 beta 2016-02-04 13:21:44 +01:00
M66B
b23d5482c9 0.83 beta 2016-02-04 13:11:15 +01:00
M66B
ce9c03329a Crowdin sync 2016-02-04 13:11:04 +01:00
M66B
f746b2214f Fixes 2016-02-04 13:00:33 +01:00
M66B
943a463782 Batch changed notifications 2016-02-04 12:16:22 +01:00
M66B
f4657ea00f Crowdin sync 2016-02-04 11:10:39 +01:00
M66B
c4391a7c94 Filter traffic log on udp/tcp/other and blocked/allowed
Fixes #282
2016-02-04 11:07:48 +01:00
M66B
be00ef48c0 Better handle blocked UDP traffic 2016-02-04 10:09:31 +01:00
M66B
989303efc6 Show allowed/blocked/hosts count only if there is something to count 2016-02-04 08:54:54 +01:00
M66B
df2c62aca0 Conditionally create database indices
Refs #256
2016-02-04 07:40:18 +01:00
M66B
ac1ffb569d Limit application access log to 50 entries 2016-02-04 07:23:27 +01:00
M66B
338bf5ccec Remove last download time on local import of hosts file
Fixes #275
2016-02-04 07:14:30 +01:00
M66B
edf9e11993 Disable name resolving while logging 2016-02-04 07:06:54 +01:00
M66B
5bfc880751 Substract network speed of NetGuard from total when filtering 2016-02-04 07:05:36 +01:00
M66B
f018e963da Layout improvement 2016-02-04 06:55:24 +01:00
M66B
0667a58408 DNS table cleanup 2016-02-03 20:38:38 +01:00
M66B
7e6b9a34eb 0.82 beta 3 2016-02-03 19:50:20 +01:00
M66B
0209cc2afd More logging 2016-02-03 19:50:12 +01:00
M66B
836000529a Fixed updating uid/IP map 2016-02-03 19:35:12 +01:00
M66B
e186d5a7c6 0.82 beta 2 2016-02-03 19:20:35 +01:00
M66B
caac35154d Give me a little space, please! 2016-02-03 19:19:57 +01:00
M66B
921e137955 Crowdin sync 2016-02-03 19:17:37 +01:00
M66B
099db1b820 Make room for all those new features ;-) 2016-02-03 19:14:10 +01:00
M66B
013e5b8cc2 Fixed updating dns table 2016-02-03 18:58:15 +01:00
M66B
18b780bfa4 Added setting to disable storing resolved domain names (default enabled) 2016-02-03 18:41:11 +01:00
M66B
40b8dcc5bd Native fixed warnings 2016-02-03 18:32:25 +01:00
M66B
14fa20dfda Revert "Native experiment: route DNS traffic into dnscrypt-proxy"
This reverts commit 0d61d804d8.
2016-02-03 18:25:49 +01:00
M66B
abc16d3bef Revert "Native disabled DNS experiment"
This reverts commit be3dbe50dc.
2016-02-03 18:25:40 +01:00
M66B
4a042339ba Resolve using the database 2016-02-03 17:59:24 +01:00
M66B
f8c5a4cf32 Persists resolved DNS 2016-02-03 17:09:12 +01:00
M66B
f20b586710 Added indices to facilitate searching 2016-02-03 16:51:01 +01:00
M66B
4434a61280 Updated, added text
https://tools.ietf.org/html/rfc2308
2016-02-03 16:27:04 +01:00
M66B
2a0d7661e0 Allow searching on resolved names 2016-02-03 16:10:25 +01:00
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