mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-10 04:21:01 +00:00
Iodine: IPv6
This commit is contained in:
parent
e525b7da11
commit
5da991cdcc
3 changed files with 2 additions and 5 deletions
|
@ -1777,9 +1777,6 @@ handshake_raw_udp(int dns_fd, int seed)
|
||||||
tv.tv_sec = i + 1;
|
tv.tv_sec = i + 1;
|
||||||
tv.tv_usec = 0;
|
tv.tv_usec = 0;
|
||||||
|
|
||||||
printf("Sending login...\n");
|
|
||||||
sleep(5);
|
|
||||||
|
|
||||||
send_raw_udp_login(dns_fd, userid, seed);
|
send_raw_udp_login(dns_fd, userid, seed);
|
||||||
|
|
||||||
FD_ZERO(&fds);
|
FD_ZERO(&fds);
|
||||||
|
|
|
@ -99,7 +99,7 @@ help() {
|
||||||
fprintf(stderr, " -P password used for authentication (max 32 chars will be used)\n");
|
fprintf(stderr, " -P password used for authentication (max 32 chars will be used)\n");
|
||||||
#ifdef LINUX
|
#ifdef LINUX
|
||||||
fprintf(stderr, " -6 use IPv6 (make sure to use this option consistently on client and server)\n");
|
fprintf(stderr, " -6 use IPv6 (make sure to use this option consistently on client and server)\n");
|
||||||
fprintf(stderr, " -7 enable IPv6 outside the tunnel\n");
|
fprintf(stderr, " -7 enable IPv6 outside the tunnel (currently this option has to be used consistently on client and server)\n");
|
||||||
#endif
|
#endif
|
||||||
fprintf(stderr, "Other options:\n");
|
fprintf(stderr, "Other options:\n");
|
||||||
fprintf(stderr, " -v to print version info and exit\n");
|
fprintf(stderr, " -v to print version info and exit\n");
|
||||||
|
|
|
@ -2382,7 +2382,7 @@ help() {
|
||||||
fprintf(stderr, " (using -DD in UTF-8 terminal: \"LC_ALL=C luit iodined -DD ...\")\n");
|
fprintf(stderr, " (using -DD in UTF-8 terminal: \"LC_ALL=C luit iodined -DD ...\")\n");
|
||||||
#ifdef LINUX
|
#ifdef LINUX
|
||||||
fprintf(stderr, " -6 use IPv6 inside the tunnel (make sure to use this option consistently on client and server)\n");
|
fprintf(stderr, " -6 use IPv6 inside the tunnel (make sure to use this option consistently on client and server)\n");
|
||||||
fprintf(stderr, " -7 enable IPv6 outside the tunnel\n");
|
fprintf(stderr, " -7 enable IPv6 outside the tunnel (currently this option has to be used consistently on client and server)\n");
|
||||||
#endif
|
#endif
|
||||||
fprintf(stderr, " -u name to drop privileges and run as user 'name'\n");
|
fprintf(stderr, " -u name to drop privileges and run as user 'name'\n");
|
||||||
fprintf(stderr, " -t dir to chroot to directory dir\n");
|
fprintf(stderr, " -t dir to chroot to directory dir\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue