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; inherit port;
proxyWebsockets = true; proxyWebsockets = true;
# allowLan = true; allowLan = true;
# allow = [ allow = [
# tailscale.net tailscale.net
# ]; ];
extraConfig = '' extraConfig = ''
#Some players don't reopen a socket and playback stops totally instead of resuming after an extended pause #Some players don't reopen a socket and playback stops totally instead of resuming after an extended pause
send_timeout 100m; send_timeout 100m;