Skip to content

Commit 542dd6d

Browse files
committed
fix: 修复屏蔽滥用操作
1 parent 6ad537b commit 542dd6d

2 files changed

Lines changed: 2 additions & 20 deletions

File tree

docs/en/guide/block/block_iptables.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ strings=(
8888
"antpool.one"
8989
"antpool.com"
9090
"pool.bar"
91-
"get_peers"
92-
"announce_peer"
93-
"find_node"
94-
"seed_hash"
91+
"c3pool"
9592
)
9693
9794
for str in "${strings[@]}"; do
@@ -105,13 +102,7 @@ done
105102
strings=(
106103
"torrent"
107104
".torrent"
108-
"peer_id="
109-
"announce"
110-
"info_hash"
111-
"get_peers"
112-
"find_node"
113105
"BitTorrent"
114-
"announce_peer"
115106
"BitTorrent protocol"
116107
"announce.php?passkey="
117108
"magnet:"

docs/guide/block/block_iptables.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ strings=(
8686
"antpool.one"
8787
"antpool.com"
8888
"pool.bar"
89-
"get_peers"
90-
"announce_peer"
91-
"find_node"
92-
"seed_hash"
89+
"c3pool"
9390
)
9491
9592
for str in "${strings[@]}"; do
@@ -103,13 +100,7 @@ done
103100
strings=(
104101
"torrent"
105102
".torrent"
106-
"peer_id="
107-
"announce"
108-
"info_hash"
109-
"get_peers"
110-
"find_node"
111103
"BitTorrent"
112-
"announce_peer"
113104
"BitTorrent protocol"
114105
"announce.php?passkey="
115106
"magnet:"

0 commit comments

Comments
 (0)