jvinet / knock

A port-knocking daemon
http://www.zeroflux.org/projects/knock
GNU General Public License v2.0
552 stars 114 forks source link

Bind to all IPs of an interface, closes #7 #17

Closed visit1985 closed 8 years ago

visit1985 commented 9 years ago

Thanks for this awesome tool!

Here my attempt to solve #7. I hope you'll bear with me, as I'm a C novice :) I'm also not sure if this is 100% BSD compatible.

visit1985 commented 9 years ago

Reimplemented it using a linked list instead of a char array. What do you think?

airwoflgh commented 8 years ago

Prefer the linked list approach btw. Have added it to my fork now. Will request a pull into main from there.

jvinet commented 8 years ago

Merged from other PR.