shawn1m / overture

A customized DNS relay server
MIT License
1.79k stars 284 forks source link

ip_network_primary parsing error happened on comment lines leading with '#' #191

Closed funnypc closed 4 years ago

funnypc commented 4 years ago

log keep printing 'Error parsing IP network CIDR # ... invalid CIDR address: # ...'

lines leading with '#' should be ignored as they are comments only.

shawn1m commented 4 years ago

There is no guarantee that "#" as comment is supported universally.