mirror of https://github.com/ekzhang/bore.git
Fix badge in README
See <https://github.com/badges/shields/issues/8671>.
This commit is contained in:
parent
b65481abb0
commit
931f2aa20b
|
@ -1,6 +1,6 @@
|
||||||
# bore
|
# bore
|
||||||
|
|
||||||
[![Build status](https://img.shields.io/github/workflow/status/ekzhang/bore/CI)](https://github.com/ekzhang/bore/actions)
|
[![Build status](https://img.shields.io/github/actions/workflow/status/ekzhang/bore/ci.yml)](https://github.com/ekzhang/bore/actions)
|
||||||
[![Crates.io](https://img.shields.io/crates/v/bore-cli.svg)](https://crates.io/crates/bore-cli)
|
[![Crates.io](https://img.shields.io/crates/v/bore-cli.svg)](https://crates.io/crates/bore-cli)
|
||||||
|
|
||||||
A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. **That's all it does: no more, and no less.**
|
A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. **That's all it does: no more, and no less.**
|
||||||
|
|
Loading…
Reference in New Issue