This commit is contained in:
Your Name 2024-09-19 00:27:04 -06:00
parent 19c4e5e024
commit ecf7cc4499
2 changed files with 6 additions and 0 deletions

View File

@ -1890,3 +1890,7 @@
173.252.87.113
13.250.32.78
199.45.154.157
87.250.224.41
2a03:2880:f800:13::
162.142.125.210
2a03:2880:f800:6::

View File

@ -507,6 +507,8 @@ module-nostr(){
echo "Adding $HEX to block list"
sed -i "29i '$HEX'," $POLICY
sed -i "s/\'\'//g" $POLICY
sed -i "s/'',//g" $POLICY
sed -i '/^$/d' $POLICY
else
echo "No Npubs to block"
fi