We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b943b commit cd573faCopy full SHA for cd573fa
config/config.go
@@ -60,7 +60,6 @@ func AddFlags(cmd *cobra.Command) {
60
cmd.Flags().BoolVarP(&Server, "server", "s", Server, "Run in server mode")
61
cmd.Flags().BoolVarP(&Version, "version", "v", Version, "Print version info and exit")
62
cmd.Flags().BoolVarP(&JustProxy, "just-proxy", "j", JustProxy, "Proxy only (no tcp/udp load balancing)")
63
-
64
}
65
66
func LoadConfigFile() error {
0 commit comments