Skip to content

Commit

Permalink
Merge pull request #1 from aak1247/aak1247-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aak1247 authored Jul 24, 2023
2 parents 3d8e03f + b59673c commit 0b2b62f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Usage

代理访问单个域名的全部请求 Proxy all requests to a website

``gproxy http://example.com/ -p 8080``

then, a simple http server will run on local 8080 port to serve the content of example.com
这样就可以启动一个代理进程,在本地的8080端口代理example.com的内容。 then, a simple http server will run on local 8080 port to serve the content of example.com

0 comments on commit 0b2b62f

Please sign in to comment.