add proper bind mode
commitb58f78f7df7a5596a9d64913f03d4224ace18836
authorrofl0r <retnyg@gmx.net>
Sat, 23 Feb 2019 23:42:14 +0000 (23 23:42 +0000)
committerrofl0r <retnyg@gmx.net>
Tue, 26 Feb 2019 16:34:17 +0000 (26 16:34 +0000)
tree971edf2551933e24198db2df5ff767119552391d
parentdaa10c473769783c81ca60ab774452ef0ae82a33
add proper bind mode

the original bind mode was not well thought out:
it restricted the user to only the interface the server was listening on.
but one might want to let the server listen only on localhost, but use
a different outgoing interface than the default route.
server.c
server.h
sockssrv.c