mirror of
https://github.com/Alexey71/opera-proxy.git
synced 2026-05-14 06:30:59 +00:00
fmt
This commit is contained in:
@@ -42,7 +42,7 @@ type CLIArgs struct {
|
|||||||
|
|
||||||
func parse_args() CLIArgs {
|
func parse_args() CLIArgs {
|
||||||
var args CLIArgs
|
var args CLIArgs
|
||||||
flag.StringVar(&args.country, "country", "us", "desired proxy location")
|
flag.StringVar(&args.country, "country", "EU", "desired proxy location")
|
||||||
flag.BoolVar(&args.list_countries, "list-countries", false, "list available countries and exit")
|
flag.BoolVar(&args.list_countries, "list-countries", false, "list available countries and exit")
|
||||||
flag.BoolVar(&args.list_proxies, "list-proxies", false, "output proxy list and exit")
|
flag.BoolVar(&args.list_proxies, "list-proxies", false, "output proxy list and exit")
|
||||||
flag.StringVar(&args.bind_address, "bind-address", "127.0.0.1:8080", "HTTP proxy listen address")
|
flag.StringVar(&args.bind_address, "bind-address", "127.0.0.1:8080", "HTTP proxy listen address")
|
||||||
|
|||||||
Reference in New Issue
Block a user