Update 'README.md'

This commit is contained in:
lnkr 2022-05-06 17:59:29 +03:00
parent 33f65f3b72
commit fee9516da4
1 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# plugmein.bat
Instantly connect your (or someone else's) dumb Windows ass to the Yggdrasil Network on demand, with single `.bat` file, no brains required.
Instantly connect your (or someone else's) dumb **Windows** ass to the **Yggdrasil Network** on demand, with single `.bat` file, no brains required.
![run as adm](_launch.png)
@ -15,11 +15,9 @@ Instantly connect your (or someone else's) dumb Windows ass to the Yggdrasil Net
- Right-click it
- Run as administrator
- Congratulations!
- Your Yggdrasil network address has been copied to the clipboard, you can share it with someone, e.g. to get help through SSH/VNC/RDP
- Your Yggdrasil network **address has been copied to the clipboard**, you can share it with someone, e.g. to get help through SSH/VNC/RDP
Client window looks like that, green text means that the connection was successful.
Close this window to disconnect.
Client window looks like that, green text means that the connection was successful. Close this window to disconnect.
![cmd windows](_cmd.png)
@ -29,8 +27,8 @@ To connect to Yggdrasil network, it uses [Popura](https://github.com/popura-netw
It also downloads and unpacks [Wintun](https://www.wintun.net/) - Wireguard TUN driver that Yggdrasil uses to create virtual network adapter.
Downloads handled through [bitsadmin](https://docs.microsoft.com/ru-ru/windows-server/administration/windows-commands/bitsadmin), unpacking is done by `tar` (which has been [added in the Insider Build 17063](https://docs.microsoft.com/en-us/virtualization/community/team-blog/2017/20171219-tar-and-curl-come-to-windows), in the same patch that added `curl`, which would help a lot, but those sons of bitches broke it a long time ago and aren't interested in fixing it)
Downloads handled through [bitsadmin](https://docs.microsoft.com/ru-ru/windows-server/administration/windows-commands/bitsadmin), unpacking is done by `tar` (which has been [added in the Insider Build 17063](https://docs.microsoft.com/en-us/virtualization/community/team-blog/2017/20171219-tar-and-curl-come-to-windows), in the same patch that added `curl`, which would help a lot, but those sons of bitches broke it a long time ago and aren't interested in fixing it).
## Uninstalling
Just delete `plugmein.bat` and `plugmein` folder which was created alongside the `.bat` when it was first started
Just delete `plugmein.bat` and `plugmein` folder which was created alongside the `.bat` when it was first laucnhed.