diff options
| -rw-r--r-- | vpn/strongswan.conf | 1 | ||||
| -rw-r--r-- | vpn/swanctl.conf.tpl | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/vpn/strongswan.conf b/vpn/strongswan.conf index e2543a5..eeed46c 100644 --- a/vpn/strongswan.conf +++ b/vpn/strongswan.conf @@ -12,6 +12,5 @@ charon { } } send_vendor_id = no - fragment_size = 0 } include strongswan.d/*.conf diff --git a/vpn/swanctl.conf.tpl b/vpn/swanctl.conf.tpl index da988e0..1fc84df 100644 --- a/vpn/swanctl.conf.tpl +++ b/vpn/swanctl.conf.tpl @@ -1,6 +1,7 @@ connections { ikev2-eap { version = 2 + fragmentation = no # iOS/macOS/Android 互換の暗号スイート proposals = aes256gcm16-prfsha256-ecp256,aes256-sha256-ecp256,aes256gcm16-prfsha384-ecp384,aes256-sha256-modp2048,aes256-sha1-modp2048 |
