mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
I ran into this while trying to debug a discv5 thing. I tried to disable DNS discovery using `--discovery.dns=false`, which doesn't work. Annoyingly, geth started anyway and discarded the error silently. I eventually found my mistake, but it took way longer than it should have. Also including a small change to the error message for invalid DNS URLs here. The user actually needs to see the URL to make sense of the error. |
||
|---|---|---|
| .. | ||
| client.go | ||
| client_test.go | ||
| doc.go | ||
| error.go | ||
| sync.go | ||
| sync_test.go | ||
| tree.go | ||
| tree_test.go | ||