Matthias Kurz
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created IntelliJ listens on tcp and udp ports on address 0.0.0.0 - Why? Is it unsecure?
Answerednetstat tells me that the java process IntelliJ runs with opens four ports (1 x tcp, 1 x tcp6, 2 udp) and listens on them on address 0.0.0.0... Is this normal? I mean 0.0.0.0 opens them up for the ...