Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpt-erikgeiser committed Oct 16, 2023
1 parent 800b8fe commit 1f918cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (c Config) PrintSummary() {

if c.DelegateIgnoredTo == "" && (len(c.SpoofFor) > 0 || len(c.DontSpoofFor) > 0) {
fmt.Println(c.style(fgYellow, bold) + "Warning:" + c.style(reset) + c.style(fgYellow) +
" In stateless mode the DNS server is sent to all neighbors regardless of --spoof-for/--dont-spoof-for" +
" In stateless mode, the DNS server is sent to all neighbors regardless of --spoof-for/--dont-spoof-for" +
" setting, use --delegate-ignored-to to avoid affecting uninteded hosts" + c.style(reset))
}
}
Expand Down

0 comments on commit 1f918cb

Please sign in to comment.