You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What if I want to listen the management UI and the DoH on two different IP addresses? How can I make this to work?
For context: I'd like to expose https port for DoH to the internet, while accessing the management UI via a Tailscalle IP. AFAIKT, once you expose the 443 port for DoH to the internet, the same port can be used to access the management UI.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As far as I can tell, there's only one
httpsServer
in the code:AdGuardHome/internal/home/web.go
Line 308 in dedbada
What if I want to listen the management UI and the DoH on two different IP addresses? How can I make this to work?
For context: I'd like to expose https port for DoH to the internet, while accessing the management UI via a Tailscalle IP. AFAIKT, once you expose the 443 port for DoH to the internet, the same port can be used to access the management UI.
Beta Was this translation helpful? Give feedback.
All reactions