Explorar el Código

free configurable ipv6 for hetzner

master
padre
commit
4d22e9546c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      templates/profiles/hetzner_server.j2

+ 1
- 1
templates/profiles/hetzner_server.j2 Ver fichero

@@ -14,7 +14,7 @@ iface eth0 inet static
dns-nameservers 213.133.98.98 213.133.99.99 213.133.100.100

iface eth0 inet6 static
address {{ hetzner_server_ipv6_subnet | ipaddr('1') | ipv6('address') }}
address {{ hetzner_server_ipv6 | ipv6('address') }}
netmask 128
gateway fe80::1
dns-nameservers 2a01:4f8:0:1::add:1010 2a01:4f8:0:1::add:9999 2a01:4f8:0:1::add:9898


Cargando…
Cancelar
Guardar