Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support both IPv4 and IPv6 simultaneously #3

Open
DrMcCoy opened this issue Feb 11, 2022 · 0 comments
Open

Feature Request: Support both IPv4 and IPv6 simultaneously #3

DrMcCoy opened this issue Feb 11, 2022 · 0 comments

Comments

@DrMcCoy
Copy link
Member

DrMcCoy commented Feb 11, 2022

HTTPServer unfortunately is either IPv4 or IPv6. On the server that is running the bot, the domain resolves to IPv6, so with the recent changes, it now bound to IPv6. GitHub, however wants to do IPv4, it seems, so delivery failed.

Ideally, the bot should bind to both IPv4 and IPv6 interfaces, if available.

Possible configuration keys: github_host (the current key) for "use whatever, I don't care", github_host4 for "IPv4 host to bind to" and github_host6 for "IPv6 host to bind to"?

Separate ports too?

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

No branches or pull requests

1 participant