.
This commit is contained in:
@@ -13,18 +13,14 @@
|
||||
allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
5335
|
||||
7777
|
||||
];
|
||||
allowedUDPPortRanges = [
|
||||
{
|
||||
from = 47998;
|
||||
to = 48000;
|
||||
}
|
||||
{
|
||||
from = 48002;
|
||||
to = 48010;
|
||||
}
|
||||
allowedTCPPorts = [
|
||||
5335
|
||||
7777
|
||||
];
|
||||
trustedInterfaces = [ "tailscale0" ];
|
||||
trustedInterfaces = [ "tailscale0" "docker0" ];
|
||||
allowedUDPPorts = [ config.services.tailscale.port ];
|
||||
};
|
||||
|
||||
|
||||
@@ -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