mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2024-11-22 21:26:04 +03:00
14 lines
351 B
Bash
Executable File
14 lines
351 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# HTTPS (TLS) proxy address
|
|
PACHTTPSHOST='proxy-ssl.antizapret.prostovpn.org:3143'
|
|
|
|
# Regular proxy address
|
|
PACPROXYHOST='proxy-nossl.antizapret.prostovpn.org:29976'
|
|
|
|
PACFILE="result/proxy-host-ssl.pac"
|
|
PACFILE_NOSSL="result/proxy-host-nossl.pac"
|
|
|
|
# Perform DNS resolving to detect and filter non-existent domains
|
|
RESOLVE_NXDOMAIN="yes"
|