Merge remote-tracking branch 'origin/master'

This commit is contained in:
YouROK
2021-04-27 08:49:33 +03:00
2 changed files with 19 additions and 1 deletions

View File

@@ -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: ### Donate:
[PayPal](https://www.paypal.me/yourok) [PayPal](https://www.paypal.me/yourok)

View File

@@ -1,3 +1,3 @@
package version package version
const Version = "MatriX.90" const Version = "MatriX.91"