mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-01 17:36:10 +03:00
Compare commits
No commits in common. "6145eeab738c45dc66958f590f6439fbf3c401f2" and "df49fd6f3d9030662374bfbdcca3e74327084f5e" have entirely different histories.
6145eeab73
...
df49fd6f3d
@ -5,7 +5,7 @@ iodine - https://code.kryo.se/iodine
|
|||||||
|
|
||||||
CHANGES:
|
CHANGES:
|
||||||
|
|
||||||
2023-04-17: 0.8.0 "Burning Snowman"
|
master:
|
||||||
- Mac OS X: Support native utun VPN devices. Patch by
|
- Mac OS X: Support native utun VPN devices. Patch by
|
||||||
Peter Sagerson, ported from OpenVPN by Catalin Patulea.
|
Peter Sagerson, ported from OpenVPN by Catalin Patulea.
|
||||||
- Fix compilation failure on kFreeBSD and Hurd, by Gregor Herrmann
|
- Fix compilation failure on kFreeBSD and Hurd, by Gregor Herrmann
|
||||||
@ -16,7 +16,7 @@ CHANGES:
|
|||||||
- Add support for IPv6 in the server.
|
- Add support for IPv6 in the server.
|
||||||
Raw mode will be with same protocol as used for login.
|
Raw mode will be with same protocol as used for login.
|
||||||
Traffic inside tunnel is still IPv4.
|
Traffic inside tunnel is still IPv4.
|
||||||
- Update android build to try to support 5.0 (Lollipop) and newer.
|
- Update android build to support 5.0 (Lollipop) and newer.
|
||||||
- Change external IP lookup to using myip.opendns.com via DNS.
|
- Change external IP lookup to using myip.opendns.com via DNS.
|
||||||
- Add option to choose IPv4 listen address from external IP lookup.
|
- Add option to choose IPv4 listen address from external IP lookup.
|
||||||
- Add server support for handling multiple domains via wildcard.
|
- Add server support for handling multiple domains via wildcard.
|
||||||
|
4
Makefile
4
Makefile
@ -103,11 +103,11 @@ iodine-latest-windows.zip: iodine-latest
|
|||||||
@$(MAKE) -C src TARGETOS=windows32 CC=i686-w64-mingw32-gcc clean all
|
@$(MAKE) -C src TARGETOS=windows32 CC=i686-w64-mingw32-gcc clean all
|
||||||
@i686-w64-mingw32-strip bin/iodine*
|
@i686-w64-mingw32-strip bin/iodine*
|
||||||
@for i in `ls bin`; do cp bin/$$i iodine-latest-windows/32bit/$$i.exe; done
|
@for i in `ls bin`; do cp bin/$$i iodine-latest-windows/32bit/$$i.exe; done
|
||||||
@cp /usr/i686-w64-mingw32/sys-root/mingw/bin/zlib1.dll iodine-latest-windows/32bit
|
@cp /usr/i686-w64-mingw32/bin/zlib1.dll iodine-latest-windows/32bit
|
||||||
@$(MAKE) -C src TARGETOS=windows32 CC=x86_64-w64-mingw32-gcc clean all
|
@$(MAKE) -C src TARGETOS=windows32 CC=x86_64-w64-mingw32-gcc clean all
|
||||||
@x86_64-w64-mingw32-strip bin/iodine*
|
@x86_64-w64-mingw32-strip bin/iodine*
|
||||||
@for i in `ls bin`; do cp bin/$$i iodine-latest-windows/64bit/$$i.exe; done
|
@for i in `ls bin`; do cp bin/$$i iodine-latest-windows/64bit/$$i.exe; done
|
||||||
@cp /usr/x86_64-w64-mingw32/sys-root/mingw/bin/zlib1.dll iodine-latest-windows/64bit
|
@cp /usr/x86_64-w64-mingw32/bin/zlib1.dll iodine-latest-windows/64bit
|
||||||
@cp README-win32.txt iodine-latest-windows
|
@cp README-win32.txt iodine-latest-windows
|
||||||
@zip -r iodine-latest-windows.zip iodine-latest-windows
|
@zip -r iodine-latest-windows.zip iodine-latest-windows
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\" groff -man -Tascii iodine.8
|
.\" groff -man -Tascii iodine.8
|
||||||
.TH IODINE 8 "APR 2023" "User Manuals"
|
.TH IODINE 8 "APR 2012" "User Manuals"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
iodine, iodined \- tunnel IPv4 over DNS
|
iodine, iodined \- tunnel IPv4 over DNS
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Loading…
Reference in New Issue
Block a user