summaryrefslogtreecommitdiffhomepage
path: root/internal
AgeCommit message (Expand)AuthorFilesLines
2021-04-05wgengine: move DNS configuration out of wgengine/router.David Anderson1-4/+3
2021-04-03wgengine/wgcfg: remove Config.ListenPortJosh Bleecher Snyder1-3/+2
2021-04-02net/dns: rename Config to OSConfig.David Anderson1-1/+1
2021-03-25many: gofmt.David Anderson1-1/+1
2021-03-25wgengine/router/dns: move to net/dns.David Anderson1-1/+1
2021-01-29all: move wgcfg from wireguard-goJosh Bleecher Snyder1-1/+1
2021-01-14all: convert from []wgcfg.Endpoint to stringJosh Bleecher Snyder1-6/+1
2020-12-28all: replace wgcfg.IP and wgcfg.CIDR with netaddr typesJosh Bleecher Snyder1-1/+1
2020-09-09Add tooldeps package to keep depaware pinned in go.mod.Brad Fitzpatrick1-0/+9
2020-07-31all: dns refactor, add Proxied and PerDomain flags from control (#615)Dmytro Shynkevych1-1/+2
2020-07-28ipn: fix netmap change tracking and dns map generation (#609)Dmytro Shynkevych1-2/+12
2020-07-14wgengine/router: dns: unify on *BSD, multimode on Linux, Magic DNS (#536)Dmytro Shynkevych1-1/+4
2020-06-29internal/deepprint: update copyright header to appease license checker scriptBrad Fitzpatrick1-1/+7
2020-06-29internal/deepprint: add missing copyright headersBrad Fitzpatrick2-0/+8
2020-06-28wgengine, internal/deepprint: replace UAPI usage as hash func; add deepprintBrad Fitzpatrick3-0/+370