diff --git a/VERSION b/VERSION index cd5ac03..879b416 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0 +2.1 diff --git a/build.sh b/build.sh index ad7d74d..18b2c30 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# (C) 2019, all rights reserved, +# (C) 2021, all rights reserved, # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ set -e WINDIVERT=WinDivert-2.2.0-B -TOR=tor-win32-0.4.1.6 +TOR=tor-win32-0.4.5.10 VERSION=`cat VERSION` echo "Checking for dependencies..." @@ -72,9 +72,9 @@ for FILE in \ "Tor/libcrypto-1_1.dll" \ "Tor/libssl-1_1.dll" \ "Tor/libwinpthread-1.dll" \ - "Tor/libevent-2-1-6.dll" \ - "Tor/libevent_core-2-1-6.dll" \ - "Tor/libevent_extra-2-1-6.dll" \ + "Tor/libevent-2-1-7.dll" \ + "Tor/libevent_core-2-1-7.dll" \ + "Tor/libevent_extra-2-1-7.dll" \ "Tor/libgcc_s_sjlj-1.dll" \ "Tor/libssp-0.dll" \ "Tor/zlib1.dll" \ diff --git a/hosts.deny b/hosts.deny index a7d265c..ce0d737 100644 --- a/hosts.deny +++ b/hosts.deny @@ -1,6 +1,8 @@ -# This file contains a list of domains that are blocked via Tor. -# NOTE: These domains are *NOT* blocked when Tor diversion is disabled! -# The primary motivation for this list is to minimize Tor bandwidth. +# This file contains a list of domains that will be blocked when Tor +# diversion is enabled. +# +# Warning: The primary motivation for this list is to minimize Tor bandwidth, +# and NOT security nor privacy. # Windows update: download.windowsupdate.com diff --git a/install.nsi b/install.nsi index 15c212a..b4d71f6 100644 --- a/install.nsi +++ b/install.nsi @@ -1,5 +1,5 @@ ; install.nsi -; (C) 2018, all rights reserved, +; (C) 2021, all rights reserved, ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by @@ -52,9 +52,9 @@ Section "" File "libcrypto-1_1.dll" File "libssl-1_1.dll" File "libwinpthread-1.dll" - File "libevent-2-1-6.dll" - File "libevent_core-2-1-6.dll" - File "libevent_extra-2-1-6.dll" + File "libevent-2-1-7.dll" + File "libevent_core-2-1-7.dll" + File "libevent_extra-2-1-7.dll" File "libgcc_s_sjlj-1.dll" File "libssp-0.dll" File "zlib1.dll" diff --git a/traffic.deny b/traffic.deny index c662d0f..6725ba6 100644 --- a/traffic.deny +++ b/traffic.deny @@ -5,12 +5,11 @@ # Notes: # - This file uses the WinDivert filter language, see: # (https://reqrypt.org/windivert-doc.html) for more information. -# - This is filter in addition to "web-only" mode; the two filters operate -# independently. -# - ipv6 and non-tcp (except port 53 UDP) will be dropped regardless of what -# this file specifies. However, it is more efficient to filter such -# traffic here. -# - Traffic is dropped if and only if the filter evaluates to "true". +# - This is an additional filter on top of "web-only" mode (the two filters +# operate independently). +# - ipv6 and non-tcp (except port 53 UDP) traffic will be dropped regardless +# of the contents of this file. +# - Traffic will be dropped if and only if this filter evaluates to "true". (ipv6? true: false) # IPv6 always dropped. or