-
Notifications
You must be signed in to change notification settings - Fork 5.9k
ipv6 support #261
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
Comments
I'd say support ipv6 even if ipv4 doesnt die |
I agree this would be pretty neat |
IPv6 works.
|
IPv6 and IPv4 both work. Modify the file ~/.config/code-server/config.yaml: bind-addr: "[::]:8080"
auth: password
password: your password
cert: false Then you can enjoy accessing IPv6和IPv4都可以正常工作。 修改~/.config/code-server/config.yaml文件: bind-addr: "[::]:8080"
auth: password
password: your password
cert: false 然后在浏览器中输入 |
ipv4 is going to die. Let's support ipv6
The text was updated successfully, but these errors were encountered: