forgejo-runner: set explicit DNS to fix container resolution

Runner containers (via Podman compat) couldn't resolve external hosts
after AdGuard stopped binding to 0.0.0.0. Point them at 10.0.0.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-21 14:44:26 +01:00
parent fb2d3a1ff7
commit 8b6029ca86

View file

@ -30,6 +30,7 @@
# runner falls back to the Forgejo instance's mirror (data.forgejo.org)
# which doesn't host most GitHub-marketplace actions.
settings.runner.default_actions_url = "https://github.com";
settings.container.dns_server = "10.0.0.1";
};
};
};