mirror of
https://github.com/yggdrasil-network/yggstack.git
synced 2025-04-27 13:45:07 +03:00
Canonicalize DNS example in readme
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
parent
7a72fe25ab
commit
08f51fded2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue