mirror of https://github.com/tteck/Proxmox.git
Update technitiumdns-v3.sh
This commit is contained in:
parent
bba671fd04
commit
9c19cf871c
|
@ -79,8 +79,10 @@ function default_settings() {
|
||||||
RAM_SIZE="512"
|
RAM_SIZE="512"
|
||||||
echo -e "${DGN}Using IP Address ${BGN}DHCP${CL}"
|
echo -e "${DGN}Using IP Address ${BGN}DHCP${CL}"
|
||||||
NET=dhcp
|
NET=dhcp
|
||||||
echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}"
|
echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}"
|
||||||
VLAN=" "
|
GATE=" "
|
||||||
|
echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}"
|
||||||
|
VLAN=" "
|
||||||
}
|
}
|
||||||
|
|
||||||
function advanced_settings() {
|
function advanced_settings() {
|
||||||
|
@ -214,7 +216,7 @@ header_info
|
||||||
if [ -z $GATE1 ]; then GATE1="NONE" GATE=" ";
|
if [ -z $GATE1 ]; then GATE1="NONE" GATE=" ";
|
||||||
echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}"
|
echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}"
|
||||||
else
|
else
|
||||||
GATE="-gw=$GATE1"
|
GATE="gw=$GATE1"
|
||||||
echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}"
|
echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}"
|
||||||
fi;
|
fi;
|
||||||
echo -e " ${CM}${CL} \n"
|
echo -e " ${CM}${CL} \n"
|
||||||
|
|
Loading…
Reference in New Issue