Skip to content

Commit

Permalink
Changed description
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeajimenezl committed Mar 29, 2022
1 parent 462026c commit b4c022a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Proxyswarm
Proxyswarm is a lightweight proxy that allows redirect TCP traffic through a another proxy.
Proxyswarm is a lightweight proxy that allows redirect HTTP(S) traffic through a proxy.

WARNING: This app isn't recomended for download large files, for these things use apps like [curl](#How-donwload-a-file-with-curl-using-proxy), wget or other download programs. For web browse use standard web browser like Chromium and Firefox, these apps and others have good proxy support. **USE THIS APP WITH PROGRAMS WITHOUT PROXY SUPPORT LIKE STEAM, PIP, ETC**

Expand Down
2 changes: 1 addition & 1 deletion proxyswarm.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Lightweight proxy that allows redirect TCP traffic through a another proxy
Description=Lightweight proxy that allows redirect HTTP(S) traffic through a proxy.
After=network.target

[Service]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fn main() -> Result<(), ()> {
let matches = App::new("proxyswarm")
.version("0.1.0")
.author("Jorge A. Jiménez Luna <[email protected]>")
.about("Proxyswarm is a lightweight proxy that allows redirect HTTP/S traffic through a another proxy.")
.about("Proxyswarm is a lightweight proxy that allows redirect HTTP(S) traffic through a proxy.")
.arg(Arg::with_name("verbosity")
.long("verbosity")
.short("v")
Expand Down

0 comments on commit b4c022a

Please sign in to comment.