Upper case

This commit is contained in:
Frank Denis 2020-04-05 20:50:28 +02:00
parent d2602fd142
commit 527764aba7
1 changed files with 1 additions and 1 deletions

View File

@ -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,
)
}