mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
Merge branch 'main' of https://github.com/juanfont/headscale into main
This commit is contained in:
commit
2555220a57
@ -171,6 +171,8 @@ var enableRouteCmd = &cobra.Command{
|
||||
|
||||
func main() {
|
||||
viper.SetConfigName("config")
|
||||
viper.AddConfigPath("/etc/headscale/")
|
||||
viper.AddConfigPath("$HOME/.headscale")
|
||||
viper.AddConfigPath(".")
|
||||
viper.AutomaticEnv()
|
||||
err := viper.ReadInConfig()
|
||||
|
Loading…
Reference in New Issue
Block a user