We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a16a6 commit 8a7ec17Copy full SHA for 8a7ec17
1 file changed
includes/installation/additional_ipv6.md
@@ -13,8 +13,10 @@ diese in nginx verwendet werden kann.
13
# ipv6 address of the host
14
address 2001:db8:1234:5678::1/64
15
gateway 2001:db8::1
16
+
17
# service.domain.de
- post-up ip -6 a add 2001:db8:1234:5678:5eca:dc9d:fd4e:6564/64 dev eth0
18
+ post-up ip -6 a add 2001:db8:1234:5678:5eca:dc9d:fd4e:6564/64 dev $IFACE
19
+ pre-down ip -6 a del 2001:db8:1234:5678:5eca:dc9d:fd4e:6564/64 dev $IFACE
20
```
21
22
=== "Ubuntu"
0 commit comments