Fixed issue rtegarding wrong dns file
This commit is contained in:
@@ -13,8 +13,8 @@ ufw allow 10000/udp > $OUTPUT 2>&1
|
||||
echo "y" | ufw enable > $OUTPUT 2>&1
|
||||
|
||||
##config dns
|
||||
mv /etc/resolve.conf /etc/resolve.conf.bck
|
||||
echo "nameserver $intip" > /etc/resolve.conf
|
||||
mv /etc/resolv.conf /etc/resolv.conf.bck > $OUTPUT 2>&1
|
||||
echo "nameserver $intip" > /etc/resolv.conf
|
||||
|
||||
##config jitsi
|
||||
systemctl stop jitsi-videobridge2 > $OUTPUT 2>&1
|
||||
|
||||
Reference in New Issue
Block a user