Anonymous | Login | 2024-12-22 00:16 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001286 | ClearOS | app-web-proxy - Web Proxy | public | 2013-08-19 15:43 | 2020-01-13 03:13 | ||||
Reporter | dloper | ||||||||
Assigned To | |||||||||
Priority | none | Severity | feature | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001286: Add override ability to allow for proxy connections from non-LAN ports | ||||||||
Description | 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 [^] | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0001308) dloper (administrator) 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 (developer) 2020-01-13 03:13 |
Use EXTRALANS in network.conf |
Issue History | |||
Date Modified | Username | Field | Change |
2013-08-19 15:43 | dloper | New Issue | |
2013-08-19 15:48 | user2 | Status | new => confirmed |
2014-11-04 11:21 | dloper | Note Added: 0001308 | |
2020-01-13 03:13 | NickH | Note Added: 0012571 | |
2020-01-13 03:13 | NickH | Status | confirmed => closed |
2020-01-13 03:13 | NickH | Resolution | open => fixed |