From f52a1d8b46b919bce3f399fb440804cb6334a0e9 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Tue, 11 Feb 2025 23:34:23 +0100 Subject: [PATCH 1/3] docs(readme): remove mention of specific kubo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0073222..034b67d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # p2p-forge -> An Authoritative DNS server and API for distributing DNS subdomains with CA-signed TLS certificates to libp2p peers. +> An Authoritative DNS server and HTTP+libp2p API for distributing DNS subdomains with CA-signed TLS certificates to libp2p peers. -This is the backend of [`AutoTLS` feature introduced in Kubo 0.32.0-rc1](https://github.com/ipfs/kubo/blob/master/docs/config.md#autotls). -It is deployed at `libp2p.direct` and maintained by [Interplanetary Shipyard](https://github.com/ipshipyard). +This repository includes golang client and the backend of AutoTLS feature (see [blog.ipfs.tech](https://blog.ipfs.tech/2024-shipyard-improving-ipfs-on-the-web/#autotls-with-libp2p-direct), [`AutoTLS` in Kubo](https://github.com/ipfs/kubo/blob/master/docs/config.md#autotls). +A public utility instance for libp2p at `libp2p.direct` is maintained by [Interplanetary Shipyard](https://github.com/ipshipyard). - [High-level Design](#high-level-design) - [Peer Authentication and DNS-01 Challenge and Certificate Issuance](#peer-authentication-and-dns-01-challenge-and-certificate-issuance) From 7fef17457b403f02d79061977877e1ae3c59288e Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 13 Feb 2025 21:07:32 +0100 Subject: [PATCH 2/3] Apply suggestions from code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 034b67d..ece9866 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > An Authoritative DNS server and HTTP+libp2p API for distributing DNS subdomains with CA-signed TLS certificates to libp2p peers. -This repository includes golang client and the backend of AutoTLS feature (see [blog.ipfs.tech](https://blog.ipfs.tech/2024-shipyard-improving-ipfs-on-the-web/#autotls-with-libp2p-direct), [`AutoTLS` in Kubo](https://github.com/ipfs/kubo/blob/master/docs/config.md#autotls). +This repository includes golang client and the backend of AutoTLS feature (see [blog.libp2p.io/autotls](https://blog.libp2p.io/autotls/) and [`AutoTLS` in Kubo](https://github.com/ipfs/kubo/blob/master/docs/config.md#autotls). A public utility instance for libp2p at `libp2p.direct` is maintained by [Interplanetary Shipyard](https://github.com/ipshipyard). - [High-level Design](#high-level-design) From a9fbb3fa42b6cedfd0ada2997ac03f1cab6dfefa Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 13 Feb 2025 21:08:26 +0100 Subject: [PATCH 3/3] Apply suggestions from code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ece9866..bc0d214 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > An Authoritative DNS server and HTTP+libp2p API for distributing DNS subdomains with CA-signed TLS certificates to libp2p peers. -This repository includes golang client and the backend of AutoTLS feature (see [blog.libp2p.io/autotls](https://blog.libp2p.io/autotls/) and [`AutoTLS` in Kubo](https://github.com/ipfs/kubo/blob/master/docs/config.md#autotls). +This repository includes golang client and the backend of AutoTLS feature (see [blog.libp2p.io/autotls](https://blog.libp2p.io/autotls/) and [`AutoTLS` in Kubo](https://github.com/ipfs/kubo/blob/master/docs/config.md#autotls)). A public utility instance for libp2p at `libp2p.direct` is maintained by [Interplanetary Shipyard](https://github.com/ipshipyard). - [High-level Design](#high-level-design)