File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ type Config struct {
3636 DisabledServerNames []string `toml:"disabled_server_names"`
3737 ListenAddresses []string `toml:"listen_addresses"`
3838 LocalDoH LocalDoHConfig `toml:"local_doh"`
39- Daemonize bool
4039 UserName string `toml:"user_name"`
4140 ForceTCP bool `toml:"force_tcp"`
4241 Timeout int `toml:"timeout"`
@@ -467,7 +466,6 @@ func ConfigLoad(proxy *Proxy, flags *ConfigFlags) error {
467466 proxy .localDoHPath = config .LocalDoH .Path
468467 proxy .localDoHCertFile = config .LocalDoH .CertFile
469468 proxy .localDoHCertKeyFile = config .LocalDoH .CertKeyFile
470- proxy .daemonize = config .Daemonize
471469 proxy .pluginBlockIPv6 = config .BlockIPv6
472470 proxy .pluginBlockUnqualified = config .BlockUnqualified
473471 proxy .pluginBlockUndelegated = config .BlockUndelegated
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ type Proxy struct {
9393 anonDirectCertFallback bool
9494 pluginBlockUndelegated bool
9595 child bool
96- daemonize bool
9796 requiredProps stamps.ServerInformalProperties
9897 ServerNames []string
9998 DisabledServerNames []string
You can’t perform that action at this time.
0 commit comments