this is the one

This commit is contained in:
Josh Wright 2024-12-09 16:42:57 -05:00
parent b2cfa9e50e
commit 1556043177
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ function default_settings() {
DISABLEIP6="no"
MTU=""
SD=""
NS=""
NS="-nameserver=1.1.1.1"
MAC=""
VLAN=""
SSH="no"

View File

@ -147,7 +147,7 @@ echo_default() {
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
echo -e "${DGN}Using DNS Server Address: ${BGN}Host${CL}"
echo -e "${DGN}Using DNS Server Address: ${BGN}1.1.1.1${CL}"
echo -e "${DGN}Using MAC Address: ${BGN}Default${CL}"
echo -e "${DGN}Using VLAN Tag: ${BGN}Default${CL}"
echo -e "${DGN}Enable Root SSH Access: ${BGN}No${CL}"