AdguardTeam / dnsproxy

Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run as background

chmichael opened this issue · comments

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

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. :)

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

@GeniusBroccoli maybe using WSL?