Skip to content

Commit

Permalink
Use default udp_timeout=300 instead
Browse files Browse the repository at this point in the history
Refine #2625.
  • Loading branch information
Mygod committed Apr 16, 2021
1 parent 456b15f commit 8ce6bd6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ class ProxyInstance(val profile: Profile, private val route: String = profile.ro
}
config.put("plugin", path).put("plugin_opts", opts.toString())
}
config.put("udp_max_associations", 256)
config.put("dns", "unix://local_dns_path")

// init local config array
Expand Down

0 comments on commit 8ce6bd6

Please sign in to comment.