pyed / ipfilter

ipfilter is a middleware for Caddy that blocks or allows requests based on the client's IP
https://caddyserver.com/docs/ipfilter
Apache License 2.0
83 stars 19 forks source link

Allow IPv6 file names to use = rather than : #40

Closed krader1961 closed 5 years ago

krader1961 commented 5 years ago

Go doesn't allow colons in file names when module support is enabled. This restriction is to acommodate systems like MS Windows where colons in file names may have special meaning. So allow the use of equal-signs in place of colons in file names that represent IPv6 addresses.

Resolves #39

pyed commented 5 years ago

Thank you.