```
#!/bin/bash
TOR_LIST=`curl https://check.torproject.org/torbulkexitlist`
ALREADY_BLOCKED=`ufw status | grep 'TOR NODE' | awk '{print $3}'`
for IP in $TOR_LIST
do
if [[ $ALREADY_BLOCKED == *$IP* ]]; then
echo "Already blocking $IP"
continue
fi
echo "Blocking $IP"
ufw insert 1 deny from $IP to any comment 'TOR NODE'
done
```
#nowplaying
@sublimer@mstdn.sublimer.me Torを通してるという噂があるのでIPで縛るのは現実的ではないかもTor経由の接続を拒否したいなら以下のリストが役立つかもです。
あと大抵のCDNサービスはダッシュボードからリストなしで変更できます。
ただTor無効化したらノーログVPNとかTorとWebプロキシを使いそうではある。
リスト
https://check.torproject.org/torbulkexitlist
使い方について
https://misskey.pm/notes/9potox38lqhpwn2e
因みにTorの接続を拒否したり規制した方は以下のリストのIPアドレスを禁止リストに入れる事によりブロックできます。
ただ大半のCDNサービスはその様なファイルがなくても設定できます。
https://check.torproject.org/torbulkexitlist
076萌SNS is a social network, courtesy of 076. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All 076萌SNS content and data are available under the Creative Commons Attribution 3.0 license.