unifios-utilities/unbound/cni_plugins/21-unbound.conflist

25 lines
428 B
Plaintext
Raw Normal View History

{
"cniVersion": "0.4.0",
"name": "unbound",
"plugins": [
{
"type": "macvlan",
"mode": "bridge",
"master": "br5",
"mac": "EE:CC:EC:A2:7C:D1",
"ipam": {
"type": "static",
"addresses": [
{
"address": "10.0.5.3/24",
"gateway": "10.0.5.1"
}
],
"routes": [
{"dst": "0.0.0.0/0"}
]
}
}
]
}