From cdc8f4333f7be80f0b89e141fc6c79958a85f782 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Mon, 18 May 2020 08:56:13 +0200 Subject: [PATCH] Updated Captive portal setup (markdown) --- Captive-portal-setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Captive-portal-setup.md b/Captive-portal-setup.md index bfcd276..0e78ffe 100644 --- a/Captive-portal-setup.md +++ b/Captive-portal-setup.md @@ -1,5 +1,7 @@ The [nodogsplash project](https://github.com/nodogsplash/nodogsplash) is a lightweight, highly configurable captive portal solution. It integrates nicely with RaspAP and is recommended over other methods. No configuration changes are needed with RaspAP, however you will need to modify some default settings in the nodogsplash config. This step-by-step guide assumes you have already installed RaspAP, either with the [Quick Installer](https://github.com/billz/raspap-webgui/wiki/Quick-Installer-usage) or [manual setup instructions](https://github.com/billz/raspap-webgui/wiki/Manual-installation). +> :information_source: **Note:** This walkthrough is provided as a courtesy only; it does not imply support for DNS or any integration with this project. + 1. Begin by updating your RPi with the latest package information: ``` sudo apt-get update