Skip to content

Commit 97a983c

Browse files
committed
Remove leftovers from the daemonize option
1 parent 0f00cd2 commit 97a983c

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

dnscrypt-proxy/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

dnscrypt-proxy/proxy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)