Skip to content

Instantly share code, notes, and snippets.

View themsquared's full-sized avatar

Mike Moore themsquared

View GitHub Profile
@themsquared
themsquared / gist:0e470408b5c63aa88f450571b9271e10
Created March 8, 2018 13:21
Squid Proxy Example for Datadog Agent Proxies
#
# Example Squid Proxy Configuration for Datadog Agents
#
# Example rule allowing access from your local networks.
# Adapt to list your (internal) IP networks from where browsing
# should be allowed
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network