Moved most of that conditional INI stuff out of the Conf constructor.

This commit is contained in:
idk
2018-08-11 01:16:00 -04:00
parent 6f47089ed7
commit d19b89a383
4 changed files with 45 additions and 19 deletions

View File

@ -144,7 +144,8 @@ existing flags should also be aliased to be more familiar and netcat-like.
I want it to be able to use poorly formed ini files, in order to accomodate the
use of INI-like labels. For now, my workaround is to comment out the labels
until I deal with this.
until I deal with this. Basically I just want it to ignore the lables and treat
the whole thing as flat.
I want it to be able to save ini files based on the settings used for a running
forwarder. Should be easy, I just need to decide how I want to do it. Also to