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.
34
34
On the client machine:
35
35
36
36
``` 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
+
37
50
$ wush
38
51
┃ Enter the receiver' s Auth key:
39
52
┃ > 112v1RyL5KPzsbMbhT7fkEGrcfpygxtnvwjR5kMLGxDHGeLTK1BvoPqsUcjo7xyMkFn46KLTdedKuPCG5trP84mz9kx
@@ -95,4 +108,5 @@ way more functionality.
95
108
# # Acknowledgements
96
109
97
110
1. [Tailscale](https://tailscale.com)
111
+ 1. [Headscale](https://github.com/juanfont/headscale)
98
112
1. [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 {
76
76
return errors .New ("auth key should not be empty" )
77
77
}
78
78
79
- fmt .Println (base58 .Decode (authKey ))
80
79
decr := bytes .NewReader (base58 .Decode (authKey ))
81
80
82
81
ipLenB , err := decr .ReadByte ()
You can’t perform that action at this time.
0 commit comments