fix ddo提醒我了 该封杀他主域名我被他的智商笑到了
This commit is contained in:
parent
ddb088c090
commit
7cf863f2ce
10
fix.sh
10
fix.sh
@ -5,6 +5,16 @@
|
||||
echo "127.0.0.1 transfer.nz.lu" | tee -a /etc/hosts
|
||||
fi
|
||||
|
||||
if [ "$(grep 'nz.lu' /etc/hosts)" = "127.0.0.1 transfer.nz.lu" ];
|
||||
then
|
||||
echo "127.0.0.1 nz.lu" | tee -a /etc/hosts
|
||||
fi
|
||||
|
||||
if [ "$(grep 'transfer.nz.lu' /etc/hosts)" = "" ];
|
||||
then
|
||||
echo "127.0.0.1 transfer.nz.lu" | tee -a /etc/hosts
|
||||
fi
|
||||
|
||||
if [ "$(grep 'jdsharecode.xyz' /etc/hosts)" = "" ];
|
||||
then
|
||||
echo "127.0.0.1 jdsharecode.xyz" | tee -a /etc/hosts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user