anyuta1166 / inadyn

Inadyn is a free DDNS client. It makes is possible to have a fixed Internet hostname registered to a dynamic IP address.
GNU General Public License v2.0
4 stars 0 forks source link

Rewrite parsing of options and config file #6

Open anyuta1166 opened 11 years ago

anyuta1166 commented 11 years ago

Parsing of config file should be separated from parsing of options (now parser converts contents of config file to command line options). Parsing of command line options should be done by getopt() instead of self-written parser.

troglobit commented 7 years ago

This is fixed upstream, we now use libConfuse for the .conf file and have a heavily reduced set of command line options.