From 10805c1dab3704ec65b08fab25a268143677854e Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Mon, 27 Dec 2021 02:33:12 +0530 Subject: [PATCH] Update default gateway in create_ap.conf template --- src/scripts/create_ap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/create_ap.conf b/src/scripts/create_ap.conf index 9f55f09..aa4527d 100644 --- a/src/scripts/create_ap.conf +++ b/src/scripts/create_ap.conf @@ -1,5 +1,5 @@ CHANNEL=default -GATEWAY=10.0.0.1 +GATEWAY=192.168.12.1 WPA_VERSION=2 ETC_HOSTS=0 DHCP_DNS=gateway