mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
add mtu in the sswan profile
This commit is contained in:
parent
7214f41cfc
commit
47515154bb
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"uuid": "{{ 600000 | random | to_uuid }}",
|
||||
"name": "Algo VPN {{ IP_subject_alt_name }}",
|
||||
"name": "Algo {{ IP_subject_alt_name }}",
|
||||
"type": "ikev2-cert",
|
||||
"remote": {
|
||||
"addr": "{{ IP_subject_alt_name }}"
|
||||
},
|
||||
"local": {
|
||||
"p12": "{{ item.1.stdout }}"
|
||||
}
|
||||
},
|
||||
"mtu": 1280
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue