mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
Fix Caddy build instruction
This commit is contained in:
parent
ecd9214854
commit
2a2ff37f52
@ -34,7 +34,7 @@ The following describes the naïve fork of Caddy forwardproxy setup.
|
|||||||
Download [here](https://github.com/klzgrad/forwardproxy/releases/latest) or build from source:
|
Download [here](https://github.com/klzgrad/forwardproxy/releases/latest) or build from source:
|
||||||
```sh
|
```sh
|
||||||
go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
|
go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
|
||||||
~/go/bin/xcaddy build --with github.com/caddyserver/forwardproxy@caddy2=github.com/klzgrad/forwardproxy@naive
|
~/go/bin/xcaddy build --with github.com/caddyserver/forwardproxy=github.com/klzgrad/forwardproxy@naive
|
||||||
```
|
```
|
||||||
|
|
||||||
Example Caddyfile (replace `user` and `pass` accordingly):
|
Example Caddyfile (replace `user` and `pass` accordingly):
|
||||||
|
Loading…
Reference in New Issue
Block a user