Changes between Version 3 and Version 4 of howto/SetupInterceptionSquid
- Timestamp:
- Dec 30, 2010, 8:46:11 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/SetupInterceptionSquid
v3 v4 70 70 Run the following command: 71 71 {{{ 72 $ sudo echo "net.inet.ip.scopedroute=0" >> /etc/sysctl.conf72 $ sudo bash -c "echo net.inet.ip.scopedroute=0 >> /etc/sysctl.conf" 73 73 }}} 74 74