Custom DNS blocked on iOS #1946
Unanswered
uv7jWsX7qO
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've gone through and setup, to the best of my ability, blocky on docker. At the moment everything is working correctly on my desktop (Fedora 43 and Windows 11 using Firefox in both cases), however, any of my custom dns entries for my domain fail on my iOS devices.
For reference, the way I'm using my domain is as follows:
service.mydomain.com
I'm using Traefik as my reverse proxy and as mentioned above, this is working exactly as expected on everything except for iOS devices. The relevant custom dns configuration in my config file is:
mapping:
mydomain.com: 192.168.0.11
Where 192.168.0.11 is the docker host for my Traefik instance.
I'm sure that it's a schoolboy error somewhere in there but would appreciate any help. Happy to provide further details if that would be useful.
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions