This commit is contained in:
Ian Foster 2022-09-08 13:01:00 -07:00
commit 26642d2eb4
3 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# [Tailscale Builder for OpenWRT](https://lanrat.github.io/openwrt-tailscale-repo)
# [Tailscale Builder for OpenWrt](https://lanrat.github.io/openwrt-tailscale-repo)
Builds Tailscale combined ipk packages for OpenWRT.
Builds Tailscale combined ipk packages for OpenrtT.
For information on how to use this, see: [lanrat.github.io/openwrt-tailscale-repo](https://lanrat.github.io/openwrt-tailscale-repo).

View file

@ -4,17 +4,17 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<title>Openwrt Tailscale</title>
<title>OpenWrt Tailscale</title>
</head>
<body>
<header>
<h1>OpenWRT Tailscale Repository</h1>
<h1>OpenWrt Tailscale Repository</h1>
<p>Opkg feed for Tailscale</p>
</header>
<main>
<h3>Tailscale packages</h3>
<p>Backport of the latest <a target="_blank" href="https://tailscale.com/">Tailscale</a> to OpenWRT 19.07.</p>
<p>Backport of the latest <a target="_blank" href="https://tailscale.com/">Tailscale</a> to OpenWrt 19.07.</p>
<p>These builds are build as <a target="_blank" href="https://tailscale.com/kb/1207/small-tailscale/">combined binaries</a> to reduce disk space needed.</p>
@ -54,9 +54,9 @@ opkg install tailscale</code></pre>
<pre><code>tailscale up --accept-dns=false --advertise-routes=10.0.0.0/24 --advertise-exit-node</code></pre>
<h3>What about OpenWRT 21.02+?</h3>
<h3>What about OpenWrt 21.02+?</h3>
<p>Tailscale is already in the <a target="_blank" href="https://openwrt.org/packages/pkgdata/tailscale">default feeds</a> for newer versions of OpenWRT.</p>
<p>Tailscale is already in the <a target="_blank" href="https://openwrt.org/packages/pkgdata/tailscale">default feeds</a> for newer versions of OpenWrt.</p>
</main>

View file

@ -60,11 +60,11 @@ genHTMLTop() {
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<title>OpenWRT Tailscale</title>
<title>OpenWrt Tailscale</title>
</head>
<body>
<header>
<h1>OpenWRT Tailscale Repository</h1>
<h1>OpenWrt Tailscale Repository</h1>
<p>Opkg feed for Tailscale</p>
</header>