niccokunzmann / python_dhcp_server

a dhcp server in python
MIT License
89 stars 32 forks source link

Add ability to bind to a specific IP address #16

Closed VA3YAO closed 2 years ago

VA3YAO commented 2 years ago

Works on my machine ;)

niccokunzmann commented 2 years ago

Thanks for submitting this. It seems really useful.

VA3YAO commented 2 years ago

My pleasure in submitting this. I really needed this feature because this DHCP server was listening in on all interfaces and interfering with other DHCP servers on my other interfaces.

niccokunzmann commented 2 years ago

Nice! Thanks!