Changeset c5bdf0
- Timestamp:
- 09/26/09 00:11:18 (3 years ago)
- Branches:
- master
- Children:
- 1a26a9
- Parents:
- 365aab
- git-author:
- Erik Ekman <yarrick@…> (09/26/09 00:11:18)
- git-committer:
- Erik Ekman <erik@…> (02/04/12 20:34:04)
- Files:
-
- 4 edited
-
CHANGELOG (modified) (1 diff)
-
man/iodine.8 (modified) (1 diff)
-
src/client.c (modified) (1 diff)
-
src/iodine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r8daba6 rc5bdf0 29 29 Patch by Anne Bezemer, merge help by logix. 30 30 - Merged low-latency patch from Anne Bezemer, fixes #76. 31 - Resolve client nameserver argument (except on win32), #82. 31 32 32 33 2009-06-01: 0.5.2 "WifiFree" -
man/iodine.8
rd59733 rc5bdf0 221 221 .B nameserver 222 222 The nameserver to use to relay the dns traffic. This can be any relaying 223 nameserver or the ip number of the server running iodined if reachable. 223 nameserver or the server running iodined if reachable. This field can be 224 given as an IP address, or as a hostname (except on Win32 currently). 224 225 This argument is optional, and if not specified a nameserver will be read 225 226 from the -
src/client.c
r365aab rc5bdf0 150 150 * so turn it off in windows for now 151 151 * 152 * try resolving if domaina domain is given */152 * try resolving if a domain is given */ 153 153 struct addrinfo *addrinfo; 154 154 struct addrinfo *res; -
src/iodine.c
r3c4860 rc5bdf0 90 90 fprintf(stderr, " -z context, to apply specified SELinux context after initialization\n"); 91 91 fprintf(stderr, " -F pidfile to write pid to a file\n"); 92 fprintf(stderr, "nameserver is the IP number of the relaying nameserver, if absent /etc/resolv.conf is used\n"); 92 fprintf(stderr, "nameserver is the IP number/hostname of the relaying nameserver\n " 93 "(hostname not supported on win32). if absent, /etc/resolv.conf is used\n"); 93 94 fprintf(stderr, "topdomain is the FQDN that is delegated to the tunnel endpoint.\n"); 94 95
Note: See TracChangeset
for help on using the changeset viewer.
