mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
8a79b56ac6
torrc.minimal is now the one that should change as infrequently as possible. To schedule an change to go into it eventually, make your change to torrc.minimal.in-sample. torrc.sample is now the volatile one: we can change it to our hearts' content. Closes ticket #11144
17 lines
366 B
Plaintext
17 lines
366 B
Plaintext
confdir = $(sysconfdir)/tor
|
|
|
|
tordatadir = $(datadir)/tor
|
|
|
|
EXTRA_DIST+= src/config/geoip src/config/geoip6 src/config/torrc.minimal.in
|
|
# fallback-consensus
|
|
|
|
conf_DATA = src/config/torrc.sample
|
|
|
|
tordata_DATA = src/config/geoip src/config/geoip6
|
|
# fallback_consensus
|
|
|
|
# If we don't have it, fake it.
|
|
src_config_fallback-consensus:
|
|
touch src/config/fallback-consensus
|
|
|