Nils
Nils
Is it possible to add a RouteHandler during runtime? Thank you Nils
I noticed some weird dns requests on samsung, also empty domains, so I changed the code slightly: DNS = DNSQuery(data) if DNS.domain: udps.sendto(DNS.response(SERVER_IP), addr) print("Replying: {:s} -> {:s}".format(DNS.domain, SERVER_IP)) else:...
Dear all, i have a relative simple issue, and just would like to know how to handle it in the easiest way. Besides of that I would like to thank...