#Using Nginx Proxy to make subdomains for apps (eg radarr.home.com) but apps can't access internet

6 messages · Page 1 of 1 (latest)

last delta
#

Nginx configuration

#

Radarr container settings

#

Adguard dns rewrites

#

Radarr general config

#

Dunno if it's a docker issue in general somehow (was working until I did the dns rewrite stuff)

#

I've tested docker connections and it can connect to IPs but not domains

docker run busybox ping -c 1 192.203.230.10
PING 192.203.230.10 (192.203.230.10): 56 data bytes
64 bytes from 192.203.230.10: seq=0 ttl=56 time=9.883 ms

--- 192.203.230.10 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 9.883/9.883/9.883 ms