mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
Upper case
This commit is contained in:
parent
d2602fd142
commit
527764aba7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ func (plugin *PluginForward) Init(proxy *Proxy) error {
|
|||
domain, serversStr, ok := StringTwoFields(line)
|
||||
if !ok {
|
||||
return fmt.Errorf(
|
||||
"syntax error for a forwarding rule at line %d. Expected syntax: example.com 9.9.9.9,8.8.8.8",
|
||||
"Syntax error for a forwarding rule at line %d. Expected syntax: example.com 9.9.9.9,8.8.8.8",
|
||||
1+lineNo,
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue