mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[GH-ISSUE #54] Allow any value for gossip protocol DNS discovery domain #48
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mkjpryor on GitHub (Jul 5, 2021).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/54
Currently, the
gossip_dns_hostis derived from theFLY_APP_NAMEenvironment variable.This makes it almost impossible to use the gossip protocol in an environment other than Fly, despite the implementation being pretty generic and only requiring DNS.
By allowing the
gossip_dns_hostto be specified in full and falling back to the current derivation fromFLY_APP_NAME, it should allow other implementations of a distributed system. For instance, headless services in Kubernetes could be used to facilitate the gossip protocol.@agrinman commented on GitHub (Jul 5, 2021):
Yes I agree, happy to take a look at any PRs for this