ConfigParser: do NOT override existing sections
This commit support format as below: ``` [DNS] EQUAL,example.com [URL] PREFIX,https://example.com/a [URL] PREFIX,https://example.com/foo [URL] PREFIX,https://example.com/bar ``` It merges sections with the same section name.
Loading
Please register or sign in to comment