added plex

This commit is contained in:
Giulio De Pasquale 2021-08-09 17:39:27 +02:00
parent d6ea108e93
commit b857aac01a

View File

@ -11,6 +11,9 @@ with import ./network.nix;
http2 = true;
extraConfig = ''
allow 10.0.0.0/24;
allow 10.3.0.0/24;
deny all;
#Some players don't reopen a socket and playback stops totally instead of resuming after an extended pause
send_timeout 100m;