From 3a84de38cb92707ec5577567942732899bec8c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Le=C3=9Fmann=20=28=40MarkL4YG=29?= Date: Tue, 7 Jan 2025 17:38:17 +0100 Subject: [PATCH] Add note on IPv6 support --- docs/hosting-runners.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hosting-runners.md b/docs/hosting-runners.md index c41693e..dc990bc 100644 --- a/docs/hosting-runners.md +++ b/docs/hosting-runners.md @@ -65,6 +65,7 @@ Or, if you're volunteering another runner for our instance, please contact us to ```bash # As forgejo-runner forgejo-runner generate-config > config.yml +# You should open the config.yml and enable IPv6 support! (Your cloud host might charge extra for IPv4 connectivity) # We're about to enter secrets into the terminal, disable history: set +o history