{"id":15035054,"url":"https://github.com/ciffelia/tsblock","last_synced_at":"2026-02-04T17:10:17.356Z","repository":{"id":200101217,"uuid":"698980139","full_name":"ciffelia/tsblock","owner":"ciffelia","description":"Prevent tailscale from using specific network interfaces","archived":false,"fork":false,"pushed_at":"2024-08-24T10:17:23.000Z","size":44,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T23:04:38.788Z","etag":null,"topics":["ebpf","go","golang","tailscale"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ciffelia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-01T15:13:34.000Z","updated_at":"2025-01-21T16:45:54.000Z","dependencies_parsed_at":"2023-10-15T19:00:14.525Z","dependency_job_id":"dccf1c59-f692-46c3-83ed-19a826a4db52","html_url":"https://github.com/ciffelia/tsblock","commit_stats":null,"previous_names":["ciffelia/tsblock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ciffelia/tsblock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciffelia%2Ftsblock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciffelia%2Ftsblock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciffelia%2Ftsblock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciffelia%2Ftsblock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ciffelia","download_url":"https://codeload.github.com/ciffelia/tsblock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciffelia%2Ftsblock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29091318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ebpf","go","golang","tailscale"],"created_at":"2024-09-24T20:27:20.953Z","updated_at":"2026-02-04T17:10:17.351Z","avatar_url":"https://github.com/ciffelia.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tsblock\n\n[![Licensed under GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue)](LICENSE)\n[![CI](https://github.com/ciffelia/tsblock/actions/workflows/ci.yaml/badge.svg)](https://github.com/ciffelia/tsblock/actions/workflows/ci.yaml)\n\ntsblock prevents Tailscale from using specific network interfaces.\n\ntsblock is developed to work around [tailscale/tailscale#7594](https://github.com/tailscale/tailscale/issues/7594). Currently, interfaces whose name matches `^cilium_|^lxc` are blocked. The pattern is hard-coded in [main.go](main.go).\n\n## Requirements\n\n- Tailscale must be running as a systemd service.\n- tsblock must run as root. It is recommended to run tsblock as a systemd service.\n\n## How it works\n\ntsblock utilizes eBPF to drop packets sent from `tailscaled.service` systemd unit.\n\n## Install\n\n```sh\ngo build  # or download binary from https://github.com/ciffelia/tsblock/releases\nsudo ./systemd/install.sh\nsudo systemctl daemon-reload\nsudo systemctl enable --now tsblock.service\n```\n\n## Uninstall\n\n```sh\nsudo systemctl disable --now tsblock.service\nsudo ./systemd/uninstall.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciffelia%2Ftsblock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciffelia%2Ftsblock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciffelia%2Ftsblock/lists"}