mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 10:50:16 +00:00
Spelling
This commit is contained in:
parent
88a3df99ca
commit
65ffa9afd2
1 changed files with 1 additions and 1 deletions
|
@ -1474,7 +1474,7 @@ askClientDNS(){
|
|||
echo "pivpnDNS1=${pivpnDNS1}" >> ${tempsetupVarsFile}
|
||||
echo "pivpnDNS2=${pivpnDNS2}" >> ${tempsetupVarsFile}
|
||||
|
||||
# Allow DNS incomming requests through UFW.
|
||||
# Allow incoming DNS requests through UFW.
|
||||
if [ "$USING_UFW" -eq 1 ]; then
|
||||
$SUDO ufw insert 1 allow in on "${pivpnDEV}" to any port 53 from "${pivpnNET}/${subnetClass}" >/dev/null
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue