diff --git a/hosts/architect/plex.nix b/hosts/architect/plex.nix index 2594616..07290b6 100644 --- a/hosts/architect/plex.nix +++ b/hosts/architect/plex.nix @@ -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;