ClearFoundation Tracker - ClearOS
View Issue Details
0001286ClearOSapp-web-proxy - Web Proxypublic2013-08-19 15:432020-01-13 03:13
dloper 
 
nonefeaturehave not tried
closedfixed 
 
 
0001286: Add override ability to allow for proxy connections from non-LAN ports
Add the ability to configure the proxy to answer requests from user-defined IP addresses and CIDRs. This would manipulate the squid_lans.conf file according to this how to:

http://www.clearcenter.com/support/documentation/clearos_guides/using_clearos_as_an_internet_proxy [^]
No tags attached.
Issue History
2013-08-19 15:43dloperNew Issue
2013-08-19 15:48user2Statusnew => confirmed
2014-11-04 11:21dloperNote Added: 0001308
2020-01-13 03:13NickHNote Added: 0012571
2020-01-13 03:13NickHStatusconfirmed => closed
2020-01-13 03:13NickHResolutionopen => fixed

Notes
(0001308)
dloper   
2014-11-04 11:21   
WORKAROUND:

You can temporarily override the behavior of webconfig to manipulate the squid_lans.conf file by forcing the file to be permanently read only (immutable) after making the changes to it that you want:

chattr +i /etc/squid/squid_lans.conf

To reverse this change:

chattr -i /etc/squid/squid_lans.conf
(0012571)
NickH   
2020-01-13 03:13   
Use EXTRALANS in network.conf