]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev2/inactivity-timeout/hosts/moon/etc/swanctl/swanctl.conf
testing: Migrate ikev2-stroke-bye scenarios to vici
[people/ms/strongswan.git] / testing / tests / ikev2 / inactivity-timeout / hosts / moon / etc / swanctl / swanctl.conf
1 connections {
2
3 rw {
4 local_addrs = 192.168.0.1
5
6 local {
7 auth = pubkey
8 certs = moonCert.pem
9 id = moon.strongswan.org
10 }
11 remote {
12 auth = pubkey
13 }
14 children {
15 net {
16 local_ts = 10.1.0.0/16
17 esp_proposals = aes128gcm128-x25519
18 }
19 }
20 version = 2
21 mobike = no
22 proposals = aes128-sha256-x25519
23 }
24 }