Add code to include secret config in Tor config
Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
This commit is contained in:
parent
584c670d28
commit
b853281ee0
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue