sonarr: allow Tailscale net
This commit is contained in:
parent
a445dc1250
commit
304231cabc
@ -9,12 +9,15 @@ in
|
||||
group = "media";
|
||||
};
|
||||
|
||||
architect.vhost.${domain} = {
|
||||
architect.vhost.${domain} = with config.architect.networks; {
|
||||
dnsInterfaces = [ "tailscale" ];
|
||||
|
||||
locations."/" = {
|
||||
port = 8989;
|
||||
allowLan = true;
|
||||
allow = [
|
||||
tailscale.net
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user