fix(go2rtc): HomeKit fuckery

This commit is contained in:
JJGadgets
2025-08-09 22:16:38 +08:00
parent fd611d3087
commit b11e2e6fe1
2 changed files with 2 additions and 1 deletions

View File

@@ -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}

View File

@@ -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}" }
]
}