Documentation ¶
Overview ¶
This program is a simple config checker tool for proxies and global configs. It prints out basic statistics and round-trips the low-cardinality portions of the config in order to make sure the YAML parses as expected. The tool can either read a local config file (assumed to be plain text) or a remote http(s) URL (assumed to be gzipped).
Examples:
go run main.go proxies ~/Library/Application\ Support/Lantern/proxies.yaml go run main.go global ~/Library/Application\ Support/Lantern/global.yaml go run main.go global https://globalconfig.flashlightproxy.com/global.yaml.gz
Click to show internal directories.
Click to hide internal directories.