Port details |
- iodine Tunnel IPv4 data through a DNS server
- 0.8.0_1 net =6 0.8.0_1Version of this port present on the latest quarterly branch.
- Maintainer: p.mousavizadeh@protonmail.com
- Port Added: 2007-02-24 07:53:03
- Last Update: 2024-01-21 17:53:30
- Commit Hash: f84c792
- People watching this port, also watch:: arpwatch, net-snmp, openssl, fusefs-sshfs, tor
- License: ISCL
- WWW:
- https://code.kryo.se/iodine/
- Description:
- This is a piece of software that lets you tunnel IPv4 data through a DNS
server. This can be usable in different situations where Internet access is
firewalled, but DNS queries are allowed.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/iodine/ && make install clean
- To add the package, run one of these commands:
- pkg install net/iodine
- pkg install iodine
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: iodine
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1681933715
SHA256 (iodine-0.8.0.tar.gz) = 546e92cf8617f7970ea81c850b1063eb189c68c406d0c6a67e02c55e72e714c6
SIZE (iodine-0.8.0.tar.gz) = 100577
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for iodine-0.8.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_iodine
- USES:
- cpe
- pkg-message:
- For install:
- To start iodined at boot, put these lines to your rc.conf:
iodined_enable="YES"
iodined_password="Passw0rd" # tunnel password
iodined_domain="t.example.net" # tunnel domain
Note that the password is visible from process list. The default ip
on the tunnel interface is set to 172.16.0.1. You can change it with
the ``iodined_addr'' variable in rc.conf.
You need to delegate the tunnel domain for iodined use. Add things
like these to the DNS zone file:
iodined IN A 192.0.2.1
t IN NS iodined.example.net.
Replace 192.0.2.1 with your server's (the one you run iodined) IP.
To run the client,
iodine -f -u _iodined -t /var/empty 192.168.1.1 t.example.net
Replace 192.168.1.1 with your DNS server.
See iodine(1) for more information.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.0_1 21 Jan 2024 17:53:30 |
Muhammad Moinur Rahman (bofh) |
net/iodine: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.8.0 28 Apr 2023 16:13:35 |
Robert Clausecker (fuz) Author: Seyed Pouria Mousavizadeh Tehrani |
net/iodine: update to 0.8.0
Work around tzsetwall(3) having been removed in CURRENT.
Changelog: https://github.com/yarrick/iodine/blob/master/CHANGELOG
See also: https://github.com/yarrick/iodine/pull/86
PR: 270938 |
0.8.0 19 Apr 2023 08:48:10 |
Fernando Apesteguía (fernape) |
net/iodine: update to 0.8.0
ChangeLog: https://github.com/yarrick/iodine/blob/master/CHANGELOG
* Mac OS X: Support native utun VPN devices.
* Fix compilation failure on kFreeBSD and Hurd.
* Patch that fixes compilation warning.
* README converted to markdown.
* Linux: use pkg-config for systemd support flags.
* Add support for IPv6 in the server.
Raw mode will be with same protocol as used for login.
Traffic inside tunnel is still IPv4.
* Update android build to try to support 5.0 (Lollipop) and newer.
* Change external IP lookup to using myip.opendns.com via DNS.
* Add option to choose IPv4 listen address from external IP lookup.
* Add server support for handling multiple domains via wildcard.
* Recognize tap device component id 'root' prefix on Windows.
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.7.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.7.0_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.7.0_1 25 Apr 2022 15:06:48 |
Joseph Mingrone (jrm) |
lx's ports: Reset maintainer to ports@ per his request
Sponsored by: The FreeBSD Foundation |
0.7.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.0_1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
0.7.0_1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.7.0_1 25 Apr 2015 00:53:11 |
amdmi3 |
- Add CPE info
- Don't show pkg-message from the port's makefile
- Whitespace fix
Approved by: portmgr blanket |
0.7.0_1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
0.7.0_1 18 Jul 2014 18:34:18 |
lx |
Forgot svn add of pkg-plist.
PR: 191900
Submitted by: Allan Jude |
0.7.0 18 Jun 2014 22:03:34 |
lx |
Update iodine to 0.7.0 and modernize port a bit. Note that this corrects an
important authentication bypass vulnerability -- all users should upgrade.
Submitted by: Kenta S. |
0.6.0r1 22 May 2014 22:54:25 |
lx |
Stageify and add license.
PR: ports/190079
Submitted by: freebsd@nagilum.org |
0.6.0r1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.6.0r1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.6.0r1 15 May 2011 02:49:17 |
dougb |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
0.6.0r1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.6.0r1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.6.0r1 16 Feb 2010 21:34:26 |
lx |
Update to 0.6.0 RC1, which should resolve problems setting up the tun interface.
PR: ports/141773
Feature safe: yes |
0.5.2 11 Dec 2009 04:31:04 |
lx |
- Update to 0.5.2
- Take maintainership, approved by rafan
- Fix bug in ifconfig cmdline |
0.5.0 26 Jan 2009 04:34:46 |
rafan |
- Update to 0.5.0 |
0.4.2 05 Oct 2008 09:50:55 |
rafan |
- Update to 0.8.2
Submitted by: chipitsine at gmail.com |
0.4.1_1 11 Jan 2008 15:47:24 |
rafan |
- Add rc script for iodine server
- Add iodined manual page (links to iodine's)
PR: ports/119452 (based on)
Submitted by: Daniel Roethlisberger <daniel at roe.ch> |
0.4.1 15 Dec 2007 09:10:34 |
rafan |
- Update to 0.4.1 |
0.4.0 29 Mar 2007 11:04:20 |
rafan |
- Update to 0.4.0 |
0.3.4 24 Feb 2007 07:52:26 |
rafan |
Add iodine 0.3.4, tunnel IPv4 data through a DNS server. |