luscis / openlan

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

support ipsec for vxlan #65

Closed danieldin95 closed 3 months ago

danieldin95 commented 3 months ago
conn %default
    keyingtries=%forever
    auto=route
    ike=aes_gcm256-sha2_256
    esp=aes_gcm256
    ikev2=insist

conn tunx-in-1
    type=transport
    left=%defaultroute
    right=45.89.233.156
    authby=secret
    leftprotoport=udp/8472
    rightprotoport=udp

conn tunx-out-1
    type=transport
    left=%defaultroute
    right=45.89.233.156
    authby=secret
    leftprotoport=udp
    rightprotoport=udp/8472