Merge branch v2.11 into v3.3
This commit is contained in:
commit
e817d822d7
6 changed files with 39 additions and 7 deletions
|
@ -690,6 +690,11 @@ func Test_HostSNIV2(t *testing.T) {
|
|||
ruleHosts: []string{"foo.bar"},
|
||||
serverName: "foo.bar",
|
||||
},
|
||||
{
|
||||
desc: "Matching hosts with subdomains with _",
|
||||
ruleHosts: []string{"foo_bar.example.com"},
|
||||
serverName: "foo_bar.example.com",
|
||||
},
|
||||
{
|
||||
desc: "Matching IPv4",
|
||||
ruleHosts: []string{"127.0.0.1"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue