Browse Source

Removed full logging, added more screenshots and fixed readme

Joachim M. Giæver 7 years ago
parent
commit
09fe7b990d
3 changed files with 5 additions and 2 deletions
  1. 3 0
      README.md
  2. 2 2
      aiop/aiop-func
  3. BIN
      screenshots/Screenshot from 2017-02-07 21-57-38.png

+ 3 - 0
README.md

@@ -29,3 +29,6 @@ You will find an example on how I've done it, with 6 guest networks and 5 VPN-cl
 You will also find an configuration file in the "client" directory, that I have exported from my setup, that you can import in the WebUI. I have included the two certificates you need to copy/paste into the WebUI certificate-forms in the directory as well.
 
 # Screenshots
+![ESSID list](https://git.giaever.org/joachimmg/merlinwrt-ssid-if-specific/raw/master/screenshots/Screenshot%20from%202017-02-07%2021-57-38.png "List over SSIDs with a describing name of what country they 'belong to'")
+![ESSID list](https://git.giaever.org/joachimmg/merlinwrt-ssid-if-specific/raw/master/screenshots/Screenshot%20from%202017-02-07%2021-49-40.png "List over SSIDs with a describing name of what country they 'belong to'")
+![Connection](https://git.giaever.org/joachimmg/merlinwrt-ssid-if-specific/raw/master/screenshots/Screenshot%20from%202017-02-07%2021-51-16.png "Connected to a server in Australia")

+ 2 - 2
aiop/aiop-func

@@ -5,9 +5,9 @@ source /usr/sbin/helper.sh
 DNSMASQ_CONF=/tmp/etc/dnsmasq.conf
 
 cmd_log () {
-    #if [ ${1} -ne 0 ]; then
+    if [ ${1} -ne 0 ]; then
         logger "${2}[${1}] - ${3}"
-    #fi
+    fi
 }
 
 cmd_run () {

BIN
screenshots/Screenshot from 2017-02-07 21-57-38.png