sandialabs / wiretap

Wiretap is a transparent, VPN-like proxy server that tunnels traffic via WireGuard and requires no special privileges to run.
Other
843 stars 37 forks source link

Change StringSlice -> String for Viper consistency #8

Closed luker983 closed 1 year ago

luker983 commented 1 year ago

@DennyDai I believe this should address the consistency concerns brought up in #7. Environment variables, config files, and command line flags all support comma-separated CIDRs this way.

DennyDai commented 1 year ago

LGTM, tested and works on my end. Thank you :)