Changeset 86
- Timestamp:
- 12/08/06 09:27:31 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/stephenson-link_scoring/lib/HoneyClient/Agent/Driver/Browser.pm
r83 r86 962 962 ); 963 963 # Point the agent to the squid proxy on the honeywall VM 964 $ua->proxy(['http', 'https'], ' http://10.0.0.254:3128');964 $ua->proxy(['http', 'https'], '10.0.0.254:3128'); 965 965 966 966 # TODO: Set the default headers, to mimic a regular browser (if need be).
