File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,19 @@ Use this key to authenticate other wush commands to this instance.
3434On the client machine:
3535
3636``` bash
37+ $ wush send 1gb.txt
38+ Auth information:
39+ > Server overlay STUN address: Disabled
40+ > Server overlay DERP home: New York City
41+ > Server overlay public key: [NFWN0]
42+ > Server overlay auth key: [mTbpN]
43+ Bringing Wireguard up..
44+ Wireguard is ready!
45+ Received peer
46+ Peer active with relay nyc
47+ Peer active over p2p 172.20.0.13:53768
48+ Uploading " 1gb.txt" 100% | ██████████████████████████████████████████████| (2.1/2.1 GB, 376 MB/s)
49+
3750$ wush
3851┃ Enter the receiver' s Auth key:
3952┃ > 112v1RyL5KPzsbMbhT7fkEGrcfpygxtnvwjR5kMLGxDHGeLTK1BvoPqsUcjo7xyMkFn46KLTdedKuPCG5trP84mz9kx
@@ -95,4 +108,5 @@ way more functionality.
95108# # Acknowledgements
96109
971101. [Tailscale](https://tailscale.com)
111+ 1. [Headscale](https://github.com/juanfont/headscale)
981121. [Wireguard-go](https://github.com/WireGuard/wireguard-go)
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ func (ca *ClientAuth) Parse(authKey string) error {
7676 return errors .New ("auth key should not be empty" )
7777 }
7878
79- fmt .Println (base58 .Decode (authKey ))
8079 decr := bytes .NewReader (base58 .Decode (authKey ))
8180
8281 ipLenB , err := decr .ReadByte ()
You can’t perform that action at this time.
0 commit comments