luscis / openlan

Cloudify VPN written in Golang, and simple deployment via Kubernetes
http://vpn.luscis.cn
GNU General Public License v3.0
56 stars 24 forks source link

Support add findhop by CLI #69

Closed danieldin95 closed 2 months ago

danieldin95 commented 3 months ago

Add a Findhop: hop22

openlan network --name example findhop add --nexthop 192.168.1.1,192.168.1.2 --mode active-backup --name hop22

Using hop22 as route nexthop

openlan network --name example route add --prefix 0.0.0.0/0 --findhop hop22