1 Commits
Author SHA1 Message Date
Syrone Wong 0993b354e5 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.
2021-12-03 08:33:46 +08:00