mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(go2rtc): HomeKit fuckery
This commit is contained in:
@@ -30,3 +30,4 @@ homekit:
|
||||
living_room_c220_homekit:
|
||||
name: Living Room Camera
|
||||
pin: ${TAPO_C220_LIVING_ROOM_HOMEKIT_PIN}
|
||||
pairings: ${TAPO_C220_LIVING_ROOM_HOMEKIT_PAIRINGS}
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
"ipam": {
|
||||
"type": "static",
|
||||
"routes": [
|
||||
{ "dst": "0.0.0.0/0", "gw": "${IP_ROUTER_VLAN_IOT}" }
|
||||
{ "dst": "0.0.0.0/0", "gw": "${IP_ROUTER_VLAN_IOT}" },
|
||||
{ "dst": "224.0.0.0/4", "gw": "${IP_ROUTER_VLAN_IOT}" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user