Skip to content

Include host in 'Network is disabled' error message#190

Open
sjudd wants to merge 1 commit intokiwicom:masterfrom
sjudd:patch-1
Open

Include host in 'Network is disabled' error message#190
sjudd wants to merge 1 commit intokiwicom:masterfrom
sjudd:patch-1

Conversation

@sjudd
Copy link

@sjudd sjudd commented Jan 20, 2026

Description

I had a tricky case that took me a bit to debug where a library I was using was using the ipv6 ::1 loopback address instead of the 127.0.0.1, even though I never used ::1 directly.

Had I been able to see the specific host that was rejected, I would have had an easier time figuring out why my allowed_hosts override wasn't working the way I expected.

If you think this is a reasonable concept, I'll happily go through the checklist below!

Checklist

  • Created tests which fail without the change (if possible)
  • All tests passing
  • Added a changelog entry
  • Extended the README / documentation, if necessary

I had a tricky case that took me a bit to debug where a library I was using was using the ipv6 `::1` loopback address instead of the `127.0.0.1`, even though I never used `::1` directly.

Had I been able to see the specific host that was rejected, I would have had an easier time figuring out why my `allowed_hosts` override wasn't working the way I expected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant