You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the removal of SECURITY.md, the documentation of the configuration does not indicate anymore how to start the nlsr daemon without check for certificate, which can be achieved by sing this settings :
security
{
validator
{
trust-anchor
{
type any
}
}
prefix-update-validator
{
trust-anchor
{
type any
}
}
}