You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 26, 2023. It is now read-only.
I would like to be able to define some callbacks in the DHCP/TFTP code. Examples:
Reply only to some clients.
Being able to reply DHCP with some extra vendor values.
Being able to serve TFTP from Python objects instead of filesystem objects (synthetic filesystem). For instance, PXE configuration files could be synthetically generated by client.
I could volunteer if you are interested in those features. I need them for my own purposes.
I would like to be able to define some callbacks in the DHCP/TFTP code. Examples:
I could volunteer if you are interested in those features. I need them for my own purposes.