Added protocol flag

This commit is contained in:
David J. Allen 2023-10-05 12:55:58 -06:00
parent 5b390a65c2
commit d8bd169cb7
3 changed files with 25 additions and 25 deletions

View file

@ -12,6 +12,7 @@ var (
threads int
ports []int
hosts []string
protocol string
withSecureTLS bool
certPoolFile string
user string