mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 15:27:37 +00:00
add ability to set randomizeClientPort
This commit is contained in:
@@ -68,6 +68,7 @@ func (*Suite) TestConfigLoading(c *check.C) {
|
||||
fs.FileMode(0o770),
|
||||
)
|
||||
c.Assert(viper.GetBool("logtail.enabled"), check.Equals, false)
|
||||
c.Assert(viper.GetBool("randomize_client_port"), check.Equals, false)
|
||||
}
|
||||
|
||||
func (*Suite) TestDNSConfigLoading(c *check.C) {
|
||||
|
Reference in New Issue
Block a user