We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mastodon web logs are full of blocking log entries:
[ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked host: 10.1.149.159 [ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked host: 10.1.145.207 [ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked host: 10.1.154.2 [ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked host: 10.1.174.212
Those addresses are the K8S node assigned private addresses. The whole subnet had been added in env variables:
Any ideas on how to resolve that issue?
The text was updated successfully, but these errors were encountered:
Adding the following environment variable worked for me - seems the docker container will only accept requests from LOCAL_DOMAIN:
LOCAL_DOMAIN
extraEnvVars: LOCAL_DOMAIN: your.domain.example.com
Sorry, something went wrong.
No branches or pull requests
Mastodon web logs are full of blocking log entries:
Those addresses are the K8S node assigned private addresses. The whole subnet had been added in env variables:
Any ideas on how to resolve that issue?
The text was updated successfully, but these errors were encountered: