Skip to content

Commit

Permalink
i mean, i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
tqbf committed Feb 27, 2021
1 parent 48b9543 commit 23595b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/wireguard.go
Expand Up @@ -450,8 +450,8 @@ type PeerStatusJson struct {
func generateTokenConf(ctx *cmdctx.CmdContext, idx int, stat *PeerStatusJson, privkey string) error {
fmt.Printf(`
!!!! WARNING: Output includes private key. Private keys cannot be recovered !!!!
!!!! after creating the peer; if you lose the key, you'll need to remove !!!!
!!!! and re-add the peering connection. !!!!
!!!! after creating the peer; if you lose the key, you'll need to rekey !!!!
!!!! the peering connection. !!!!
`)

w, shouldClose, err := resolveOutputWriter(ctx, idx, "Filename to store WireGuard configuration in, or 'stdout': ")
Expand Down

0 comments on commit 23595b1

Please sign in to comment.