Restart wireguard interface thru console

Hi there! I'm trying to achieve a seemingly easy thing: I want to be able to restart wireguard interface through console without using LUCI. wg-quick utility doesn't seem to exist for openwrt, and enabling/disabling interface via 'ip' command doesn't work because this interface is virtual and created by the wireguard package script.
Are there any other options out there to achieve this?

ifdown <wg_interface_name>
ifup <wg_interface_name> 
2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.