Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Oct 14, 2023
1 parent 06e10aa commit 88177b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

tsblock prevents Tailscale from using specific network interfaces.

tsblock is developed to work around [tailscale/tailscale#7594](https://github.com/tailscale/tailscale/issues/7594). Currently, interfaces whose name matches `^vxlan\.calico$|^cali` are blocked.
tsblock is developed to work around [tailscale/tailscale#7594](https://github.com/tailscale/tailscale/issues/7594). Currently, interfaces whose name matches `^vxlan\.calico$|^cali` are blocked. The pattern is hard-coded in [main.go](main.go).

## Requirements

Expand Down

0 comments on commit 88177b5

Please sign in to comment.