aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/wpan.mk
Commit message (Expand)AuthorAgeFilesLines
* kernel: wpan: Add kmod-ca8210Hauke Mehrtens2020-08-211-0/+16
* kernel: wpan: Add missing AUTOLOAD to load kernel moduleHauke Mehrtens2020-08-211-0/+3
* kernel: avoid underscore in *6lowpan package namesEneas U de Queiroz2020-02-191-3/+3
* kernel: remove obsolete kernel version switchesAdrian Schmutzler2020-01-121-3/+2
* kernel: add package for atusb wpan moduleSebastian Meiling2019-06-061-0/+11
* kernel: Remove support for kernel 3.18Hauke Mehrtens2019-05-031-4/+3
* kernel: Build: Split kmod-regmapHauke Mehrtens2019-01-271-2/+2
* kernel: wpan: mrf24j40 depends on regmap-spiFelix Fietkau2016-01-251-1/+1
* package: kernel: update dependencies for 4.4Jonas Gorski2015-12-021-1/+3
* kernel: fix dependecy of kmod-ieee802154_6lowpanHauke Mehrtens2015-07-171-1/+1
* kernel: wpan: at86rf230 depends on regmap-spiJonas Gorski2015-07-161-1/+1
* kernel: modules: activate wpan on kernel 4.1Hauke Mehrtens2015-07-081-4/+4
* kernel: move wpan to separate menuJohn Crispin2015-07-071-1/+1
* wpan: remove duplicate DEPENDSJohn Crispin2015-04-211-2/+1
* wpan: rework bluetooth / wpan and 6lowpan dependenciesJohn Crispin2015-04-211-3/+5
* wpan: remove duplicate DEPENDSLuka Perkov2015-04-131-1/+0
* modules: more wpan fixesJohn Crispin2015-04-101-23/+7
* modules: add missing wpan fakehard driverJohn Crispin2015-04-101-1/+17
* kernel: fix kmod-ieee802154_6lowpan config symbolJonas Gorski2015-04-101-1/+1
* kernel: adds wpan related packagesJohn Crispin2015-04-101-0/+122
lass="p">> You may also want to consider enabling this permanently in <b>/etc/sysctl.conf</b> as demonstrated <a href="http://unix.stackexchange.com/a/58081">here</a>. </li> <li> Create an iptables ruleset that redirects the desired traffic to the mitmproxy port. Details will differ according to your setup, but the ruleset should look something like this: <pre class="terminal">iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080 iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 8080</pre> </li> <li> Fire up mitmproxy. You probably want a command like this: <pre class="terminal">mitmproxy -T --host</pre> The <b>-T</b> flag turns on transparent mode, and the <b>--host</b> argument tells mitmproxy to use the value of the Host header for URL display. </li> <li> Finally, configure your test device to use the host on which mitmproxy is running as the default gateway.</li> </ol> For a detailed walkthrough, have a look at the <a href="@!urlTo('tutorials/transparent-dhcp.html')!@"><i>Transparently proxify virtual machines</i></a> tutorial.