Need to return a different ip than looked up

$ cat /etc/apt/sources.list
[..]
deb     http://deb.debian.org/debian     bookworm main contrib non-free-firmware
deb-src http://deb.debian.org/debian     bookworm main contrib non-free-firmware
$ dig +short _http._tcp.deb.debian.org srv
10 1 80 debian.map.fastlydns.net.
$ dig +short debian.map.fastlydns.net.
151.101.38.132

Below is a better example for the XBian distro based on Debian and offering three APT mirrors via those SRV records:

$ dig +short _http._tcp.apt.xbian.org srv
10 1 80 xbian-apt.mirrorservice.org.
10 1 80 apt.xbian.org.
10 1 80 apt1.xbian.org.

You could try create a debian.map.fastlydns.net. DNS record via the Pi-hole webGUI and point it to that US based IP you found.
Of course if Debian or Fastlydns decides to change any, it breaks again.