mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
Mikaela Suomalainen
d17a1d936b
I want DNSMasq to behave a little differently from the NetworkManager defaults. The default cache size of 150/400 seems a little small and 10 000 probably won't be full soon and I am sure modern systems at least at home where I am using dnsmasq again won't suffer from it. By default dnsmasq started by NEtworkManager only listens on 127.0.0.1 while ::1 also exists, I want it to be also listened on in case anything decides to try querying with it. DNSSEC is not checked by default while I want that behaviour, but as I am using OpenDNS I cannot make it verify unsigned zones are unsigned :( Also add symlink to trust-anchors.conf that should ship with DNSSEC to avoid having to deal with it manually. It should work as a reminder that it's also needed. |
||
---|---|---|
.mikaela | ||
conf | ||
etc | ||
gpg | ||
rc | ||
Windows | ||
.gitignore | ||
.mailmap | ||
.mikaela_install | ||
chmod | ||
install | ||
install.run | ||
LICENSE.md | ||
README.md |
Config files that I wish to have everywhere. You could probably call this repository as dotfiles, but historical reasons…
Directories explained
- .mikaela — files that most likely aren’t suitable for places where other people than me have access too
- Windows — files releated to Windows
- conf — config files like .tmux.conf
- etc — /etc/
- gpg — GNU Privacy Guard config files, ~/.gnupg/
- rc — bashrc, zshrc, vimrc…