feat!(podman): Enable dual stack by default

This commit is contained in:
Saibotk 2024-09-12 23:21:21 +02:00
parent 1f6d3691fc
commit 3ecd8738ab
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -14,7 +14,7 @@ podman_usernamespace_uid_amount: 2147483648
# This should not include the prefix-length, so the setting should end with "::" # This should not include the prefix-length, so the setting should end with "::"
# NOTE: This needs the default network to be recreated. Rebooting works and so should stopping # NOTE: This needs the default network to be recreated. Rebooting works and so should stopping
# all containers. # all containers.
# podman_default_network_ipv6_prefix: "fdfc:ace7:1f7c:4ff3::" podman_default_network_ipv6_prefix: "fdfc:ace7:1f7c:4ff3::"
# Podman allows to set a timezone (--tz flag) for each container. A default can be set # Podman allows to set a timezone (--tz flag) for each container. A default can be set
# in any of the containers.conf config files. # in any of the containers.conf config files.