extern ipv6 van opsense ge-update nav Glasnet migratie
This commit is contained in:
parent
ee3de2feed
commit
d7ef46b642
1 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ ssh_ca_host_ca_private_key: !vault |
|
|||
6537646639613534666533626339356335396634613765616664
|
||||
|
||||
external_ipv4_address: "192.145.57.90"
|
||||
external_ipv6_address: ""
|
||||
external_ipv6_address: "2a0d:6e00:1a77::1"
|
||||
|
||||
bind_zone_ttl: 1h
|
||||
bind_allow_query:
|
||||
|
@ -115,11 +115,11 @@ bind_zones:
|
|||
ip: "{{external_ipv4_address}}"
|
||||
- name: wg
|
||||
ip: "{{external_ipv4_address}}"
|
||||
ipv6: 2a02:58:1:e::1afb
|
||||
ipv6: "{{external_ipv6_address}}"
|
||||
- name: wg4
|
||||
ip: "{{external_ipv4_address}}"
|
||||
- name: wg6
|
||||
ipv6: 2a02:58:1:e::1afb
|
||||
ipv6: "{{external_ipv6_address}}"
|
||||
- name: tuindersweijde
|
||||
ip: "{{external_ipv4_address}}"
|
||||
- name: ns
|
||||
|
|
Loading…
Reference in a new issue