.
This commit is contained in:
@@ -61,9 +61,16 @@
|
||||
settings = {
|
||||
server = {
|
||||
verbosity = 0;
|
||||
interface = [ "0.0.0.0" ];
|
||||
interface = [ "0.0.0.0" "127.0.0.1" ];
|
||||
port = 5335;
|
||||
|
||||
access-control = [
|
||||
"127.0.0.0/8 allow"
|
||||
"10.0.0.0/8 allow"
|
||||
"172.16.0.0/12 allow"
|
||||
"192.168.0.0/16 allow"
|
||||
];
|
||||
|
||||
do-ip4 = "yes";
|
||||
do-udp = "yes";
|
||||
do-tcp = "yes";
|
||||
|
||||
Reference in New Issue
Block a user