GlennHD
GlennHD
https://public-dns.info/nameservers.txt I've been using this list for "known" public DNS servers. Granted, these DNS servers may not be fully trusted but they are up-to-date (about 22K rows). Also, they have...
> I'm currently getting this error when I run `sudo -u www-data /var/www/MISP/venv/bin/pip install -I -r REQUIREMENTS` > > Is there a fix for this? I think it's safe to...
This shouldn't be too hard to do based on LDAP group. But until then, just add the following line in your `jupyterhub_config.py` file. ``` c.Authenticator.admin_users = {'MY_LDAP_ADMIN_ACCOUNT'} ```
@seal61 so close!!! Try this. ``` c.Authenticator.admin_users = {'user1', 'user2', 'user3'} ```
Did you read the readme? =) [Specified key was too long](https://github.com/MISP/MISP-Taxii-Server#specified-key-was-too-long)
Same compilation error for me (v4.2.3) on Debian 11.
> I'd like to have this so I can use a volume/mount for MISP warninglists. Being able to specify a mount would allow me to share this between my MISP...