EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.29k stars 3.6k forks source link

EOS does not support IPv6 #11037

Closed centromere closed 2 years ago

centromere commented 2 years ago

The --http-server-address flag does not support IPv6.

error 2022-01-19T21:56:31.543 nodeos    http_plugin.cpp:745           plugin_initialize    ] failed to configure http to listen on [...::...]:8888 (resolve: Service not found)

https://github.com/EOSIO/eos/blob/8f29da1845c1f1a3479bc32dce0238e9873a8bf4/plugins/http_plugin/http_plugin.cpp#L739

praphael commented 2 years ago

IPv6 is not supported as this time.
This is a duplicate of https://github.com/EOSIO/eos/issues/8169