Skip to content

Commit cc7e584

Browse files
committed
Fix default DNS proxy URL to aitorsr044.workers.dev
1 parent 6f7f2b8 commit cc7e584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/api_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@ def _get_dns_settings(state):
17241724
url = app.get("dns_proxy_url", "")
17251725
# Fallback URL por defecto si no hay URL configurada
17261726
if enabled and not url:
1727-
url = "https://mlsg-dns-worker.calakuad.workers.dev"
1727+
url = "https://mlsg-dns-worker.aitorsr044.workers.dev"
17281728
return {
17291729
"enabled": enabled,
17301730
"url": url,

0 commit comments

Comments
 (0)