Y
Hacker News
new
|
ask
|
show
|
jobs
by
svlla
5579 days ago
you're only going to need 16+ IPs if you're making those outbound connections to the same destination IP & port... which seems unlikely.
1 comments
nivertech
5579 days ago
You can do TCP listen on 0.0.0.0:80 (any IP on port 80), but I never saw TCP listen on XXX.XXX.XXX.XXX:* (specific IP with any port) ;)
link