Skip to content

Commit

Permalink
Canonicalize DNS example in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Vasyl Gello <[email protected]>
  • Loading branch information
basilgello committed Aug 6, 2024
1 parent 7a72fe2 commit 08f51fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08f51fd

Please sign in to comment.