mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Add setting to disable tcp/udp server (inbound)
This commit is contained in:
		@@ -647,6 +647,7 @@
 | 
			
		||||
            "connections_plural": "__count__ connections"
 | 
			
		||||
        },
 | 
			
		||||
        "errors": {
 | 
			
		||||
            "inbound-disabled": "inbound connections are disabled",
 | 
			
		||||
            "connection-lost": "connection lost to __host__:__port__",
 | 
			
		||||
            "timeout": "timeout closed socket port __port__",
 | 
			
		||||
            "cannot-listen": "unable to listen on port __port__, error: __error__",
 | 
			
		||||
@@ -711,6 +712,7 @@
 | 
			
		||||
            "re-use": "udp re-use socket: __outport__ -> __host__:__port__"
 | 
			
		||||
        },
 | 
			
		||||
        "errors": {
 | 
			
		||||
            "inbound-disabled": "inbound connections are disabled",
 | 
			
		||||
            "access-error": "UDP access error, you may need root access for ports below 1024",
 | 
			
		||||
            "error": "error: __error__",
 | 
			
		||||
            "bad-mcaddress": "Bad Multicast Address",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user