aequitas / macos-menubar-wireguard

macOS menubar icon for WireGuard/wg-quick
GNU General Public License v3.0
227 stars 38 forks source link

[Feature Request] Would you please add the ability to show what DNS server is configured, if any at all? #27

Open mwoolweaver opened 4 years ago

mwoolweaver commented 4 years ago

Basically the title?

sample wireguard.conf with DNS entry:

[Interface]
PrivateKey = xxYouxCan'txHasxMyxKey
Address = 10.6.0.2/24
DNS = 10.6.0.1

[Peer]
PublicKey = xxYouxCan'txHasxMyxKey
PresharedKey = xxYouxCan'txHasxMyxKey
Endpoint = xxYouxCan'txHasxMyxIP:51820
AllowedIPs = 10.6.0.0/24
aequitas commented 4 years ago

Should be doable, can't promise a timeframe when it's done.

mwoolweaver commented 4 years ago

I’d try but I’m not sure I can compile it on macOS 10.13 so I’ll just be patient and wait.