Changeset c5bdf0


Ignore:
Timestamp:
09/26/09 00:11:18 (3 years ago)
Author:
Erik Ekman <yarrick@…>
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)
Message:

#82 update docs

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r8daba6 rc5bdf0  
    2929                Patch by Anne Bezemer, merge help by logix. 
    3030        - Merged low-latency patch from Anne Bezemer, fixes #76. 
     31        - Resolve client nameserver argument (except on win32), #82. 
    3132 
    32332009-06-01: 0.5.2 "WifiFree" 
  • man/iodine.8

    rd59733 rc5bdf0  
    221221.B nameserver 
    222222The 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. 
     223nameserver or the server running iodined if reachable. This field can be 
     224given as an IP address, or as a hostname (except on Win32 currently). 
    224225This argument is optional, and if not specified a nameserver will be read 
    225226from the 
  • src/client.c

    r365aab rc5bdf0  
    150150                 * so turn it off in windows for now 
    151151                 * 
    152                  * try resolving if domain a domain is given */ 
     152                 * try resolving if a domain is given */ 
    153153                struct addrinfo *addrinfo; 
    154154                struct addrinfo *res; 
  • src/iodine.c

    r3c4860 rc5bdf0  
    9090        fprintf(stderr, "  -z context, to apply specified SELinux context after initialization\n"); 
    9191        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"); 
    9394        fprintf(stderr, "topdomain is the FQDN that is delegated to the tunnel endpoint.\n"); 
    9495 
Note: See TracChangeset for help on using the changeset viewer.