From 4ccd41cee3bcfce77de96e1d3de9da6321bbb6cf Mon Sep 17 00:00:00 2001 From: Federico Frigo Date: Thu, 28 Apr 2022 10:19:46 +0200 Subject: [PATCH] Added Isobox config files --- config/090_uap0.conf | 8 ++++++++ config/hostapd.ini | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 config/090_uap0.conf create mode 100644 config/hostapd.ini diff --git a/config/090_uap0.conf b/config/090_uap0.conf new file mode 100644 index 00000000..c524c5c8 --- /dev/null +++ b/config/090_uap0.conf @@ -0,0 +1,8 @@ +# RaspAP uap0 configuration + +interface=lo,uap0 +bind-dynamic +server=8.8.8.8 +domain-needed +bogus-priv +dhcp-range=192.168.200.50,192.168.200.150,255.255.255.0,12h diff --git a/config/hostapd.ini b/config/hostapd.ini new file mode 100644 index 00000000..55650d0a --- /dev/null +++ b/config/hostapd.ini @@ -0,0 +1,5 @@ +WifiInterface = uap0 +LogEnable = 0 +WifiAPEnable = 1 +BridgedEnable = 0 +WifiManaged = wlan0