Resolve merge conflict

This commit is contained in:
Kristoffer Dalby 2021-10-31 09:40:43 +00:00
commit 264e5964f6
No known key found for this signature in database
GPG key ID: 09F62DC067465735
13 changed files with 651 additions and 58 deletions

View file

@ -69,3 +69,16 @@ dns_config:
# Note: for local development, you probably want to change this to:
# unix_socket: ./headscale.sock
unix_socket: /var/run/headscale.sock
# headscale supports experimental OpenID connect support,
# it is still being tested and might have some bugs, please
# help us test it.
# OpenID Connect
# oidc:
# issuer: "https://your-oidc.issuer.com/path"
# client_id: "your-oidc-client-id"
# client_secret: "your-oidc-client-secret"
#
# # Domain map is used to map incomming users (by their email) to
# # a namespace. The key can be a string, or regex.
# domain_map:
# ".*": default-namespace