1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages.ko/linux/torsocks.md
코드싸이 0a0ba9cf24
termusic: fix typo, linux/t*: add Korean translation (#14753)
* termusic: fix typo

* linux/t*: add Korean translation
2024-11-09 23:21:48 +09:00

29 lines
942 B
Markdown

# torsocks
> 모든 애플리케이션의 트래픽을 Tor 네트워크를 통해 라우팅합니다.
> 참고: `torsocks`는 Tor 데몬의 기본값인 127.0.0.1:9050에서 실행 중인 Tor SOCKS 프록시에 연결해야 한다고 가정합니다.
> 더 많은 정보: <https://gitlab.torproject.org/tpo/core/torsocks/>.
- Tor를 사용하여 명령 실행:
`torsocks {{명령}}`
- 이 셸에서 Tor 활성화 또는 비활성화:
`. torsocks {{on|off}}`
- Tor가 활성화된 새로운 셸 생성:
`torsocks --shell`
- 현재 셸이 Tor가 활성화되었는지 확인 (`LD_PRELOAD` 값이 비어 있으면 비활성화됨):
`torsocks show`
- 다른 Tor 회로를 통해 트래픽을 [i]솔레이트하여 익명성 향상:
`torsocks --isolate {{curl https://check.torproject.org/api/ip}}`
- 특정 [a]주소 및 [P]포트에서 실행 중인 Tor 프록시에 연결:
`torsocks --address {{ip}} --port {{포트}} {{명령}}`