New '-o' option to configure server or hosts from command line
authorJulien Muchembled <jm@jmuchemb.eu>
Fri, 3 Sep 2010 11:34:22 +0000 (13:34 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 5 Sep 2010 20:26:26 +0000 (22:26 +0200)
commit8c3105283ac53f8cc9cc4dde25957ec1cf6b53a0
tree3faa7a4a8364503ba500668cede9b26064eb00fa
parent4b6a9f1c1f645ce5989692655337d9e23ca28648
New '-o' option to configure server or hosts from command line

Options given on the command line have precedence over configuration from files.

This can be useful, for example, for a roaming node, for which 'ConnectTo' and
<host>.Address depends on its location.
src/conf.c
src/conf.h
src/connection.c
src/tincd.c