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: Add support for hostnames where ips are required #284

Closed
Davidson-Souza opened this issue Nov 19, 2024 · 0 comments · Fixed by #286
Closed

feature: Add support for hostnames where ips are required #284

Davidson-Souza opened this issue Nov 19, 2024 · 0 comments · Fixed by #286
Labels
chore Cleaning, refactoring, reducing complexity enhancement New feature or request

Comments

@Davidson-Souza
Copy link
Collaborator

We have a couple of places where we need to pass IP addresses, like in --rpc-address, --electrum-address and the RPC addnode. It would be nice if we could use hostnames too. This is specially useful in the binding addresses because if you're using Docker Compose or another automated environment, you may not know the IP, that is dynamically assigned to the host and resolved using the service name.

@Davidson-Souza Davidson-Souza added enhancement New feature or request chore Cleaning, refactoring, reducing complexity labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Cleaning, refactoring, reducing complexity enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant