Cacher(apt-cacher-ng) & Debian template extrepo

I’ve checked the connections that are made when running extrepo enable librewolf command using tcpdump and it was accessing extrepo-team.pages.debian.net domain port 443, so I’ve configured passthrough for this connection and then it worked for me.
You can use tcpdump to check where is it connecting and then add the passthrough for this connection.

The PassThroughPattern value is a regex, \. is the escaped . and $ is the end of the line.

I cannot get it working with

Now, after several weeks I need to give up here. Hopefully, someone finds a solution or workaround. Meanwhile, I need to switch to a new default browser.
… luckily Mullvad-Browser still have an old-school repo.

It works for me.
After adding PassThroughPattern, when you run:

http_proxy=http://127.0.0.1:8082 https_proxy=http://127.0.0.1:8082 extrepo enable librewolf

Do you have the same error as this one?

What’s your apt-cache-ng config?
Post the output of this command in cacher qube:

sudo grep -h -o '^[^#]*' /etc/apt-cacher-ng/*.conf