2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152) |
Log message: Revbump all Go packages because go121 is now the default |
2023-10-15 14:04:35 by Benny Siegert | Files touched by this commit (155) | |
Log message: Revbump all Go packages after go120 security update |
2023-09-08 21:06:15 by Benny Siegert | Files touched by this commit (154) | |
Log message: Revbump all Go packages after go120 update |
2023-08-26 18:31:41 by Benny Siegert | Files touched by this commit (149) | |
Log message: Revbump all Go packages after go120 update |
2023-07-15 12:53:10 by Benny Siegert | Files touched by this commit (151) | |
Log message: Revbump all Go packages after go120 update |
2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) | |
Log message: Revbump all Go packages after go120 security update |
2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) | |
Log message: Revbump all Go packages after yesterday's go120 security update |
2023-03-09 01:29:23 by Taylor R Campbell | Files touched by this commit (5) |
Log message: net/dnscontrol: import dnscontrol-3.27.1 DNSControl is a system for maintaining DNS zones. It has two parts: a domain specific language (DSL) for describing DNS zones plus software that processes the DSL and pushes the resulting zones to DNS providers such as Route53, Cloudflare, and Gandi. It can send the same DNS records to multiple providers. It even generates the most beautiful BIND zone files ever. It runs anywhere Go runs (Linux, macOS, Windows). The provider model is extensible, so more providers can be added. https://dnscontrol.org/ |