「Hostsblock」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(カテゴリー名を日本語に変更。Relatedにdnsmasqを追加。)
(概要の翻訳)
1行目: 1行目:
 
[[Category:プロキシサーバー]]
 
[[Category:プロキシサーバー]]
{{Stub|Still too short, if there's not much information to be added, consider merging the content to a more generic article.}}
 
 
{{Related articles start}}
 
{{Related articles start}}
 
{{Related|Privoxy}}
 
{{Related|Privoxy}}
6行目: 5行目:
 
{{Related articles end}}
 
{{Related articles end}}
   
  +
{{AUR|hostsblock}} は、インターネット広告、悪意のあるドメイン、トラッカー、および他の望ましくないコンテンツなどに対して、システム全体のブロックを提供するために、すべてのオペレーティングシステムで利用できるhostsファイルを利用するように設計されたLinux用のbashスクリプトです。
{{AUR|hostsblock}} is a bash script for Linux designed to take advantage of the HOSTS file available in all operating systems to provide system-wide blocking of internet advertisements, malicious domains, trackers, and other undesirable content. To do so, it downloads a configurable set of blocklists and processes and their entries into a singular HOSTS file.
 
   
  +
そのためには、単一のhostsファイルにブロックリストとプロセスとその項目の設定セットをダウンロードします。
* Upstream URL: http://gaenserich.github.io/hostsblock/
 
  +
* Project URL: https://github.com/gaenserich/hostsblock
 
  +
* 上流 URL: http://gaenserich.github.io/hostsblock/
  +
* プロジェクト URL: https://github.com/gaenserich/hostsblock
  +
  +
== インストール ===
   
 
== 設定 ==
 
== 設定 ==

2015年12月26日 (土) 23:26時点における版

関連記事

hostsblockAUR は、インターネット広告、悪意のあるドメイン、トラッカー、および他の望ましくないコンテンツなどに対して、システム全体のブロックを提供するために、すべてのオペレーティングシステムで利用できるhostsファイルを利用するように設計されたLinux用のbashスクリプトです。

そのためには、単一のhostsファイルにブロックリストとプロセスとその項目の設定セットをダウンロードします。

インストール =

設定

タイマーユニットを開始します。

$ sudo systemctl start hostsblock.timer
$ sudo systemctl list-timers 

必要に応じて有効にしてください。

systemctl enable hostsblock.timer

ブロックするURLの追加

example.com をブロックする

$ sudo hostsblock-urlcheck "http://www.example.org"

See also