# tsnet

Published articles for tsnet.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## tclip Adds a New Theme, Org-Mode Rendering, and CGo-Free Operation

DevFeed: [tclip Adds a New Theme, Org-Mode Rendering, and CGo-Free Operation](<https://devfeed.tech/articles/tclip-just-got-clippier-31219.md>)

Original publisher: [Read original article](<https://tailscale.dev/blog/tclip-updates-092023>)

Author: Xe Iaso

Published: 2023-09-19T00:00:00Z

Content type: release

Language: en

Sources: [Tailscale Community](<https://devfeed.tech/sources/tailscale-community.md>)

Topics: [Org mode](<https://devfeed.tech/topics/orgmode.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [org](<https://devfeed.tech/tags/org.md>), [tclip](<https://devfeed.tech/tags/tclip.md>), [tsnet](<https://devfeed.tech/tags/tsnet.md>)

### AI overview

This release updates tclip with a new theme, org-mode rendering, and the ability to run without CGo.

### Source excerpt

tclip now has a new theme, org-mode rendering, and runs without CGo.

## tclip: A pastebin for your tailnet

DevFeed: [tclip: A pastebin for your tailnet](<https://devfeed.tech/articles/tclip-a-pastebin-for-your-tailnet-31218.md>)

Original publisher: [Read original article](<https://tailscale.dev/blog/tclip>)

Author: Xe Iaso

Published: 2023-08-17T00:00:00Z

Content type: article

Language: en

Sources: [Tailscale Community](<https://devfeed.tech/sources/tailscale-community.md>)

Topics: [tailscale](<https://devfeed.tech/topics/tailscale.md>)

Tags: [funnel](<https://devfeed.tech/tags/funnel.md>), [tailnet](<https://devfeed.tech/tags/tailnet.md>), [tailscale](<https://devfeed.tech/tags/tailscale.md>), [text](<https://devfeed.tech/tags/text.md>), [tsnet](<https://devfeed.tech/tags/tsnet.md>)

### AI overview

tclip is a Tailscale-powered pastebin for sharing text between machines or coworkers.

### Source excerpt

Sometimes you need to paste text between your machines or coworkers. tclip is a Tailscale-powered pastebin that lets you do just that.

## How Tailscale Serve's HTTP headers made some code unnecessary

DevFeed: [How Tailscale Serve's HTTP headers made some code unnecessary](<https://devfeed.tech/articles/tailscale-serve-obsoleted-my-code-31217.md>)

Original publisher: [Read original article](<https://tailscale.dev/blog/tailscale-serve-obsoleted-my-code>)

Author: Xe Iaso

Published: 2023-08-04T00:00:00Z

Content type: article

Language: en

Sources: [Tailscale Community](<https://devfeed.tech/sources/tailscale-community.md>)

Topics: [tailscale](<https://devfeed.tech/topics/tailscale.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [http](<https://devfeed.tech/tags/http.md>), [tailscale](<https://devfeed.tech/tags/tailscale.md>), [tailscale-serve](<https://devfeed.tech/tags/tailscale-serve.md>), [tsnet](<https://devfeed.tech/tags/tsnet.md>)

### AI overview

This article explains how new HTTP headers in Tailscale Serve made parts of Xe's code unnecessary.

### Source excerpt

The new HTTP headers in Tailscale Serve are great and they made a bunch of Xe's code irrelevant. Here's how.

## The Subtle Magic of tsnet

DevFeed: [The Subtle Magic of tsnet](<https://devfeed.tech/articles/the-subtle-magic-of-tsnet-31220.md>)

Original publisher: [Read original article](<https://tailscale.dev/blog/tsup-tsnet>)

Author: Xe Iaso

Published: 2023-07-07T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tailscale Community](<https://devfeed.tech/sources/tailscale-community.md>)

Topics: [tailscale](<https://devfeed.tech/topics/tailscale.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Development](<https://devfeed.tech/topics/development.md>), [certificates](<https://devfeed.tech/topics/certificates.md>)

Tags: [certificates](<https://devfeed.tech/tags/certificates.md>), [examples](<https://devfeed.tech/tags/examples.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [tailscale](<https://devfeed.tech/tags/tailscale.md>), [tailscale-up-2023](<https://devfeed.tech/tags/tailscale-up-2023.md>), [talk](<https://devfeed.tech/tags/talk.md>), [tsnet](<https://devfeed.tech/tags/tsnet.md>)

### AI overview

A Tailscale community talk explains how to embed tsnet in services and use Tailscale for service discovery. It discusses the complexity of manual DNS, load balancer, port, and HTTPS certificate configuration.

### Source excerpt

Xe's Tailscale Up talk about how to use tsnet in your services, complete with many personal examples.