This commit is contained in:
Vladislav Yarmak 2020-05-29 15:22:30 +03:00
parent 0354987095
commit e4c0ce3b41
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ Open proxy settings in system's network settings:
![win10-proxy-settings](https://user-images.githubusercontent.com/3524671/83258553-216f7700-a1bf-11ea-8af9-3d8aed5b2e71.png)
Turn on PAC script and set script address:
Turn on setup script option and set script address:
```
data:,function FindProxyForURL(u, h){return "HTTPS example.com:8080";}