added better logging
| @@ -987,6 +987,8 @@ async function startServer() { | ||
| 987 | 987 | console.log('IPv4 support detected'); |
| 988 | 988 | } |
| 989 | 989 | } |
| 990 | + } else { | |
| 991 | + console.log("Neither protocol: ipv6, nor ipv4 are set to auto, skipping detection") | |
| 990 | 992 | } |
| 991 | 993 | |
| 992 | 994 | |