marcelloc / Unofficial-pfSense-packages

Unofficial packages for pfSense software
126 stars 71 forks source link

upstream proxy configuration #56

Open ivanjong opened 5 years ago

ivanjong commented 5 years ago

how do i add a upstream proxy configuration. i added the config manually to /usr/local/etc/e2guardian/e2guardian.conf and restart the service and it works but it reverts when i restart or change any e2guardian setting in the ui.

marcelloc commented 5 years ago

It's on deamon tab, advanced options

image

ivanjong commented 5 years ago

thanks for the speedy reply, sry i missed something so obvious. can i know where i can edit the default config file tat is used for the ui? i want to add some custom settings. custom deny page, and ssl deny page. thanks

marcelloc commented 5 years ago

Take a look on report tab. You can paste your custom deny page there.

ivanjong commented 5 years ago

the setting on report tab changes this line in setting right ? accessdeniedaddress = 'http://YOURSERVER.YOURDOMAIN/cgi-bin/e2guardian.pl' . the line i wanted to change is sslaccessdeniedaddress = 'http://YOURSERVER.YOURDOMAIN/denyssl.htm' .