Skip to content

Commit

Permalink
Merge pull request #108 from Ostorlab/feature/enable_no_ping_by_default
Browse files Browse the repository at this point in the history
Enable no_ping to be true by default.
  • Loading branch information
mohsinenar authored Nov 7, 2024
2 parents 1005066 + fe7c30f commit 04215bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostorlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ args:
- name: "no_ping"
description: "Treat all hosts as online, skip host discovery."
type: "boolean"
value: false
value: true
- name: "version_info"
description: "Probe open ports to determine service/version info."
type: "boolean"
Expand Down

0 comments on commit 04215bd

Please sign in to comment.