Commit cd26bcb8 authored by rui.zheng's avatar rui.zheng

add retry mechanism for chain

parent 003c5a50
...@@ -60,8 +60,6 @@ func init() { ...@@ -60,8 +60,6 @@ func init() {
fmt.Fprintf(os.Stderr, "gost %s (%s)\n", gost.Version, runtime.Version()) fmt.Fprintf(os.Stderr, "gost %s (%s)\n", gost.Version, runtime.Version())
os.Exit(0) os.Exit(0)
} }
log.Log("Debug:", gost.Debug)
} }
func main() { func main() {
......
{
"strategy": "round",
"max_fails": 3,
"fail_timeout": 30,
"nodes":[
"socks5://:1081",
"socks://:1082",
"socks4a://:1083"
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment