Squid proxy configuration file: Correct I guess but not working
# Squid Configuration File # Set the port for incoming connections http_port 3128 # Define ACLs (Access Control Lists) for each port acl port_3128 myport 3128 # Define the outgoing address for the 4G LTE modem interface tcp_outgoing_address 195.203.225.137 port_3128 # Allow access only from localhost http_access allow localhost # Deny access to anyone else […]