Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Cannot specify hostname for node URL #10604

Closed
woky opened this issue Apr 21, 2019 · 0 comments · Fixed by #10830
Closed

Cannot specify hostname for node URL #10604

woky opened this issue Apr 21, 2019 · 0 comments · Fixed by #10830
Labels
F8-enhancement 🎊 An additional feature request. M4-core ⛓ Core client code / Rust.
Milestone

Comments

@woky
Copy link

woky commented Apr 21, 2019

  • Parity Ethereum version: 2.5.0
  • Operating system: Linux
  • Installation: one-line installer
  • Fully synchronized: yes
  • Network: ethereum
  • Restarted: yes

The --nat switch accepts none, upnp and extip:<IP>. extip accepts only IP address, not DNS host names. Currently this fails due to Rust inference. I don't see any reason why IPs are preferred over host names. When your infrastructure is more dynamic (e.g. teh cloud) host names are usually more stable than IPs.

@jam10o-new jam10o-new added F8-enhancement 🎊 An additional feature request. M4-core ⛓ Core client code / Rust. labels Apr 23, 2019
@jam10o-new jam10o-new added this to the 2.7 milestone Apr 23, 2019
dvdplm added a commit that referenced this issue Jul 2, 2019
debris pushed a commit that referenced this issue Jul 3, 2019
* Allow --nat extip:your.host.here.org

Closes #10604

* Use split instead of Regex
s3krit pushed a commit that referenced this issue Aug 12, 2019
* Allow --nat extip:your.host.here.org

Closes #10604

* Use split instead of Regex
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F8-enhancement 🎊 An additional feature request. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants