diff options
author | Volpeon <git@volpeon.ink> | 2021-07-24 09:46:59 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-07-24 09:46:59 +0200 |
commit | 38485ede265d22e11a316b4d66de1bf0feb945be (patch) | |
tree | 72388107a2bfe9e8e972feccd4f9c7d542d37b60 /README.md | |
parent | Add underline to nav protocol (diff) | |
download | gopherproxy-master.tar.gz gopherproxy-master.tar.bz2 gopherproxy-master.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ | |||
1 | # Gopher (RFC 1436) Web Proxy | 1 | # Gopher (RFC 1436) Web Proxy |
2 | 2 | ||
3 | port is a Gopher (RFC 1436) and Gemini (gopher://zaibatsu.circumlunar.space/1/~solderpunk/gemini/docs/) Web Proxy that acts as a gateway into Gopherspace/Geminispace by proxying standard Web HTTP requests to Gopher/Gemini requests of the target server. | 3 | gopherproxy is a Gopher (RFC 1436) and Gemini (gopher://zaibatsu.circumlunar.space/1/~solderpunk/gemini/docs/) Web Proxy that acts as a gateway into Gopherspace/Geminispace by proxying standard Web HTTP requests to Gopher/Gemini requests of the target server. |
4 | 4 | ||
5 | port is a fork of [https://github.com/prologic/port](https://github.com/prologic/port). | 5 | gopherproxy is a fork of [https://github.com/prologic/gopherproxy](https://github.com/prologic/gopherproxy). |
6 | 6 | ||
7 | Demo: https://proxy.vulpes.one/ | 7 | Demo: https://proxy.vulpes.one/ |
8 | 8 | ||
@@ -15,14 +15,14 @@ Demo: https://proxy.vulpes.one/ | |||
15 | ## Installation | 15 | ## Installation |
16 | 16 | ||
17 | ```#!bash | 17 | ```#!bash |
18 | $ go install git.vulpes.one/Feuerfuchs/port/... | 18 | $ go install git.vulpes.one/gopherproxy/... |
19 | ``` | 19 | ``` |
20 | 20 | ||
21 | 21 | ||
22 | ## Usage | 22 | ## Usage |
23 | 23 | ||
24 | ```#!bash | 24 | ```#!bash |
25 | $ port | 25 | $ gopherproxy |
26 | ``` | 26 | ``` |
27 | 27 | ||
28 | Arguments: | 28 | Arguments: |