diff --git a/README.md b/README.md index 82b5804..838dbd8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@  -# `$ Lokiap-webgui` [](https://github.com/necro-nemesis/raspap-webgui/releases) +# `$ Lokiap-webgui` [](https://github.com/necro-nemesis/raspap-webgui/releases) LokiAP interfaces witht Lokinet daemon to facilitate connections to the Lokinet global privacy network. LokiAP provides a simple, responsive web interface to control wifi, hostapd, Lokinet daemon and related services necessary to access Lokinet on the Raspberry Pi or Orange Pi. diff --git a/config/lokilaunch.sh b/config/lokilaunch.sh index a3a3579..b480bde 100644 --- a/config/lokilaunch.sh +++ b/config/lokilaunch.sh @@ -47,6 +47,11 @@ exitdown) lokinet-vpn --down ;; +whois) + echo -n "LNS Registration Information\n\n" + whois -h public.loki.foundation "$2" + ;; + *) echo "Usage: "$1" {start|stop|gen|bootstrap|exitup|exitdown}" exit 1 diff --git a/includes/config.php b/includes/config.php index cf0e156..17da7f1 100755 --- a/includes/config.php +++ b/includes/config.php @@ -1,6 +1,6 @@
$output"; GLOBAL $exitstatus; $exitstatus = TRUE; + ?>