Skip to content

Commit c8ab516

Browse files
committed
update
1 parent 223e42a commit c8ab516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func (c *config) init_config() {
103103
flag.StringVar(&c.Sni, "sni", "", "HTTPS sni extension ServerName(default fetchserver hostname)")
104104
flag.StringVar(&c.Fetchserver, "s", "https://a.bc.com/php-proxy/index.php", "php fetchserver path(http/https)")
105105
flag.StringVar(&c.User_agent, "ua", "", "customize User-Agent to php server(default use brower User-Agent)")
106-
flag.StringVar(&c.Proxy, "fp", "", "connect php server via Forward Proxy(http://user:password@127.0.0.1:8080,socks5://user:password@127.0.0.1:1080)")
106+
flag.StringVar(&c.Proxy, "fp", "", "connect php server via Forward Proxy(https://user:password@domain.com,http://user:password@127.0.0.1:8080,socks5://user:password@127.0.0.1:1080)")
107107
flag.BoolVar(&c.Debug, "d", false, "enable debug mode for debug")
108108
flag.BoolVar(&c.Autoproxy, "a", false, "enable auto proxy")
109109
flag.BoolVar(&c.Insecure, "k", false, "insecure connect to php server(ignore certs verify/middle attack)")

0 commit comments

Comments
 (0)