@@ -51,11 +51,16 @@ Copy your `FortiClient` backup file in `./files` folder and follow these steps:
...
@@ -51,11 +51,16 @@ Copy your `FortiClient` backup file in `./files` folder and follow these steps:
- In `System`, click the `Restore` button and select your backup file in `C:\vagrant\files` path.
- In `System`, click the `Restore` button and select your backup file in `C:\vagrant\files` path.
- Add the backup file, the password and clic the `Ok` button.
- Add the backup file, the password and clic the `Ok` button.
#### Enable VPN
#### Enable proxy
```sh
In Windows, open the `squid` program from the Windows menu. Right clicking on `Squid Server` tray icon and select the option `Open Squid Configuration`.
nmcli connection import type wireguard file "files/WireGuard/client.conf"
Replace the file content with [this file](src/config/squid-proxy.conf).
```
Then, restart the `squid` service.
#### Add proxy in host
Add the proxy `192.168.56.10:3128` in your network settings or web browser.