April 2021 Summaries
2 posts from Tailscale
Filter
Month:
Year:
Post Summaries
Back to Blog
April's Tailscale newsletter highlights the team's ongoing efforts toward the upcoming 1.8 release and features noteworthy contributions from the community. Among the community write-ups, Mark Pashmfouroush discusses using Tailscale to run an IRC bouncer as a sidecar task in Nomad, while Satoshi Shimizu provides a detailed follow-up on running Tailscale on a QNAP NAS with ACLs for Internet connection encryption. Snorre Magnus Davøen explores setting up a personal domain and tunneling to a development server using Tailscale and a reverse proxy, and Mat X explains how to use Tailscale to connect various devices for backups and storage. Additionally, the Tailscale team delves into the complexities of configuring DNS on Linux, inviting feedback from users to improve the platform further.
Apr 29, 2021
294 words in the original blog post.
The complexities of DNS client configuration on Linux systems arise from the evolution of networking technologies and the need for flexible, reliable DNS resolution. Initially, DNS configuration was straightforward with the use of the simple /etc/resolv.conf file, but the introduction of DHCP and other network services added complexity. Tools like resolvconf and NetworkManager were developed to manage DNS settings amidst competing demands from different programs, yet each has limitations and varying implementations. NetworkManager, though once the standard, has been supplemented by systemd-resolved, which offers enhanced control over DNS resolution on a per-network interface basis and supports modern configurations like split DNS. However, inconsistencies and lack of documentation across these solutions often result in configuration challenges for users and developers. The article argues for the adoption of systemd-resolved and the latest NetworkManager versions to ensure robust DNS capabilities on Linux, while emphasizing the importance of clear documentation to ease future DNS management and development efforts.
Apr 15, 2021
2,183 words in the original blog post.