diff --git a/README.md b/README.md index 9966b50..46ef0f6 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,6 @@ Wifi hotspot: - Option to ban private network access - Option to randomize MAC -- Option to redirect all DNS traffic ## Donate diff --git a/lnxrouter b/lnxrouter index 7c2b63e..7556ffe 100755 --- a/lnxrouter +++ b/lnxrouter @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.5.3 +VERSION=0.5.4 PROGNAME="$(basename $0)" export LC_ALL=C