https://github.com/labi-le/openfortivpn-as-proxy
Using openfortivpn as a proxy
https://github.com/labi-le/openfortivpn-as-proxy
glider openfortivpn
Last synced: 2 months ago
JSON representation
Using openfortivpn as a proxy
- Host: GitHub
- URL: https://github.com/labi-le/openfortivpn-as-proxy
- Owner: labi-le
- Created: 2024-04-05T18:24:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T13:54:36.000Z (about 1 year ago)
- Last Synced: 2025-01-26T19:48:30.671Z (4 months ago)
- Topics: glider, openfortivpn
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openfortivpn-as-proxy
[На русском](README.ru.md)
## Recipe
#### Clone repository
```shell
git clone https://github.com/labi-le/openfortivpn-as-proxy
```#### Edit the `vpn` file in the `config` folder following the documentation [openfortivpn](https://github.com/adrienverge/openfortivpn)
```shell
man openfortivpn
```#### Add domains to the `domain.rule` file
#### Start the containers
```shell
make up logs
```### Usage examples:
[Google Chrome Proxy](https://www.chromium.org/developers/design-documents/network-settings)
```shell
google-chrome-stable --proxy-server=127.0.0.1:10443
```
[HTTP Proxy | PhpStorm](https://www.jetbrains.com/help/phpstorm/settings-http-proxy.html)[Smart Proxy | Google Chrome Extension](https://chromewebstore.google.com/detail/smartproxy/jogcnplbkgkfdakgdenhlpcfhjioidoj)