소스 검색

use first address of subnet

master
부모
커밋
ba2a972200
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      templates/profiles/hetzner_server.j2

+ 1
- 1
templates/profiles/hetzner_server.j2 파일 보기

@@ -13,7 +13,7 @@ iface eth0 inet static
pointopoint {{hetzner_server_gateway}}

iface eth0 inet6 static
address {{hetzner_server_main_ipv6}}
address {{ hetzner_server_ipv6_subnet | ipaddr('1') | ipv6('address') }}
netmask 128
gateway fe80::1



불러오는 중...
취소
저장