mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +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 }}",
|
"uuid": "{{ 600000 | random | to_uuid }}",
|
||||||
"name": "Algo VPN {{ IP_subject_alt_name }}",
|
"name": "Algo {{ IP_subject_alt_name }}",
|
||||||
"type": "ikev2-cert",
|
"type": "ikev2-cert",
|
||||||
"remote": {
|
"remote": {
|
||||||
"addr": "{{ IP_subject_alt_name }}"
|
"addr": "{{ IP_subject_alt_name }}"
|
||||||
},
|
},
|
||||||
"local": {
|
"local": {
|
||||||
"p12": "{{ item.1.stdout }}"
|
"p12": "{{ item.1.stdout }}"
|
||||||
}
|
},
|
||||||
|
"mtu": 1280
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue