summaryrefslogtreecommitdiff
path: root/net-vpn/headscale/files/config-socket.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-15 14:28:19 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-15 14:28:19 +0100
commit1c3adf43f1b866276828623dd63f9e10d29421d3 (patch)
tree08af6cfc34a399a31fab99fe6691383651b7891c /net-vpn/headscale/files/config-socket.patch
parent49d7633bbfe37c8e50c9cd1815c4210ca0a38d49 (diff)
gentoo auto-resync : 15:08:2022 - 14:28:19
Diffstat (limited to 'net-vpn/headscale/files/config-socket.patch')
-rw-r--r--net-vpn/headscale/files/config-socket.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-vpn/headscale/files/config-socket.patch b/net-vpn/headscale/files/config-socket.patch
index 4d6c90e3f0f5..73de6b6578d1 100644
--- a/net-vpn/headscale/files/config-socket.patch
+++ b/net-vpn/headscale/files/config-socket.patch
@@ -1,13 +1,13 @@
diff --git a/config-example.yaml b/config-example.yaml
-index dee25cb..007d8ec 100644
+index d3d155e..a070c22 100644
--- a/config-example.yaml
+++ b/config-example.yaml
-@@ -202,7 +202,7 @@ dns_config:
+@@ -208,7 +208,7 @@ dns_config:
# Unix socket used for the CLI to connect without authentication
# Note: for local development, you probably want to change this to:
# unix_socket: ./headscale.sock
-unix_socket: /var/run/headscale.sock
-+unix_socket: /run/headscale.sock
++unix_socket: /run/headscale/headscale.sock
unix_socket_permission: "0770"
#
# headscale supports experimental OpenID connect support,