Skip to content

Commit

Permalink
add default options
Browse files Browse the repository at this point in the history
  • Loading branch information
identw committed Nov 4, 2024
1 parent 4ae783b commit dbf89a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@ ping:
interval: 5s
payload-size: 64
timeout: 1s
options:
disableIPv6: true
disableIPv4: false
`

useDefaultConfig := func() pconfig.Config {
Expand Down

0 comments on commit dbf89a6

Please sign in to comment.