From 08f51fded2b5ff6866d755e1db51b2182bbc4e94 Mon Sep 17 00:00:00 2001 From: Vasyl Gello Date: Tue, 6 Aug 2024 06:44:44 +0300 Subject: [PATCH] Canonicalize DNS example in readme Signed-off-by: Vasyl Gello --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2a425e..368b662 100644 --- a/README.md +++ b/README.md @@ -146,13 +146,13 @@ start yggstack pointing to a [DNS server](https://yggdrasil-network.github.io/se for example: ``` -yggstack -useconffile ygg-client.conf -nameserver '[324:71e:281a:9ed3::53]:53' -socks 127.0.0.1:9060 +yggstack -useconffile /path/to/yggdrasil.conf -nameserver '[324:71e:281a:9ed3::53]:53' -socks 127.0.0.1:1080 ``` and test if resolver works: ``` -curl -x socks5h://127.0.0.1:9060 http://web.mc.ygg +curl -x socks5h://127.0.0.1:1080 http://web.mc.ygg ``` ### pk.ygg DNS resolver