From c4286b15dc3d95f52b7ce5b5292796109fa77f3f Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 7 Sep 2015 10:52:18 +0200 Subject: docs: minor fixes --- docs/tutorials/transparent-dhcp.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/tutorials/transparent-dhcp.rst') diff --git a/docs/tutorials/transparent-dhcp.rst b/docs/tutorials/transparent-dhcp.rst index 1e53b333..ce285b63 100644 --- a/docs/tutorials/transparent-dhcp.rst +++ b/docs/tutorials/transparent-dhcp.rst @@ -5,7 +5,8 @@ Transparently proxify virtual machines This walkthrough illustrates how to set up transparent proxying with mitmproxy. We use VirtualBox VMs with an Ubuntu proxy machine in this example, -but the general *Internet <--> Proxy VM <--> (Virtual) Internal Network* setup can be applied to other setups. +but the general *Internet <--> Proxy VM <--> (Virtual) Internal Network* setup can be applied to +other setups. 1. Configure Proxy VM --------------------- @@ -35,9 +36,9 @@ DHCP and TFTP) services to a small-scale network. - Before we get to that, we need to fix some Ubuntu quirks: **Ubuntu >12.04** runs an internal dnsmasq instance (listening on loopback only) by default - `[1] `_. For our use case, this needs to be - disabled by changing ``dns=dnsmasq`` to ``#dns=dnsmasq`` in **/etc/NetworkManager/NetworkManager.conf** - and running + `[1] `_. For our use case, this needs + to be disabled by changing ``dns=dnsmasq`` to ``#dns=dnsmasq`` in + **/etc/NetworkManager/NetworkManager.conf** and running >>> sudo restart network-manager @@ -84,4 +85,5 @@ Finally, we can run mitmproxy in transparent mode with >>> mitmproxy -T The proxied machine cannot to leak any data outside of HTTP or DNS requests. -If required, you can now :ref:`install the mitmproxy certificates on the proxied machine `. \ No newline at end of file +If required, you can now :ref:`install the mitmproxy certificates on the proxied machine +`. -- cgit v1.2.3