Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 482 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 482 Bytes

ts-dns

This is a fork of https://github.com/tailscale/tailscale, extracting out only net/dns.OSConfigurator and its dependencies.

The main motivation is to reduce go.mod dependencies and remove a few tailscale-specific bits.

Sync source with upstream

rm -rf version health envknob logtail atomicfile net types util tstime AUTHORS go.mod go.sum LICENSE
cd cmd/import-ts-dns; go build; cd ../..; ./cmd/import-ts-dns/import-ts-dns; rm ./cmd/import-ts-dns/import-ts-dns