mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Fix haproxy doc (#397)
* Create 21-haproxy.conflist * Update 21-haproxy.conflist * Update README.md * Update README.md * Update update-haproxy.sh * Update README.md * Update README.md
This commit is contained in:
24
haproxy/21-haproxy.conflist
Normal file
24
haproxy/21-haproxy.conflist
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"cniVersion": "0.4.0",
|
||||
"name": "haproxy",
|
||||
"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"}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user