mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Use common path in unix_socket default setting
This commit is contained in:
parent
c7db99d6ca
commit
22e397e0b6
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ func LoadConfig(path string, isFile bool) error {
|
|||
viper.SetDefault("derp.server.enabled", false)
|
||||
viper.SetDefault("derp.server.stun.enabled", true)
|
||||
|
||||
viper.SetDefault("unix_socket", "/var/run/headscale.sock")
|
||||
viper.SetDefault("unix_socket", "/var/run/headscale/headscale.sock")
|
||||
viper.SetDefault("unix_socket_permission", "0o770")
|
||||
|
||||
viper.SetDefault("grpc_listen_addr", ":50443")
|
||||
|
|
Loading…
Reference in a new issue