plex: allow LAN and Tailscale traffic
This commit is contained in:
		
							parent
							
								
									dd7189cca0
								
							
						
					
					
						commit
						3eee95dbba
					
				@ -23,10 +23,10 @@ in
 | 
			
		||||
        inherit port;
 | 
			
		||||
 | 
			
		||||
        proxyWebsockets = true;
 | 
			
		||||
        # allowLan = true;        
 | 
			
		||||
        # allow = [
 | 
			
		||||
        #   tailscale.net
 | 
			
		||||
        # ];
 | 
			
		||||
        allowLan = true;        
 | 
			
		||||
        allow = [
 | 
			
		||||
          tailscale.net
 | 
			
		||||
        ];
 | 
			
		||||
        extraConfig = ''
 | 
			
		||||
          #Some players don't reopen a socket and playback stops totally instead of resuming after an extended pause
 | 
			
		||||
            send_timeout 100m;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user