Commit Graph

233 Commits

Author SHA1 Message Date
M66B 151464d266 Block system in disconnected state 2020-08-26 12:15:38 +02:00
M66B 86361dfeaa Default disable hand-over 2020-07-24 08:28:26 +02:00
M66B f31b49fbac Refactoring 2020-07-17 10:55:06 +02:00
M66B 91940d3e93 Improved logging 2020-07-16 15:41:20 +02:00
M66B ba45b661b5 Check connected state on capability changes 2020-07-08 17:14:11 +02:00
M66B 4845337b3f Revert "Exclude multicast addresses"
This reverts commit 63ba4b271c.
2020-06-27 09:16:14 +02:00
M66B 63ba4b271c Exclude multicast addresses 2020-06-21 13:47:47 +02:00
M66B 0525a14eda Reduced logging 2020-05-24 13:59:09 +02:00
M66B 7645864e46 Refactoring 2020-03-22 19:47:36 +01:00
Ryan Hayle 22434c6056
Set metered connection status on Android 10
"VPN apps targeting Build.VERSION_CODES.Q or above will be considered
metered by default."  As a result, the metered status must be
explicitly set when creating the VpnService.Builder.
2020-03-22 13:27:29 -05:00
M66B 088bb68eee Reduce logging 2020-02-23 09:04:09 +01:00
M66B 72850f2764 Disable update check for third part builds 2020-01-10 14:10:34 +01:00
M66B 97bf1c914e Reload on DNS change only 2020-01-09 21:07:07 +01:00
M66B f9462fc186 Fixed reloading on link properties changed 2020-01-09 19:27:29 +01:00
M66B 5b0307c258 Updated libraries 2020-01-09 19:24:55 +01:00
M66B 5df4e83f66 Added setting for internet connection validation 2019-10-24 20:20:03 +02:00
M66B 652ec1a899 Check DNS server addresses against LAN subnets 2019-09-10 19:16:28 +02:00
M66B 812cd9c053 Fixed overlapping excludes 2019-09-10 18:59:20 +02:00
M66B 0d0168aa34 Add standard DNS servers when removing local DNS servers 2019-09-09 20:25:36 +02:00
M66B f632a96f11 Always honor set DNS servers 2019-09-01 20:05:23 +02:00
M66B 57f77d7a4e Rewritten DNS server address handling 2019-08-24 17:12:13 +02:00
M66B b2fa5a69ac Allow all private address spaces when allowing LAN 2019-08-05 20:23:28 +02:00
M66B 4f540a2f10 Prevent crash 2019-08-04 15:50:16 +02:00
M66B aadb1e44b4 Always clear on reload 2019-08-03 19:58:24 +02:00
M66B bb9a99d2cd Disable private DNS in filtering mode only 2019-08-03 18:38:50 +02:00
M66B c66f41eb67 Try cursors 2019-07-31 14:28:53 +02:00
M66B bb199e8d99 Enabled VPN handover by default 2019-07-28 12:17:25 +02:00
M66B 7dc998150a Limit log queue to 250 entries 2019-07-28 11:48:13 +02:00
M66B 297e352b03 Added logging 2019-07-28 11:14:08 +02:00
M66B 4c8d1d89d1 Synchronize JNI done 2019-07-23 20:46:43 +02:00
M66B ede610a3da Make sure the JNI context is cleared
Reason: onCreate can be called multiple times without onDestroy being called
2019-07-22 11:37:49 +02:00
M66B a26373f1d5 Request garbage collection on service actions 2019-07-21 08:36:39 +02:00
M66B 9a4cff7927 Added option to enable VPN handover 2019-07-18 19:59:40 +02:00
M66B 58a5d25a14 Reload only if DNS servers changed 2019-07-13 11:23:00 +02:00
M66B 848667885e Removed VPN handover
There are just too many problems with this
2019-06-29 18:51:03 +02:00
M66B 61c8b194c3 Android Q support 2019-06-06 11:58:22 +02:00
M66B 0629520eaf Fixed ICMPv6 protocol number 2019-06-01 16:29:44 +02:00
M66B 086bc5e201 Allow unfiltered UDP traffic 2019-05-22 15:15:48 +02:00
M66B eba4e7200a Added settings to filter UDP traffic 2019-05-21 20:56:01 +02:00
M66B fed3a2a503 Fixed reload on subnet change 2019-05-15 14:05:33 +02:00
M66B 76fe5d9c2c People do not read anyway 2019-05-05 16:48:31 +02:00
M66B f60b1b45b3 Make sure normal DNS servers are used when private DNS is enabled
This reverts commit dbdd20de30.
2019-04-30 12:59:09 +02:00
M66B 33c79d6fe6 Small fix 2019-04-27 08:58:53 +02:00
M66B 0e4c4fecc9 Revert "Switch network early"
This reverts commit 4a32b1063b.
2019-04-23 11:28:08 +02:00
M66B 4a32b1063b Switch network early 2019-04-23 10:41:38 +02:00
M66B 8e2ab2013e Fixed typo 2019-04-23 10:36:04 +02:00
M66B daabaab4ba Skip logging of DNS TCP packets 2019-04-18 21:40:20 +02:00
M66B c8c722d077 Revert "Explicitly block DNS over TCP"
This reverts commit 97ed4ee1ec.
2019-04-18 20:03:54 +02:00
M66B 97ed4ee1ec Explicitly block DNS over TCP 2019-04-18 19:29:29 +02:00
M66B 124feaad39 Refactoring 2019-04-18 19:25:17 +02:00