Skip to content

Add tailscale_enable_funnel_to_localhost_plaintext_http1 to tailscale.h #115

Add tailscale_enable_funnel_to_localhost_plaintext_http1 to tailscale.h

Add tailscale_enable_funnel_to_localhost_plaintext_http1 to tailscale.h #115

Workflow file for this run

name: tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
- name: Test
run: go test -v ./...