meshname: fix mx records and support for reverse-ips
All checks were successful
checks-impure / test (pull_request) Successful in 1m50s
checks / test (pull_request) Successful in 2m15s

This commit is contained in:
Jörg Thalheim 2023-11-16 17:32:05 +01:00
parent 7f6b0dfaea
commit 5e280674fa

View File

@ -10,8 +10,8 @@ buildGoModule {
src = fetchFromGitHub {
owner = "Mic92";
repo = "meshname";
rev = "b3c0ec1cafcb91ae7801b139777ff5ffad4c8fed";
hash = "sha256-uPon66nc5vw2QbbrNPXcCkO7T0l0foYovyR1adL9JBg=";
rev = "9b11879d63ac02b0df59960f47063aefc1baf176";
hash = "sha256-oK2fKxCSonWs87s7BRdLO8GRm5MCfQNaJE7AoaH6K/c=";
};
subPackages = [ "cmd/meshnamed" ];