mwarning / KadNode

P2P DNS with content key, crypto key and PKI support. DynDNS alternative.
MIT License
413 stars 75 forks source link

fix for different issues #96

Closed stargieg closed 5 years ago

stargieg commented 5 years ago

Client timeouts Wrong reply Duplicate uci option after opkg update No listen if netif is hotplug Overwritten conffile after opkg update

Signed-off-by: Patrick Grimm patrick@lunatiki.de

stargieg commented 5 years ago

FYI: here is my setup kadnode wizard script. works so far well. :-) https://github.com/stargieg/luci2-ffwizard/blob/master/luci2-ffwizard/files/etc/ffwizard.d/60-kadnode.sh

mwarning commented 5 years ago

Ah wow, thanks a lot. I will review it as soon as i can.

mwarning commented 5 years ago

welcome back. I will try to finish the review next week. Anyway, it seems the main issues seems to be a missing reply even when there was now result found. That's good to be fixed.

mwarning commented 5 years ago

Ok, seems that there is only one line change that needs to be reverted for this PR to got through.

mwarning commented 5 years ago

Merging now before the changes get stale. It is always a good idea to submit changes in multiple PRs in the future, so that one PR does not block the others.