AdguardTeam / dnsproxy

Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support
Apache License 2.0
2.38k stars 246 forks source link

Run as background #355

Open chmichael opened 11 months ago

chmichael commented 11 months ago

Hello, Can you add an option to run as background instead having an open console ? eg. dnsproxy -u quic://mydns.io -hidden dnsproxy -close (to close the hidden)

Thank you

mochaslave commented 11 months ago

Hi @chmichael,

Depending on your OS, you can leverage Systemd or Launchd to create a DNS proxy daemon. Here is an example of my macOS setup: https://github.com/mochaslave/adguard-dnsproxy-daemon

I hope it helps. :)

GeniusBroccoli commented 11 months ago

Hi guys, what about Windows OS? Maybe developers could make AdGuard dnsproxy work as service, like DNSCrypt proxy?

EchedelleLR commented 10 months ago

@GeniusBroccoli maybe using WSL?