Add note on IPv6 support

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2025-01-07 17:38:17 +01:00
parent dbaaa0a16a
commit 3a84de38cb
Signed by: Mark.TwoFive
GPG key ID: 5B5EBCBE331F1E6F

View file

@ -65,6 +65,7 @@ Or, if you're volunteering another runner for our instance, please contact us to
```bash ```bash
# As forgejo-runner # As forgejo-runner
forgejo-runner generate-config > config.yml 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: # We're about to enter secrets into the terminal, disable history:
set +o history set +o history