From a0295906baf03b0192b6152e85ebbd5d136684f5 Mon Sep 17 00:00:00 2001 From: Vasyl Gello Date: Mon, 27 Nov 2023 18:42:50 +0200 Subject: [PATCH] README: Add info about .pk.ygg resolver Signed-off-by: Vasyl Gello --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ffaf6e9..92d0a15 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,21 @@ Unlike mainline Yggdrasil, Yggstack does NOT require privileged access. You can even run several Yggstack instances with different configurations on the same OS and user! +### pk.ygg DNS resolver + +One unique feature of Yggstack is built-in DNS resolver functionality using +`.pk.ygg` format. + +For example, HowToYgg website (whose public key is `d40d4a7153cf288ea28f1865f6cfe95143a478b5c8c9e7cb002a0633d10a53eb`) +can be accessed by any Web browser supporting SOCKS servers +via `http://d40d4a7153cf288ea28f1865f6cfe95143a478b5c8c9e7cb002a0633d10a53eb.pk.ygg` + +You can even use cURL with Yggstack: + +``` +curl -x socks5h://127.0.0.1:1080 http://d40d4a7153cf288ea28f1865f6cfe95143a478b5c8c9e7cb002a0633d10a53eb.pk.ygg +``` + ## Documentation Documentation is available [on our website](https://yggdrasil-network.github.io).