From b853281ee09e393c94185f57be5148278e5f8a5f Mon Sep 17 00:00:00 2001 From: PandaCoderPL Date: Wed, 17 Nov 2021 13:49:59 +0000 Subject: [PATCH] Add code to include secret config in Tor config Signed-off-by: PandaCoderPL --- CHANGELOG.md | 4 ++++ VERSION | 2 +- usr/etc/tor/torrc | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c3cd3..f3392c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.2] - 2021-11-17 +### Added +- Code to include secret config in [Tor Config](usr/etc/tor/torrc) + ## [1.6.1] - 2021-11-17 ### Changed - Disabled NoExec and Sandbox in [Tor Config](usr/etc/tor/torrc) diff --git a/VERSION b/VERSION index 9c6d629..fdd3be6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.1 +1.6.2 diff --git a/usr/etc/tor/torrc b/usr/etc/tor/torrc index c346dc4..cb8e603 100644 --- a/usr/etc/tor/torrc +++ b/usr/etc/tor/torrc @@ -19,3 +19,5 @@ DownloadExtraInfo 0 EnforceDistinctSubnets 1 SocksPort 9050 IsolateClientAddr IsolateSOCKSAuth IsolateClientProtocol IsolateDestPort IsolateDestAddr UseEntryGuards 1 + +%include /data/data/com.termux/files/usr/etc/tor/torrc-secret