Giter VIP home page Giter VIP logo

Comments (12)

ahkok avatar ahkok commented on June 3, 2024

On my list to do.

from clr-bundles.

thiagomacieira avatar thiagomacieira commented on June 3, 2024

With support for DNSSEC and updates. I need to be able to use nsupdate on the zone managed by the DNS server.

from clr-bundles.

ahkok avatar ahkok commented on June 3, 2024

I've been looking into powerdns as it separates the authoritative server from the caching server, which is an excellent way to mitigate all sorts of badness. It supports DNSSEC and dynamic DNS.

from clr-bundles.

thiagomacieira avatar thiagomacieira commented on June 3, 2024

glibc has nscd, which is a local caching server.

from clr-bundles.

ahkok avatar ahkok commented on June 3, 2024

a recursive caching server may still be wanted, and we can probably add both (nscd will probably be a pundle anyway).

from clr-bundles.

thiagomacieira avatar thiagomacieira commented on June 3, 2024

https://build.opensuse.org/package/view_file/Base:System/glibc/nscd.service?expand=1:

[Unit]
Description=Name Service Cache Daemon
After=sysinit.target
Wants=nss-lookup.target nss-user-lookup.target
Before=nss-lookup.target nss-user-lookup.target

[Service]
Type=forking
ExecStart=/usr/sbin/nscd
ExecStop=/usr/sbin/nscd --shutdown
ExecReload=/usr/sbin/nscd -i passwd
ExecReload=/usr/sbin/nscd -i group
ExecReload=/usr/sbin/nscd -i hosts
ExecReload=/usr/sbin/nscd -i services
ExecReload=/usr/sbin/nscd -i netgroup
Restart=always
PIDFile=/run/nscd/nscd.pid

[Install]
WantedBy=multi-user.target

from clr-bundles.

hugleo avatar hugleo commented on June 3, 2024

For local cache server we have dnsmasq already

from clr-bundles.

ahkok avatar ahkok commented on June 3, 2024

more diversity is good, nscd may be interesting for some people, so we should just carry it as well.

from clr-bundles.

thiagomacieira avatar thiagomacieira commented on June 3, 2024

nscd can cache more than hostnames, though the value of caching any of those others is dubious.

dnsmasq can server as a DNS server outside of your own machine, though. It also helps that /etc/resolv.conf remains unmodified when you roam.

from clr-bundles.

ahkok avatar ahkok commented on June 3, 2024

the biggest gap is lack of authoritative server. I'm about ready to push pdns into clear and bundle it.

from clr-bundles.

ahkok avatar ahkok commented on June 3, 2024

I'm also adding pdns-recursor at the same time.

from clr-bundles.

ahkok avatar ahkok commented on June 3, 2024

pdns and the recursor are now in a release. I'll be doing some brushing up on them in the next few days to make it nice (e.g. enable pgsql and sqlite, better default config and setup etc.).

from clr-bundles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.