Compare commits
2 Commits
ce79f7f37c
...
4320d67ace
Author | SHA1 | Date | |
---|---|---|---|
|
4320d67ace | ||
|
cc33ea0480 |
62
bots.txt
62
bots.txt
@ -1,3 +1,5 @@
|
|||||||
|
20.171.206.0/24
|
||||||
|
131.170.239.0/24
|
||||||
97.145.164.161
|
97.145.164.161
|
||||||
2605:6400:10:1fe::666
|
2605:6400:10:1fe::666
|
||||||
2001:470:79c9:100:5054:ff:fe66:12ba
|
2001:470:79c9:100:5054:ff:fe66:12ba
|
||||||
@ -3029,3 +3031,63 @@
|
|||||||
2a03:2880:27ff:73::face:b00c
|
2a03:2880:27ff:73::face:b00c
|
||||||
66.220.149.51
|
66.220.149.51
|
||||||
2a03:2880:f800:1b::
|
2a03:2880:f800:1b::
|
||||||
|
2a03:2880:f800:15::
|
||||||
|
2a03:2880:f800:13::
|
||||||
|
2a03:2880:2ff:e::face:b00c
|
||||||
|
2a03:2880:f800:1b::
|
||||||
|
2a03:2880:f800:5::
|
||||||
|
2a03:2880:f804:1c::
|
||||||
|
173.252.83.8
|
||||||
|
2a03:2880:f800:1::
|
||||||
|
69.171.249.35
|
||||||
|
2a03:2880:2ff:16::face:b00c
|
||||||
|
2a03:2880:f800:1d::
|
||||||
|
2a03:2880:f800:6::
|
||||||
|
2a03:2880:ff:22::face:b00c
|
||||||
|
2a03:2880:2ff:16::face:b00c
|
||||||
|
2a03:2880:f800:1d::
|
||||||
|
2a03:2880:f800:6::
|
||||||
|
2a03:2880:ff:22::face:b00c
|
||||||
|
2a03:2880:2ff:16::face:b00c
|
||||||
|
2a03:2880:f800:1d::
|
||||||
|
2a03:2880:f800:6::
|
||||||
|
2a03:2880:ff:22::face:b00c
|
||||||
|
2a03:2880:2ff:16::face:b00c
|
||||||
|
2a03:2880:f800:1d::
|
||||||
|
2a03:2880:f800:6::
|
||||||
|
2a03:2880:ff:22::face:b00c
|
||||||
|
2a03:2880:11ff:3::face:b00c
|
||||||
|
2a03:2880:f800:18::
|
||||||
|
2a03:2880:f800:3::
|
||||||
|
2a03:2880:f800:a::
|
||||||
|
2a03:2880:27ff:28::face:b00c
|
||||||
|
2a03:2880:13ff:31::face:b00c
|
||||||
|
2a03:2880:27ff:28::face:b00c
|
||||||
|
2a03:2880:ff:6::face:b00c
|
||||||
|
2a03:2880:13ff:73::face:b00c
|
||||||
|
167.172.244.121
|
||||||
|
185.191.171.13
|
||||||
|
167.172.244.121
|
||||||
|
185.191.171.13
|
||||||
|
35.203.211.171
|
||||||
|
155.138.231.3
|
||||||
|
172.183.39.68
|
||||||
|
185.191.171.17
|
||||||
|
66.249.73.5
|
||||||
|
85.208.96.210
|
||||||
|
167.172.244.121
|
||||||
|
185.191.171.17
|
||||||
|
66.249.73.5
|
||||||
|
85.208.96.210
|
||||||
|
185.191.171.9
|
||||||
|
85.208.96.204
|
||||||
|
85.208.96.205
|
||||||
|
167.172.244.121
|
||||||
|
172.183.39.68
|
||||||
|
20.172.6.163
|
||||||
|
66.249.73.6
|
||||||
|
85.208.96.194
|
||||||
|
85.208.96.200
|
||||||
|
185.191.171.18
|
||||||
|
185.191.171.8
|
||||||
|
85.208.96.211
|
||||||
|
@ -31,7 +31,6 @@ ZoominfoBot
|
|||||||
LivelapBot
|
LivelapBot
|
||||||
rss-is-dead.lol
|
rss-is-dead.lol
|
||||||
FreshRSS
|
FreshRSS
|
||||||
GPTBot
|
|
||||||
Barkrowler
|
Barkrowler
|
||||||
DataForSeoBot
|
DataForSeoBot
|
||||||
PixelFedBot
|
PixelFedBot
|
||||||
|
@ -53,9 +53,9 @@ nft list table filter >$NFT_CACHE
|
|||||||
|
|
||||||
ipBlockParser(){
|
ipBlockParser(){
|
||||||
if [[ "$1" == *":"* ]]; then
|
if [[ "$1" == *":"* ]]; then
|
||||||
$NFT add rule ip6 filter input position 8 ip6 saddr $1 $NFT_DROP
|
$NFT add rule ip6 filter input position 4 ip6 saddr $1 $NFT_DROP
|
||||||
else
|
else
|
||||||
$NFT add rule ip filter input position 8 ip saddr "$1" $NFT_DROP
|
$NFT add rule ip filter input position 4 ip saddr "$1" $NFT_DROP
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -295,7 +295,7 @@ start() {
|
|||||||
|
|
||||||
if [[ $HOSTNAME == *"nas"* ]]; then
|
if [[ $HOSTNAME == *"nas"* ]]; then
|
||||||
|
|
||||||
attacker-protection
|
import
|
||||||
wireguard
|
wireguard
|
||||||
web
|
web
|
||||||
admin
|
admin
|
||||||
@ -311,7 +311,6 @@ start() {
|
|||||||
docker restart uptime-kuma
|
docker restart uptime-kuma
|
||||||
$NFT insert rule filter input iif docker0 $NFT_ACCEPT
|
$NFT insert rule filter input iif docker0 $NFT_ACCEPT
|
||||||
basic-security
|
basic-security
|
||||||
import
|
|
||||||
else
|
else
|
||||||
virtualization
|
virtualization
|
||||||
basic-security
|
basic-security
|
||||||
@ -630,7 +629,7 @@ elif [ "$1" = "test" ]; then
|
|||||||
elif [ "$1" = "nostr" ]; then
|
elif [ "$1" = "nostr" ]; then
|
||||||
module-nostr
|
module-nostr
|
||||||
elif [ "$1" = "import" ]; then
|
elif [ "$1" = "import" ]; then
|
||||||
quickImport
|
import
|
||||||
elif [ "$1" = "saved" ]; then
|
elif [ "$1" = "saved" ]; then
|
||||||
saved-bots
|
saved-bots
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user