Skip to content

Commit

Permalink
add Proxy server section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikocot committed Sep 9, 2022
1 parent eeac8bc commit 3f62039
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,18 @@ There are global defaults that you may modify on your application startup. Also,

All options from the [official reCAPTCHA docs](https://developers.google.com/recaptcha/intro) are available to you in this package.

## Proxy Server

If your environment requires to use forward proxy server, this can be done by specifying two additional parameters in the configuration file

```json
"RecaptchaSettings": {
"UseProxy": true,
"ProxyAddress": "http://10.1.2.3:80"
}
```

The address should contain port and protocol, as required by the System.Net.WebProxy class.
## Detailed Documentation
Is on it's way...

Expand Down

0 comments on commit 3f62039

Please sign in to comment.