mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
29 lines
583 B
Plaintext
29 lines
583 B
Plaintext
{
|
|
"cniVersion": "0.4.0",
|
|
"name": "dns",
|
|
"plugins": [
|
|
{
|
|
"type": "macvlan",
|
|
"mode": "bridge",
|
|
"master": "br5",
|
|
"mac": "PUT YOUR GENERATED OWN MAC HERE",
|
|
"ipam": {
|
|
"type": "static",
|
|
"addresses": [
|
|
{
|
|
"address": "10.0.5.3/24",
|
|
"gateway": "10.0.5.1"
|
|
},
|
|
{
|
|
"address": "fd62:89a2:fda9:e23::2/64",
|
|
"gateway": "fd62:89a2:fda9:e23::1"
|
|
}
|
|
],
|
|
"routes": [
|
|
{"dst": "0.0.0.0/0"},{"dst": "::/0"}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|