Use IPv6 by default
This commit is contained in:
parent
0d51a321e8
commit
2057cd5562
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ ram=1G
|
||||||
# Host that VNC will listen on. Note that "0.0.0.0" and "[::]" will be
|
# Host that VNC will listen on. Note that "0.0.0.0" and "[::]" will be
|
||||||
# accessible over the network. "127.0.0.1", and "[::1]" will only be accessible
|
# accessible over the network. "127.0.0.1", and "[::1]" will only be accessible
|
||||||
# from this host (or via SSH tunnels).
|
# from this host (or via SSH tunnels).
|
||||||
vnchost="127.0.0.1"
|
vnchost="[::1]"
|
||||||
|
|
||||||
# Uncomment to use stdio for the serial console.
|
# Uncomment to use stdio for the serial console.
|
||||||
#comoutput=stdio
|
#comoutput=stdio
|
||||||
|
|
Loading…
Reference in a new issue