plex: allow LAN and Tailscale traffic

This commit is contained in:
Giulio De Pasquale 2023-11-17 13:18:22 +01:00
parent dd7189cca0
commit 3eee95dbba

View File

@ -23,10 +23,10 @@ in
inherit port;
proxyWebsockets = true;
# allowLan = true;
# allow = [
# tailscale.net
# ];
allowLan = true;
allow = [
tailscale.net
];
extraConfig = ''
#Some players don't reopen a socket and playback stops totally instead of resuming after an extended pause
send_timeout 100m;