Skip to content

Commit

Permalink
standalone_dns: longer timeout (#179)
Browse files Browse the repository at this point in the history
Fixes #83.
  • Loading branch information
aerickson authored Nov 28, 2023
1 parent be5975a commit 9f47d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/standalone_dns/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ plugins:
type: fping
count: 10
interval: 3s
period: 200
output:
- vodka

Expand Down

1 comment on commit 9f47d2e

@bitclick
Copy link

@bitclick bitclick commented on 9f47d2e Aug 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has no effect: this commit has an invisible special character at the beginning of the line. vaping won't recognize it this way

you can view it in vim git show 9f47d2e | vim -

image

removing the <feff> char fixes the problem for me

Please sign in to comment.