Skip to content

Commit

Permalink
Update addSPF.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gedOHub authored Jul 5, 2017
1 parent cdb8e7d commit c5c02f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DNS/bind/addSPF.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ do
# Pridedu SPF irasa i faila
#echo " IN TXT \"v=spf1 mx -all\"" >> $fileDir/$f
sed -i "/NS\tsizifas.gmc.lt/a \\\tIN\tTXT\t\"v=spf1 mx -all\"" $fileDir/$f
sed -i "/IN NS sizifas.gmc.lt./a \\\tIN\tTXT\t\"v=spf1 mx -all\"" $fileDir/$f
else
echo -e "\e[92mLSPF radau\e[0m"

Expand All @@ -30,3 +31,4 @@ do
# sed -i '{/tIN\tTXT\t"v=spf1 mx -all"/d}' $fileDir/$f
fi
done

0 comments on commit c5c02f8

Please sign in to comment.