home.social

#knotresolver — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #knotresolver, aggregated by home.social.

  1. Our #stand at #NetworkX is #ready! If you are around and want to learn more about our #opensource #secure #wifi #router #OmniaNG or about other #CZNIC projects like #Bird or #KnotResolver, drop by and talk to us!

  2. Our at is ! If you are around and want to learn more about our or about other projects like or , drop by and talk to us!

  3. Our #stand at #NetworkX is #ready! If you are around and want to learn more about our #opensource #secure #wifi #router #OmniaNG or about other #CZNIC projects like #Bird or #KnotResolver, drop by and talk to us!

  4. Our #stand at #NetworkX is #ready! If you are around and want to learn more about our #opensource #secure #wifi #router #OmniaNG or about other #CZNIC projects like #Bird or #KnotResolver, drop by and talk to us!

  5. Our #stand at #NetworkX is #ready! If you are around and want to learn more about our #opensource #secure #wifi #router #OmniaNG or about other #CZNIC projects like #Bird or #KnotResolver, drop by and talk to us!

  6. @DJGummikuh Hi, is actually made to be compatible with as much as possible. Only thing where we differ is settings. We are using (for and more). You can enable and ignore DNS settings in reForis. For the rest of the system, we are just handling 😉 But we push all necessary patches to kernel, so you can install not only (there is contributed howto on their wiki), but also many other distributions 😉

  7. @yojimbo That's what's configured.

    There's also a specific request to not cache results for the domains in question.

    -- Forward archive.is/archive.fo queries as Cloudflare breaks these.
    -- Sun Jun 2 00:43:35 CDT 2019

    extraTrees = policy.todnames({'archive.is', 'archive.ph', 'archive.vn', 'archive.fo', 'archive.li', 'archive.md', 'archive.today' })

    policy.add(policy.suffix(policy.FLAGS({'NO_CACHE'}), extraTrees))


    policy.add(
    policy.suffix(
    policy.STUB('192.168.0.1'), {
    -- policy.STUB('8.8.8.8'), {
    todname('archive.is'),
    todname('archive.ph'),
    todname('archive.vn'),
    todname('archive.fo'),
    todname('archive.li'),
    todname('archive.md'),
    todname('archive.today')
    }
    )
    )

    I'm restarting kresd to test (should clear caches), as well as the upstream. And restarting Android networking (clears Android's own DNS cache).

    Still naada.

    @freakazoid @dch @jpmens

    #kresd #KnotResolver #DNS #Networking

  8. #DearMastomind I am trying to grok kresd, the Knot Resolver (used on the Turris Omnia) ... and ... am encoutering impenetrable documentation.

    If there's anyone famiar with it, my current goals:

    • Point specific domains at a specific DNS server.
    • Map one domain to another. E.g., youtube.com -> yewtu.be, reddit.com -> teddit.net, etc.
    • Assign specific IPs to specific hosts.

    knot-resolver.readthedocs.io/e

    My other option is to redo my DNS configuration using DNSMasq. Which quite frankly is probably preferable as its documentation and configuration are much more sane.

    #kresd #KnotResolver #Turris #Omnia #TurrisOmnia #OpenWRT #DNS #dnsmasq