We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7f2b8 commit cc7e584Copy full SHA for cc7e584
1 file changed
backend/api_server.py
@@ -1724,7 +1724,7 @@ def _get_dns_settings(state):
1724
url = app.get("dns_proxy_url", "")
1725
# Fallback URL por defecto si no hay URL configurada
1726
if enabled and not url:
1727
- url = "https://mlsg-dns-worker.calakuad.workers.dev"
+ url = "https://mlsg-dns-worker.aitorsr044.workers.dev"
1728
return {
1729
"enabled": enabled,
1730
"url": url,
0 commit comments