added plex
This commit is contained in:
parent
d6ea108e93
commit
b857aac01a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user