We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3772d2b commit cdddd57Copy full SHA for cdddd57
itamae/cookbooks/strongswan/templates/etc/swanctl/conf.d/yukari.conf
@@ -1,4 +1,15 @@
1
connections {
2
+ to_linklocal {
3
+ children {
4
+ pass {
5
+ local_ts = 10.8.192.42/32
6
+ remote_ts = 169.254.169.253/32
7
+ mode = pass
8
+ start_action = trap
9
+ }
10
11
12
+
13
kizuna {
14
local_addrs = 2406:da14:37f:7c0d::fffe
15
remote_addrs = 240b:250:8020:d00::1
@@ -13,7 +24,7 @@ connections {
24
children {
25
net-net {
26
local_ts = 10.8.192.0/20
16
- remote_ts = 10.8.0.0/19, 10.8.208.0/20, 10.255.255.1/32
27
+ remote_ts = 0.0.0.0/0
17
28
18
29
updown = /usr/lib/ipsec/_updown iptables
19
30
esp_proposals = aes256-sha512-modp2048
0 commit comments