Skip to content

v0.13.0

Choose a tag to compare

@nicobailon nicobailon released this 25 Jun 07:42

Added

  • Added ssrf.allowRanges config to exempt CIDR ranges (e.g. 198.18.0.0/15) from the SSRF guard, so fetch_content/web_search work on hosts whose network proxy runs in TUN + fake-IP mode (Surge, Clash, Mihomo, Stash, ...) where public domains resolve into a synthetic reserved range. Off by default. Thanks @TianZuo555 for reporting #101 and PR #102.

Fixed

  • Hardened ssrf.allowRanges validation to reject all-address /0 CIDRs and non-string entries.