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
this error in config file for unbound related with # Ensure kernel buffer is large enough to not lose messages in traffix spikes so-rcvbuf: 4m so-sndbuf: 4m
this error in config file for unbound related with
# Ensure kernel buffer is large enough to not lose messages in traffix spikes so-rcvbuf: 4m so-sndbuf: 4m
@jo20201 yea your right. 4m seems to work fine on PI. You can set it in unbound.conf in kb. For example if it shows :
unbound.conf
Open sudo nano /etc/unbound/unbound.conf.d/unbound.conf and set
sudo nano /etc/unbound/unbound.conf.d/unbound.conf
Restart service:
sudo systemctl restart unbound
and no error
Originally posted by @trinib in #29 (comment)
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days
Sorry, something went wrong.
trinib
No branches or pull requests
@jo20201 yea your right. 4m seems to work fine on PI.
You can set it in
unbound.conf
in kb. For example if it shows :Open
sudo nano /etc/unbound/unbound.conf.d/unbound.conf
and setRestart service:
and no error
Originally posted by @trinib in #29 (comment)
The text was updated successfully, but these errors were encountered: