Open xinzhang-lotusflare opened 2 years ago
Currently, for check the status of network, users need to use command sudo wg to check the raw output.
sudo wg
We can add status subcommand to check it by looking for matched IP in allowedIPs.
status
allowedIPs
When user executes llat status, it should print Enabled or Disabled
llat status
Enabled
Disabled
Currently, for check the status of network, users need to use command
sudo wg
to check the raw output.We can add
status
subcommand to check it by looking for matched IP inallowedIPs
.