Open laduke opened 1 year ago
Thanks. I couldn't get that to work for some reason and you motivated me to fix it.
Now it makes errors that look like this:
Error: Failed to bind TCP port 53
Caused by:
Permission denied (os error 13)
Error: Failed to bind UDP port 53
Caused by:
Address already in use (os error 48)
Glad to be of help! I hadn't used with_context()
before. Neat call!
tokio is was eating the panics and continuing on with no socket listening on 53
making tokio crash would take a bunch of rewrite, i think, so i moved the
bind
calls out to a different fnThe error looks like this: