Show specified WireGuard interface information ${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4" Show all IP addresses allowed for the specified interface sudo wg show "$4" allowed-ips Show all endpoints for the specified interface sudo wg show "$4" endpoints Show all peer IDs for the specified interface sudo wg show "$4" peers Show interface public-key sudo wg show "$4" public-key Shows current configuration and device information sudo wg show "$4" Show WireGuard interface information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_type=wireguard Show detailed Wireguard interface information ${vyos_op_scripts_dir}/interfaces.py show --intf_type=wireguard