mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-12 03:19:36 +03:00
Command: Add wg
for wireguard key generation (#2794)
* Command: Add `wg` for wireguard key generation * Command: Merge `x25519` and `wg`
This commit is contained in:
@ -16,5 +16,6 @@ func init() {
|
||||
tls.CmdTLS,
|
||||
cmdUUID,
|
||||
cmdX25519,
|
||||
cmdWG,
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user