Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Be able to set listenaddress (and port) for tftp.py through config #151

Closed
Apachez- opened this issue Mar 11, 2017 · 1 comment
Closed

Comments

@Apachez-
Copy link

Today its hardcoded within tftp.py to use 0.0.0.0:69.

It would be great if this could be configured through the json-config file.

Port will most likely not change for tftp but it would be great if the tftp.py could be made to bind to just one interface and not ALL interfaces (as with 0.0.0.0).

Note: Yes I know I can hardcode this myself by changing 0.0.0.0 into whatever ip I wish in tftp.py but its a more clean way if this could be made through config.

@psychomario
Copy link
Collaborator

tftp.py takes ip, in the initialiser here, it's just not passed in here. It should only be a few extra lines so I'm open to a pull request, I don't currently have the time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants