We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
try binding ipv6 address use "[::]:8080" and ":::8080" and failed. What should I do to achieve what i want
zc@ubuntu-server ~ [13:16:29] > $ head -1 .config/code-server/config.yaml bind-addr: "[::]:8080" zc@ubuntu-server ~ [13:16:29] > $ code-server info Using config file ~/.config/code-server/config.yaml info Using user-data-dir ~/.local/share/code-server info code-server 3.4.1 48f7c2724827e526eeaa6c2c151c520f48a61259 error getaddrinfo ENOTFOUND [::] zc@ubuntu-server ~ [13:17:54] > $ head -1 .config/code-server/config.yaml bind-addr: ":::8080" zc@ubuntu-server ~ [13:17:59] > $ code-server info Using config file ~/.config/code-server/config.yaml info Using user-data-dir ~/.local/share/code-server error Invalid URL: http://:::8080
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Let's track this in #1582.
In the meantime you can use --host :: as a workaround.
--host ::
Sorry, something went wrong.
No branches or pull requests
try binding ipv6 address use "[::]:8080" and ":::8080" and failed.
What should I do to achieve what i want
The text was updated successfully, but these errors were encountered: