Crear wpad.dat
|
|
function FindProxyForURL(url,host) { if(isInNet(host,"127.0.0.1","255.255.255.0")) { return "DIRECT"; } if(isInNet(host,"10.210.0.1","255.255.0.0")) { return "DIRECT"; } return "PROXY 192.168.1.1:3128"; } |
Copiar el archivo en
|
|
/var/www/wpad.dat /var/www/wpad.da /var/www/proxy.pac |
Seguir leyendo pfsense – Proxy Automatico →
I figured out a way to get lightsquid working on 2.2. This is not supported until someone fixes the pbi package. So please use at your own risk.
Log into the console to run the below commands:
create missing symbiotic links:
run this to generate your first report
Install Required SSL Packages
|
|
yum install mod_ssl yum install openssl |
Prepare Directories for Your SSL Certificates
|
|
mkdir /etc/pki/tls/certs mkdir /etc/pki/tls/private |
Seguir leyendo How to Configure an SSL Certificate for Apache on Amazon EC2 →
Documentos y manuales de UDP