Skip to content
Unverified Commit 0993b354 authored by Syrone Wong's avatar Syrone Wong Committed by GitHub
Browse files

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.
parent af875d2a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment