mirror of
https://github.com/yggdrasil-network/yggstack.git
synced 2025-04-28 14:15:07 +03:00
README: Add info about .pk.ygg resolver
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
parent
b763fe3f59
commit
a0295906ba
1 changed files with 15 additions and 0 deletions
15
README.md
15
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
|
You can even run several Yggstack instances with different configurations
|
||||||
on the same OS and user!
|
on the same OS and user!
|
||||||
|
|
||||||
|
### pk.ygg DNS resolver
|
||||||
|
|
||||||
|
One unique feature of Yggstack is built-in DNS resolver functionality using
|
||||||
|
`<publickey>.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
|
||||||
|
|
||||||
Documentation is available [on our website](https://yggdrasil-network.github.io).
|
Documentation is available [on our website](https://yggdrasil-network.github.io).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue