dev-resources.site
for different kinds of informations.
Tor on OpenBSD 7.3 (日本語)
Published at
7/6/2023
Categories
tor
openbsd
network
privacy
Author
nabbisen
Author
8 person written this
nabbisen
open
はじめに
Tor 🧅 を用いることで、高いレベルで 👯 プライベートなWeb ✨ アクセスができます。
この記事で OpenBSD に Tor をインストールして動かす流れを紹介します。
環境
- OS: OpenBSD 7.3
- デーモン および クライアント: Tor 0.4
チュートリアル
インストール
最もかんたんな方法は pkg_add
を使うことです:
$ doas pkg_add tor
以下のような結果を得ました:
quirks-6.121 signed on 2023-06-27T13:21:34Z
tor-0.4.7.13:libevent-2.1.12p0: ok
tor-0.4.7.13: ok
The following new rcscripts were installed: /etc/rc.d/tor
See rcctl(8) for details.
設定 (Optional)
設定ファイルは /etc/tor/torrc
です。
デーモン起動
まずデーモンを有効化します:
$ doas rcctl enable tor
そして起動します:
$ doas rcctl start tor
以下のように出力されました:
tor(ok)
テスト
動作を確認します:
$ curl \
-x socks5h://127.0.0.1:9050 \
-s https://check.torproject.org/api/ip
以下のような出力を得るでしょう:
{"IsTor":true,"IP":"xxx.xxx.xxx.xxx"}
正常に動いていて、Tor ネットワークとリレーに参加できているようです :)
おわりに
わずかな手順だけで OpenBSD から Tor に参加できます 🌻 🧅 🐡
openbsd Article's
30 articles in total
History of my ThinkPad X260
read article
OpenBSD 7.5 を 7.6 へ アップグレード
read article
OpenBSD Upgrade 7.5 to 7.6
read article
OpenBSD 7.4 を 7.5 へ アップグレード
read article
OpenBSD Upgrade 7.4 to 7.5
read article
signify: replacement for PGP signing?
read article
OpenBSD 7.3 を 7.4 へ アップグレード
read article
OpenBSD Upgrade 7.3 to 7.4
read article
Compiling Ruby 3.3 on OpenBSD 7.4
read article
Drupal 10.1 On OpenBSD 7.3: Install with Composer
read article
OpenBSD acme-client で Let's Encrypt 証明書を取得する
read article
Joomla! 4.3 on OpenBSD 7.3: インストール
read article
Joomla! 4.3 on OpenBSD 7.3: Install
read article
MariaDB 10.9 on OpenBSD 7.3: インストール
read article
MariaDB 10.9 on OpenBSD 7.3: Install
read article
PHP-FPM 8.2 on OpenBSD 7.3
read article
OpenBSD httpd 7.3: Web サーバー
read article
Tor on OpenBSD 7.3 (日本語)
currently reading
Tor on OpenBSD 7.3
read article
OpenBSD: Unleash the Power of Security and Reliability!
read article
Conoha VPS: OpenBSD 7.3 - インストール・メディアを VM にアタッチ
read article
PHP-FPM 8.1 on OpenBSD 7.3
read article
OpenBSD 7.3 on VirtualBox 7: Installation as guest OS failed due to I/O APIC enabled
read article
OpenBSD 7.3 on VirtualBox 7: ゲスト OS インストールに失敗 - 原因は I/O APIC 有効化
read article
OpenBSD httpd 7.3: Web server
read article
PostgreSQL on OpenBSD: 14 から 15 へのアップグレード - pg_upgrade 使用
read article
PostgreSQL on OpenBSD: 12 から 13 へのアップグレード - pg_dumpall 使用
read article
LibreSSL: openssl エラー - v3_ca エクステンションが存在しない
read article
PostgreSQL on OpenBSD: Upgrade 14 to 15 with pg_upgrade
read article
OpenBSD 7.2 を 7.3 へ アップグレード
read article
Featured ones: