We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfefa3 commit 7ab831eCopy full SHA for 7ab831e
build/haproxy_spec.yaml
@@ -689,6 +689,8 @@ definitions:
689
x-nullable: true
690
transparent:
691
type: boolean
692
+ v4v6:
693
+ type: boolean
694
verify:
695
enum:
696
- none
models/haproxy.yaml
@@ -439,6 +439,8 @@ bind:
439
process:
440
type: string
441
pattern: '^[^\s]+$'
442
443
444
ssl:
445
446
ssl_certificate:
@@ -1203,7 +1205,6 @@ log_target:
1203
1205
required: true
1204
1206
length:
1207
type: integer
- x-dependency:
1208
x-dependency:
1209
global:
1210
value: false
0 commit comments