Changeset 1137ac
- Timestamp:
- 08/16/09 00:02:00 (4 years ago)
- Branches:
- master
- Children:
- a3757a
- Parents:
- 7efdd0
- git-author:
- Erik Ekman <yarrick@…> (08/16/09 00:02:00)
- git-committer:
- Erik Ekman <erik@…> (02/04/12 20:34:03)
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
man/iodine.8 (modified) (2 diffs)
-
src/iodine.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r0e81cd r1137ac 19 19 - Raw UDP mode added. If the iodined server is reachable directly, 20 20 packets can be sent to it without DNS encoding. Fixes #36. 21 - Added -F option to write pidfile, based on patch from 22 misc at mandriva.org. Fixes #70. 21 23 22 24 2009-06-01: 0.5.2 "WifiFree" -
man/iodine.8
r7efdd0 r1137ac 8 8 .B iodine [-h] 9 9 10 .B iodine [-f] [- u10 .B iodine [-f] [-r] [-u 11 11 .I user 12 12 .B ] [-P … … 106 106 .SS Client Options: 107 107 .TP 108 .B -r 109 Skip raw UDP mode. If not used, iodine will try getting the public IP address 110 of the iodined host and test if it is reachable directly. If it is, traffic 111 will be sent to the server instead of the DNS relay. 112 .TP 108 113 .B -m fragsize 109 114 Maximum downstream fragsize. Not setting this will cause the client to probe -
src/iodine.c
r7efdd0 r1137ac 1158 1158 extern char *__progname; 1159 1159 1160 fprintf(stderr, "Usage: %s [-v] [-h] [-f] [- u user] [-t chrootdir] [-d device] "1160 fprintf(stderr, "Usage: %s [-v] [-h] [-f] [-r] [-u user] [-t chrootdir] [-d device] " 1161 1161 "[-P password] [-m maxfragsize] [-z context] [-F pidfile] " 1162 1162 "[nameserver] topdomain\n", __progname); … … 1169 1169 1170 1170 fprintf(stderr, "iodine IP over DNS tunneling client\n"); 1171 fprintf(stderr, "Usage: %s [-v] [-h] [-f] [- u user] [-t chrootdir] [-d device] "1171 fprintf(stderr, "Usage: %s [-v] [-h] [-f] [-r] [-u user] [-t chrootdir] [-d device] " 1172 1172 "[-P password] [-m maxfragsize] [-z context] [-F pidfile] " 1173 1173 "[nameserver] topdomain\n", __progname); … … 1175 1175 fprintf(stderr, " -h to print this help and exit\n"); 1176 1176 fprintf(stderr, " -f to keep running in foreground\n"); 1177 fprintf(stderr, " -r to skip raw UDP mode attempt\n"); 1177 1178 fprintf(stderr, " -u name to drop privileges and run as user 'name'\n"); 1178 1179 fprintf(stderr, " -t dir to chroot to directory dir\n");
Note: See TracChangeset
for help on using the changeset viewer.
