From 31f3a57045889f16e4582e54dd693332fdf3a354 Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 16 Aug 2021 02:10:04 +0000 Subject: [PATCH] We're gits on the moon! We format our patches! But there ain't no stashes so we code bad branches and rebase our commits! --- ChangeLog | 3 +++ setnet.sh | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ac0a2a4..e9a6e53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2021-08-16 Nova + * Cleared out default values for variables related to Static IP + 2021-08-15 Nova * Fixed an issue related to wpa_supplicant restart (so far it is working well) * TODO: maybe support other DHCP daemons? diff --git a/setnet.sh b/setnet.sh index 0f7502f..875f7eb 100755 --- a/setnet.sh +++ b/setnet.sh @@ -446,12 +446,12 @@ show_device_conf() { } config_ip_static() { - DEV_IP="192.168.1.2" - DEV_NET="192.168.1.0" + DEV_IP="" + DEV_NET="" DEV_NETMASK="255.255.255.0" - DEV_GW="192.168.1.1" - DEV_DNS1="208.67.222.222" - DEV_DNS2="208.67.220.220" + DEV_GW="" + DEV_DNS1="" + DEV_DNS2="" DEVNAME=$1 eval "${DIALOG} --form 'Set network for device: ${DEVNAME}' \