crowdsecurity / go-cs-bouncer

Go library to use crowdsec API.
MIT License
9 stars 11 forks source link

enhance: Handle unix prefix on scheme #45

Open LaurenceJJones opened 2 months ago

LaurenceJJones commented 2 months ago

Fix: #44

Since we use the same apic as CrowdSec the support already existed, we just need to handle when a user supplies "unix:/path/to/file" simply we just set the scheme to be an empty string.