Last active
October 20, 2022 13:30
-
-
Save kopiro/77468255d2fa3d3f13ec2bcab3466f41 to your computer and use it in GitHub Desktop.
Revisions
-
kopiro renamed this gist
Apr 12, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
kopiro revised this gist
Sep 4, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,5 @@ AllowSingleHopCircuits 0 ``` Configuration location for TorBrowser: `~/Library/Application Support/TorBrowser-Data/Tor/torrc` Configuration location for Tor `/usr/local/etc/torrc` -
kopiro renamed this gist
Sep 4, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
kopiro created this gist
Sep 4, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ With TOR, you can specify the country of exit nodes to test a particular website from a specific country. Just add these 4 lines in the *torrc* file. ``` ExitNodes {jp} StrictNodes 1 GeoIPExcludeUnknown 1 AllowSingleHopCircuits 0 ``` Configuration location for TorBrowser: `~/Library/Application Support/TorBrowser-Data/Tor/torrc` Configuration location for Tor `/usr/local/etc/torrc`