plex: allow LAN and Tailscale traffic
This commit is contained in:
parent
dd7189cca0
commit
3eee95dbba
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user