small moves

This commit is contained in:
Mikaël Cluseau
2020-03-05 10:55:59 +01:00
parent a54d4bc15e
commit 5e667295ac
2 changed files with 5 additions and 6 deletions

View File

@ -12,11 +12,7 @@ import (
"novit.nc/direktil/pkg/localconfig"
)
var (
trustXFF = flag.Bool("trust-xff", true, "Trust the X-Forwarded-For header")
cmdlineParam = restful.QueryParameter("cmdline", "Linux kernel cmdline addition")
)
var trustXFF = flag.Bool("trust-xff", true, "Trust the X-Forwarded-For header")
type wsHost struct {
prefix string