Use IPv6 by default

This commit is contained in:
Anthony Rose 2022-09-06 22:55:36 +01:00
parent 0d51a321e8
commit 2057cd5562

View file

@ -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