mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
49 lines
961 B
Plaintext
49 lines
961 B
Plaintext
{
|
|
"args": {
|
|
"podman_options": {
|
|
"isolate": "true",
|
|
"mtu": "1500"
|
|
}
|
|
},
|
|
"cniVersion": "0.4.0",
|
|
"name": "sobridge",
|
|
"plugins": [
|
|
{
|
|
"type": "bridge",
|
|
"bridge": "sobridge",
|
|
"isGateway": true,
|
|
"ipMasq": false,
|
|
"mtu": 1500,
|
|
"hairpinMode": false,
|
|
"ipam": {
|
|
"type": "host-local",
|
|
"routes": [
|
|
{
|
|
"dst": "0.0.0.0/0"
|
|
}
|
|
],
|
|
"ranges": [
|
|
[
|
|
{
|
|
"subnet": "172.17.1.0/24",
|
|
"gateway": "172.17.1.1"
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"capabilities": {
|
|
"ips": true
|
|
}
|
|
},
|
|
{
|
|
"type": "portmap",
|
|
"capabilities": {
|
|
"portMappings": false
|
|
}
|
|
},
|
|
{
|
|
"type": "tuning"
|
|
}
|
|
]
|
|
}
|