Merge branch v2.11 into v3.3
This commit is contained in:
commit
e817d822d7
6 changed files with 39 additions and 7 deletions
|
@ -133,6 +133,12 @@ func Test_HostSNI(t *testing.T) {
|
|||
serverName: "foo.example.com",
|
||||
match: true,
|
||||
},
|
||||
{
|
||||
desc: "Matching hosts with subdomains with _",
|
||||
rule: "HostSNI(`foo_bar.example.com`)",
|
||||
serverName: "foo_bar.example.com",
|
||||
match: true,
|
||||
},
|
||||
}
|
||||
|
||||
for _, test := range testCases {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue