-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: option to override the hostname #65
Comments
I did something which just needs another solution for the float conversion: https://github.com/ffnord/mesh-announce/pull/63/files |
Looks very promising, another solution differently like what? |
IIRC float and the fallback to None are not really compatible or something along those lines. |
Not tested this, but the only thing irritating about this is the rather unsafe conversion to float; but as it does this only with localconfig values, it should not be a huge problem, I think. |
Just clarify; his code works fine and would resolve this issue. |
I don't think so, but with the config file it should be easilier possible to add such an option, since their is to need to add another argc. 😄
Originally posted by @herbetom in #60 (comment)
This could improve usability on cheap VPS hosts, where hostnames get changed on a regular basis by the hoster.
The text was updated successfully, but these errors were encountered: