Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Feb 15, 2024
1 parent b9b83a5 commit 30b9dc3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "overtls"
version = "0.2.9"
version = "0.2.10"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT"
description = "A simple proxy tunnel, minimalist tool for bypassing the GFW."

[lib]
crate-type = ["staticlib", "cdylib", "lib"]
Expand Down
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# overtls

[![Crates.io](https://img.shields.io/crates/v/overtls.svg)](https://crates.io/crates/overtls)
![overtls](https://docs.rs/overtls/badge.svg)
[![Documentation](https://img.shields.io/badge/docs-release-brightgreen.svg?style=flat)](https://docs.rs/overtls)
[![Download](https://img.shields.io/crates/d/overtls.svg)](https://crates.io/crates/overtls)
[![License](https://img.shields.io/crates/l/overtls.svg?style=flat)](https://github.com/ShadowsocksR-Live/overtls/blob/master/LICENSE)


[中文版](readme-cn.md)

overtls is a [SOCKS5](https://en.wikipedia.org/wiki/SOCKS#SOCKS5) type proxy,
Expand Down

0 comments on commit 30b9dc3

Please sign in to comment.