이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Tor Router

설명

Tor Router directs all connections through a HTTP / SOCKS Proxy. Use this plugin if your network requires a Proxy for outgoing traffic, or if you want to anonymize it via Tor or external Proxy.

A built-in Firewall allows you to block all outgoing traffic and define exceptions for allowed URLs or Plugins.

To check if the routing works properly, there is a button “Check IP” in the Tor Router settings. This connects to https://icanhazip.com to display your external IP.

If you set up a cron job for the tor-router.sh script, you can activate the Tor KeepAlive feature, which checks the connection once per hour and restarts the Tor Service on failure. It also allows to restart it manually from the Tor Router settings.

For support, head over to the WordPress Support Forum or https://onionbazaar.org/?p=help for direct support.

스크린샷

  • View of Tor Router Settings

설치

  1. Upload the entire /tor-router directory to the /wp-content/plugins/ directory.
  2. Activate Tor Router through the ‘Plugins’ menu in WordPress.
  3. Open Settings -> Tor Router to setup the plugin.
  4. To route through Tor you need to have it installed on your server (e.g. apt-get install tor), use SOCKS Proxy Mode in the Tor Router settings, and set Proxy Host to localhost and Proxy Port to 9050 (default)
  5. To enable the Tor KeepAlive feature and the Restart Tor button, set up a cron job to run the script tor-router.sh every minute (as root), e.g:
    sudo nano /etc/crontab

* * * * * root bash /var/www/html/wp-content/plugins/tor-router/tor-router.sh

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Tor Router”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Tor Router”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Tor Router”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.4.1 – 2021-03-05

  • Compatibility to WordPress 5.7

1.4.0 – 2020-07-25

  • Added support for all proxy types, firewall exceptions per plugin, Tor KeepAlive feature and Tor Restart button

1.3.0 – 2020-05-19

  • Added SOCKS5 DNS, required to resolve onion domains

1.2.1 – 2020-04-25

  • Bugfix Firewall

1.2.0 – 2020-04-22

  • Added Firewall to block outgoing connections

1.1.0 – 2020-04-15

  • Added SOCKS functionality

1.0.0 – 2020-03-25

  • Initial release. The management and development of the plugin is done by OnionBazaar