mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix(vcr): cover full RFC1918 172.16.0.0/12 range in local prefixes
This commit is contained in:
parent
dd89b9304f
commit
ba0f4c1566
1 changed files with 11 additions and 0 deletions
|
|
@ -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.",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue