fix(vcr): cover full RFC1918 172.16.0.0/12 range in local prefixes

This commit is contained in:
Cursor Agent 2026-05-13 00:47:44 +00:00
parent dd89b9304f
commit ba0f4c1566
No known key found for this signature in database

View file

@ -540,6 +540,17 @@ _LIVE_CALL_LOCAL_PREFIXES = (
"172.18.",
"172.19.",
"172.20.",
"172.21.",
"172.22.",
"172.23.",
"172.24.",
"172.25.",
"172.26.",
"172.27.",
"172.28.",
"172.29.",
"172.30.",
"172.31.",
"192.168.",
)