mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
e6bf691ed8
Suggesting that people just fill-in the last bit of a legitimately-started, fake Ubiquiti mac address. Very unlikely anyone will have an Iridium satellite on their network, thus I've used the prefix for Iridium here :) 00:1C:B4. Advantage is that people will now start this with a legit prefix and know the FORMAT to prevent dashes / cruft.
25 lines
468 B
Plaintext
25 lines
468 B
Plaintext
{
|
|
"cniVersion": "0.4.0",
|
|
"name": "dns",
|
|
"plugins": [
|
|
{
|
|
"type": "macvlan",
|
|
"mode": "bridge",
|
|
"master": "br5",
|
|
"mac": "add 3 fake hex portions, replacing x's here 00:1c:b4:xx:xx:xx",
|
|
"ipam": {
|
|
"type": "static",
|
|
"addresses": [
|
|
{
|
|
"address": "10.0.5.3/24",
|
|
"gateway": "10.0.5.1"
|
|
}
|
|
],
|
|
"routes": [
|
|
{"dst": "0.0.0.0/0"}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|