Skip to content

Commit

Permalink
add: udger db cli flag to honeypot
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Nov 7, 2022
1 parent 0727b3e commit ce3acc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmd/honeypot/honeypot.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@ func main() {
DefaultText: "10",
Value: 10,
},
&cli.StringFlag{
Name: "udger-db",
Usage: "Path to the Udger database",
EnvVars: []string{"PUNCHR_SERVER_UDGER_DATABASE"},
DefaultText: "udgerdb_v3.dat",
Value: "udgerdb_v3.dat",
},
},
EnableBashCompletion: true,
}
Expand Down

0 comments on commit ce3acc2

Please sign in to comment.