use experimental branch for dns to avoid lots of connections attempts

This commit is contained in:
Hannes Mehnert 2023-11-28 15:46:23 +01:00
parent a0f6ae6d02
commit e58953cc86
10 changed files with 12 additions and 12 deletions

View file

@ -21,7 +21,7 @@ depends: [
"lwt" {>= "4.2.1"} "lwt" {>= "4.2.1"}
"mtime" {>= "1.2.0"} "mtime" {>= "1.2.0"}
"mirage-crypto-rng-lwt" {>= "0.11.0"} "mirage-crypto-rng-lwt" {>= "0.11.0"}
"happy-eyeballs" {>= "0.4.0"} "happy-eyeballs" {>= "0.6.0"}
"tls-lwt" {>= "0.16.0"} "tls-lwt" {>= "0.16.0"}
"ca-certs" "ca-certs"
] ]
@ -30,5 +30,5 @@ description: """
A client implementation using uDNS and lwt for side effects. A client implementation using uDNS and lwt for side effects.
""" """
url { url {
src: "git+https://github.com/hannesm/ocaml-dns.git#fix-secondary" src: "git+https://github.com/hannesm/ocaml-dns.git#secondary-avoid-synflood"
} }

View file

@ -23,7 +23,7 @@ depends: [
"mirage-random" {>= "2.0.0"} "mirage-random" {>= "2.0.0"}
"mirage-time" {>= "2.0.0"} "mirage-time" {>= "2.0.0"}
"mirage-clock" {>= "3.0.0"} "mirage-clock" {>= "3.0.0"}
"happy-eyeballs" {>= "0.4.0"} "happy-eyeballs" {>= "0.6.0"}
"tls-mirage" {>= "0.16.0"} "tls-mirage" {>= "0.16.0"}
"x509" {>= "0.16.0"} "x509" {>= "0.16.0"}
"ca-certs-nss" "ca-certs-nss"
@ -33,5 +33,5 @@ description: """
A client implementation using uDNS using MirageOS. A client implementation using uDNS using MirageOS.
""" """
url { url {
src: "git+https://github.com/hannesm/ocaml-dns.git#fix-secondary" src: "git+https://github.com/hannesm/ocaml-dns.git#secondary-avoid-synflood"
} }

View file

@ -27,5 +27,5 @@ description: """
A client implementation using uDNS. A client implementation using uDNS.
""" """
url { url {
src: "git+https://github.com/hannesm/ocaml-dns.git#fix-secondary" src: "git+https://github.com/hannesm/ocaml-dns.git#secondary-avoid-synflood"
} }

View file

@ -39,5 +39,5 @@ Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
detailed overview. detailed overview.
""" """
url { url {
src: "git+https://github.com/hannesm/ocaml-dns.git#fix-secondary" src: "git+https://github.com/hannesm/ocaml-dns.git#secondary-avoid-synflood"
} }

View file

@ -38,5 +38,5 @@ Forwarding and recursive resolvers as value-passing functions. To be used with
an effectful layer. an effectful layer.
""" """
url { url {
src: "git+https://github.com/hannesm/ocaml-dns.git#fix-secondary" src: "git+https://github.com/hannesm/ocaml-dns.git#secondary-avoid-synflood"
} }

View file

@ -38,5 +38,5 @@ Primary and secondary DNS server implemented in value-passing style. Needs an
effectful layer to be useful. effectful layer to be useful.
""" """
url { url {
src: "git+https://github.com/hannesm/ocaml-dns.git#fix-secondary" src: "git+https://github.com/hannesm/ocaml-dns.git#secondary-avoid-synflood"
} }

View file

@ -39,5 +39,5 @@ Forwarding and recursive resolvers as value-passing functions. To be used with
an effectful layer. an effectful layer.
""" """
url { url {
src: "git+https://github.com/hannesm/ocaml-dns.git#fix-secondary" src: "git+https://github.com/hannesm/ocaml-dns.git#secondary-avoid-synflood"
} }

View file

@ -28,5 +28,5 @@ description: """
TSIG is used to authenticate nsupdate frames using a HMAC. TSIG is used to authenticate nsupdate frames using a HMAC.
""" """
url { url {
src: "git+https://github.com/hannesm/ocaml-dns.git#fix-secondary" src: "git+https://github.com/hannesm/ocaml-dns.git#secondary-avoid-synflood"
} }

View file

@ -45,5 +45,5 @@ Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
detailed overview. detailed overview.
""" """
url { url {
src: "git+https://github.com/hannesm/ocaml-dns.git#fix-secondary" src: "git+https://github.com/hannesm/ocaml-dns.git#secondary-avoid-synflood"
} }

View file

@ -32,5 +32,5 @@ DNSSec (DNS security extensions) for OCaml-DNS, including
signing and verifying of RRSIG records. signing and verifying of RRSIG records.
""" """
url { url {
src: "git+https://github.com/hannesm/ocaml-dns.git#fix-secondary" src: "git+https://github.com/hannesm/ocaml-dns.git#secondary-avoid-synflood"
} }