update option name

This commit is contained in:
Jason
2019-08-17 13:19:41 +08:00
parent 78b064dbfb
commit 12f95c0d0f
2 changed files with 7 additions and 7 deletions

View File

@@ -56,9 +56,9 @@ type CmdArgs struct {
FakeDNSHosts *string
HijackDNS *string
// Session Stats
EnableStats *bool
StatsAddr *string
// Session Statistics Monitor
EnableMonitor *bool
MonitorAddr *string
}
func registerInitFn(fn func()) {