Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify EntryNode country in tor #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,22 @@ VirtualAddrNetworkIPv4 10.192.0.0/10
## Open this port to listen for transparent proxy connections.
TransPort 172.16.0.1:9040
## Open this port to listen for UDP DNS requests, and resolve them anonymously.
DNSPort 172.16.0.1:9053

DNSPort 172.16.0.1:9053

## Optional: only use domestic entry nodes.
## Setting this option might exempt your packets from being classified
## as foreign under your nation's spy agency's rules. It may also increase
## the uniqueness of your traffic profile, depending on where you are.
## Consult your threat model before enabling.
##
## List of 2 letter country codes:
## https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Current_codes
#EntryNodes {us}

## If you use StrictNodes, then tor will fail to build circuits if
## an entry node is not available for the country specified.
## Otherwise, it will use some other node as a last resort.
#StrictNodes 1
__TORRC__

#
Expand Down