repository
0.0.0-20240721135326-6d6b7b811853
Repository: https://github.com/anywherelan/ts-dns.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
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