18 lines
300 B
Text
18 lines
300 B
Text
{
|
|
"name": "fcnet",
|
|
"cniVersion": "0.4.0",
|
|
"plugins": [
|
|
{
|
|
"type": "ptp",
|
|
"ipMasq": true,
|
|
"ipam": {
|
|
"type": "host-local",
|
|
"subnet": "192.168.127.0/24",
|
|
"resolvConf": "/etc/resolv.conf"
|
|
}
|
|
},
|
|
{
|
|
"type": "tc-redirect-tap"
|
|
}
|
|
]
|
|
}
|