Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement IPv6 support for DNS, fix some DNS server behaviours #186

Closed
wants to merge 1 commit into from
Closed

Implement IPv6 support for DNS, fix some DNS server behaviours #186

wants to merge 1 commit into from

Commits on Jan 14, 2022

  1. Implement IPv6 support for DNS, fix some DNS server behaviours

    This commit allows the DNS server to serve IPv6 address records (AAAA)
    for both interaction and NS glue. In combination with the changes in
    PRs #181 and #182 this allows for IPv6 interaction and provides more
    opportunities for interaction to ocurr when e.g. IPv6 and IPv4 egress
    firewalling differ on a network being tested.
    
    Specifying the '-ip' option multiple times now allows setting multiple
    response addresses for the DNS server. Both IPv4 and IPv6 addresses are
    supported. If no IP address is specified the auto-detected address will
    be logged at startup time to aid with troubleshooting.
    
    Fixes a couple of behaviour bugs with the DNS server implementation and
    changes the default TTL to 5 from 3600.
    pulse-michaelfincham committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    38934d4 View commit details
    Browse the repository at this point in the history