Rewrite in Rust
This commit is contained in:
@ -2,9 +2,11 @@ curl\_sh
|
||||
========
|
||||
_A User-Agent based proxy_
|
||||
|
||||
This nginx configuration will return `script.sh` if the user-agent matches "**curl**".
|
||||
This nginx configuration will return `script.sh` if the user-agent contains "**curl**".
|
||||
In any other case it will act as a reverse-proxy to `PROXY_PASS_HOST`.
|
||||
|
||||
curl\_sh does not support HTTPS.
|
||||
|
||||
### Usage
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user