Re: [tor-dev] Default parsing order of config files in Debain tor package

2017-07-02 Thread iry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi Daniel! Thank you so much for your immediate, detailed and informative answer. I really like the example you offered as it clearly illustrates the parsing order. Your answer is very helpful for me to decide where I should place the %include line

Re: [tor-dev] Default parsing order of config files in Debain tor package

2017-07-02 Thread Daniel Pinto
Hello iry, The precedence for tor options is the following (1 overrides 2, etc...): 1. Command line options. 2. Configuration file options (your /etc/torrc). 3. Defaults file options (your /usr/share/tor/tor-service-defaults-torrc). In the same file, options that appear later override earlier op

[tor-dev] Default parsing order of config files in Debain tor package

2017-07-02 Thread iry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, Tor developers! With the implementation of torrc.d, there will be at least two Tor config files and one Tor config directory by default in Debian tor package. However, I am not able to find the documents on what the parsing order Tor follows.