mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 00:10:45 +02:00
config: add additional dns lookup families, default to V4_PREFERRED (#3957)
This commit is contained in:
parent
e66c26c9ad
commit
b50d5f3203
5 changed files with 34 additions and 12 deletions
|
@ -676,6 +676,7 @@ func Test_buildCluster(t *testing.T) {
|
|||
}
|
||||
}
|
||||
},
|
||||
"dnsLookupFamily": "V4_PREFERRED",
|
||||
"loadAssignment": {
|
||||
"clusterName": "example",
|
||||
"endpoints": [{
|
||||
|
@ -745,6 +746,7 @@ func Test_buildCluster(t *testing.T) {
|
|||
}
|
||||
}
|
||||
},
|
||||
"dnsLookupFamily": "V4_PREFERRED",
|
||||
"loadAssignment": {
|
||||
"clusterName": "example",
|
||||
"endpoints": [{
|
||||
|
@ -800,6 +802,7 @@ func Test_buildCluster(t *testing.T) {
|
|||
}
|
||||
}
|
||||
},
|
||||
"dnsLookupFamily": "V4_PREFERRED",
|
||||
"loadAssignment": {
|
||||
"clusterName": "example",
|
||||
"endpoints": [{
|
||||
|
@ -857,6 +860,7 @@ func Test_buildCluster(t *testing.T) {
|
|||
}
|
||||
}
|
||||
},
|
||||
"dnsLookupFamily": "V4_PREFERRED",
|
||||
"loadAssignment": {
|
||||
"clusterName": "example",
|
||||
"endpoints": [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue