Skip to content

Instantly share code, notes, and snippets.

@kopiro
Last active October 20, 2022 13:30
Show Gist options
  • Select an option

  • Save kopiro/77468255d2fa3d3f13ec2bcab3466f41 to your computer and use it in GitHub Desktop.

Select an option

Save kopiro/77468255d2fa3d3f13ec2bcab3466f41 to your computer and use it in GitHub Desktop.

Revisions

  1. kopiro renamed this gist Apr 12, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. kopiro revised this gist Sep 4, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions README.md
    Original 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`
  3. kopiro renamed this gist Sep 4, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. kopiro created this gist Sep 4, 2017.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original 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`