Skip to content

Instantly share code, notes, and snippets.

@boldsuck
Last active May 23, 2024 16:23
Show Gist options
  • Save boldsuck/41e1cbd3834f79eb250a747a1ce534c9 to your computer and use it in GitHub Desktop.
Save boldsuck/41e1cbd3834f79eb250a747a1ce534c9 to your computer and use it in GitHub Desktop.
## Configuration file for Haveno
## For more information, see: 'man torrc' NODE SELECTION OPTIONS
## A list of identity fingerprints, country codes, and address patterns of nodes to use for the first hop in your normal circuits.
#EntryNodes $ABCD1234CDEF5678ABCD1234CDEF5678ABCD1234,[2001:db8:dead:beef::],203.0.113.0/24
## A list of identity fingerprints, nicknames, country codes, and address patterns of nodes that are allowed to be used as the second hop in all client or service-side Onion Service circuits.
#HSLayer2Nodes $fingerprint,$fingerprint,[2001:db8:dead:beef::],203.0.113.0/24,..
## A list of identity fingerprints, nicknames, country codes, and address patterns of nodes that are allowed to be used as the third hop in all client and service-side Onion Service circuits.
#HSLayer3Nodes $fingerprint,$fingerprint,[2001:db8:dead:beef::],203.0.113.0/24,..
## A list of identity fingerprints, country codes, and address patterns of nodes to use as exit node.
#ExitNodes $fingerprint,$fingerprint,..
## A list of identity fingerprints, country codes, and address patterns of nodes to avoid when building a circuit.
#ExcludeNodes $fingerprint,$fingerprint,..
## A list of nodes to never use when picking an exit. Nodes listed in ExcludeNodes are automatically in this list.
#ExcludeExitNodes $fingerprint,$fingerprint,..
## If StrictNodes is set to 1, Tor will treat solely the ExcludeNodes option as a requirement to follow for all the circuits you generate,
## even if doing so will break functionality for you (StrictNodes does not apply to ExcludeExitNodes, ExitNodes, MiddleNodes, or MapAddress).
#StrictNodes 1
## If this option is set to auto, then whenever any country code is set in ExcludeNodes or ExcludeExitNodes, all nodes with unknown country ({??} and possibly {A1}) are treated as excluded as well.
## If this option is set to 1, then all unknown countries are treated as excluded in ExcludeNodes and ExcludeExitNodes. (Default: auto)
#GeoIPExcludeUnknown 1
## We advise using "notice" in most cases, since anything more verbose
## may provide sensitive information to an attacker who obtains the logs.
##
## Send all messages of level 'notice' or higher to ~/.local/share/Haveno-reto/xmr_mainnet/tor/notices.log
Log notice file /home/user/.local/share/Haveno-reto/xmr_mainnet/tor/notices.log
## Send every possible message to ~/.local/share/Haveno-reto/xmr_mainnet/tor/debug.log
#Log debug file /home/user/.local/share/Haveno-reto/xmr_mainnet/tor/debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment