Add setting to disable tcp/udp server (inbound)

This commit is contained in:
Steve-Mcl
2022-10-26 08:59:36 +01:00
parent 7da3773f7f
commit 5a21f026f2
5 changed files with 150 additions and 96 deletions

View File

@@ -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",