By default, Hermes blocks requests from the agent if they seem to target local IP addresses:
Blocked: URL targets a private or internal network address
However, I think that should be a switch/env variable and not a hardcoded default since on some networks like ones with openwrt/proxies, all domains will return as local ip addresses on resolve:
> nslookup nousresearch.com
Server: 127.0.0.53
Address: 127.0.0.53#53
Non-authoritative answer:
Name: nousresearch.com
Address: 198.18.23.183
Could this be implemented? Or is the issue in something else? Is there a workaround?