diff --git a/README.md b/README.md index 1521299..1d4e7c4 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,24 @@ File format: } + +# +### Whitelist/Blacklist ip +The lists file should be located near to the settings. + +whitelist file name: wip.txt\ +blacklist file name: bip.txt + +whitelist has prior + +Example:\ +local:127.0.0.0-127.0.0.255\ +127.0.0.0-127.0.0.255\ +local:127.0.0.1\ +127.0.0.1\ +\# at the beginning of the line, comment + + # ### Donate: [PayPal](https://www.paypal.me/yourok) diff --git a/server/version/version.go b/server/version/version.go index b35f235..82e771d 100644 --- a/server/version/version.go +++ b/server/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "MatriX.90" +const Version = "MatriX.91"