#!/sbin/openrc-run start() { wg-quick up wg0 ip r add 192.168.64.0/24 dev wg0 } stop() { wg-quick down wg0 }