internal/config: Fix host rule
This commit is contained in:
parent
8c4de32246
commit
1a5e83be10
1 changed files with 2 additions and 2 deletions
|
|
@ -152,9 +152,9 @@ func MakeHostRule(hosts ...string) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
if first {
|
if first {
|
||||||
builder.WriteString("||Host(`")
|
|
||||||
} else {
|
|
||||||
builder.WriteString("Host(`")
|
builder.WriteString("Host(`")
|
||||||
|
} else {
|
||||||
|
builder.WriteString("||Host(`")
|
||||||
}
|
}
|
||||||
|
|
||||||
// domain should be punycode!
|
// domain should be punycode!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue