Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: miekg/dns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.50
Choose a base ref
...
head repository: miekg/dns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.51
Choose a head ref
  • 14 commits
  • 36 files changed
  • 12 contributors

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    4822b27 View commit details
    Browse the repository at this point in the history
  2. fix: example in docs with invalid syntax (#1401)

    fixes invalid syntax in one of the examples of the README
    elsbrock authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    16b12df View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Add slackhq/nebula to users (#1403)

    This is currently used to provide DNS server capabilities to the nebula lighthouses.
    jasikpark authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    8c643eb View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. NextLabel: document neg. offset will panic (#1406)

    Fixes: #1404
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    3b7e0b9 View commit details
    Browse the repository at this point in the history
  2. edns: add missing dig options (#1389)

    * edns: add missing dig options
    
    Signed-off-by: Sam Therapy <sam@samtherapy.net>
    
    * Apply suggested change
    
    Signed-off-by: Sam Therapy <sam@samtherapy.net>
    
    Signed-off-by: Sam Therapy <sam@samtherapy.net>
    SamTherapy authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    caa3fe0 View commit details
    Browse the repository at this point in the history
  3. Run gofmt -w -s *.go (#1408)

    Signed-off-by: Miek Gieben <miek@miek.nl>
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    4bd038e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Remove space between NextLabel func and doc comment (#1410)

    This was mistakenly added in #1406.
    tmthrgd authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    41a7730 View commit details
    Browse the repository at this point in the history
  2. Update edns.go (#1409)

    mosajjal authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    fe20d5d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Fix typos (#1413)

    Found via `codespell -L ede,ans,te,crasher`
    kianmeng authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    0089167 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. readme: add some very thankful users (#1415)

    dnschecktool authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    f8a185d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Update actions & add go 1.19.x and 1.20.x to go workflow (#1414)

    * Update actions
    
    * Update go.yml
    
    * Update go.yml
    
    * Update go.yml
    SpencerIsGiddy authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d8fbd0a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    a36d0ce View commit details
    Browse the repository at this point in the history
  2. Add AMTRELAY and IPSECKEY RR types (#1402)

    * bump deps for go generate
    
    * add AMTRELAY and IPSECKEY RRs
    
    * PR fixes
    
    * PR fixes
    
    * AMTRELAY: remove special-casing for discovery
    monoidic authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    21e21a3 View commit details
    Browse the repository at this point in the history
  3. Release 1.1.51

    miekg committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    8f21ecc View commit details
    Browse the repository at this point in the history
Loading