Fix typo
This commit is contained in:
parent
0bd5fb0eaa
commit
609aad86df
|
@ -52,7 +52,7 @@ var (
|
|||
// HTTPPort is defined via our toml configuration file. It is the port that HellPot listens on.
|
||||
HTTPPort string
|
||||
// HeaderName is defined via our toml configuration file. It is the HTTP Header containing the original IP of the client,
|
||||
// in traditional reverse Proxy deplyoments.
|
||||
// in traditional reverse Proxy deployments.
|
||||
HeaderName string
|
||||
|
||||
// Paths are defined via our toml configuration file. These are the paths that HellPot will present for "robots.txt"
|
||||
|
|
Loading…
Reference in New Issue