프로그래밍
-
Tor(Windows)에서 종료 노드 IP국가 변경하기프로그래밍 2020. 11. 12. 10:58
\Browser\TorBrowser\Data\Tor에서 torrc파일을 수정한다. 한 국가만 종료 노드로 사용하는 경우 ExitNodes {contryCode} StrictNodes 1 StrictNodes 1 을 StrictNodes 0 로 바꾸면 코드가 작동하지 않아도 토르가 다른 나라의 국가 코드를 사용할 수 있다. # This file was generated by Tor; if you edit it, comments will not be preserved # The old torrc file was renamed to torrc.orig.1 or similar, and Tor will ignore it ExitNodes {contryCode} StrictNodes 1 ClientOnionAuth..