# activate on boot auto user-tunnel # interface configuration iface user-tunnel inet static address 192.168.1.24/24 pre-up wg-quick up $IFACE post-down wg-quick down $IFACE