mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-23 00:29:20 +02:00
added x86 on mac
This commit is contained in:
parent
bacb0d2bfb
commit
d02c909871
2
README
2
README
|
@ -87,7 +87,7 @@ iptables -t nat -A PREROUTING -i eth0 -p udp --dport 53 -j DNAT --to :5353
|
||||||
PORTABILITY:
|
PORTABILITY:
|
||||||
|
|
||||||
iodine has been tested on Linux (arm, ia64, x86, AMD64 and SPARC64), FreeBSD
|
iodine has been tested on Linux (arm, ia64, x86, AMD64 and SPARC64), FreeBSD
|
||||||
(ia64, x86), OpenBSD (x86), NetBSD (x86) and MacOS X (10.3, ppc, with
|
(ia64, x86), OpenBSD (x86), NetBSD (x86) and MacOS X (ppc and x86, with
|
||||||
http://www-user.rhrk.uni-kl.de/~nissler/tuntap/). It should work on other
|
http://www-user.rhrk.uni-kl.de/~nissler/tuntap/). It should work on other
|
||||||
unix-like systems as well that has TUN/TAP tunneling support (after some
|
unix-like systems as well that has TUN/TAP tunneling support (after some
|
||||||
patching). Let us know if you get it to run on other platforms.
|
patching). Let us know if you get it to run on other platforms.
|
||||||
|
|
Loading…
Reference in New Issue