mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
7fcb9c77b1
* Remove the 'mqtt-' prefix from mosquittos directory * Fix invalid cni conflist filename for mosquitto * Minor guide intro rephrasing * Commit 45-mosquitto.sh with execute permissions added * Cleanup config from options which are already provided by default * Minor mosquitto guide refactor & cleanup * Update reference to mosquitto guide * Fix typo
32 lines
702 B
Plaintext
32 lines
702 B
Plaintext
{
|
|
"cniVersion": "0.4.0",
|
|
"name": "mosquitto",
|
|
"plugins": [
|
|
{
|
|
"type": "bridge",
|
|
"bridge": "br20",
|
|
"ipam": {
|
|
"type": "host-local",
|
|
"ranges": [
|
|
[
|
|
{
|
|
"subnet": "10.0.20.0/24",
|
|
"rangeStart": "10.0.20.4",
|
|
"rangeEnd": "10.0.20.4",
|
|
"gateway": "10.0.20.1"
|
|
}
|
|
]
|
|
],
|
|
"routes": [
|
|
{"dst": "0.0.0.0/0"}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "tuning",
|
|
"capabilities": {
|
|
"mac": true
|
|
}
|
|
}
|
|
]
|
|
} |