chore: other fixes
parent
cda021de2b
commit
154bd502ca
|
@ -96,9 +96,9 @@ derp:
|
||||||
private_key_path: /var/lib/headscale/derp_server_private.key
|
private_key_path: /var/lib/headscale/derp_server_private.key
|
||||||
|
|
||||||
# This flag can be used, so the DERP map entry for the embedded DERP server is not written automatically,
|
# This flag can be used, so the DERP map entry for the embedded DERP server is not written automatically,
|
||||||
# it enables the creation of your very own DERP map entry using a locally available file with the parameter
|
# it enables the creation of your very own DERP map entry using a locally available file with the parameter
|
||||||
# DERP.paths
|
# DERP.paths
|
||||||
# If you enable the DERP server and set this to false, it is required to add the DERP server to the DERP map using
|
# If you enable the DERP server and set this to false, it is required to add the DERP server to the DERP map using
|
||||||
# DERP.paths
|
# DERP.paths
|
||||||
automatically_add_embedded_derp_region: true
|
automatically_add_embedded_derp_region: true
|
||||||
|
|
||||||
|
@ -279,12 +279,12 @@ dns:
|
||||||
- name: "pi.hole"
|
- name: "pi.hole"
|
||||||
type: "A"
|
type: "A"
|
||||||
value: "100.64.0.4"
|
value: "100.64.0.4"
|
||||||
# - name: "grafana.myvpn.example.com"
|
# - name: "grafana.myvpn.example.com"
|
||||||
# type: "A"
|
# type: "A"
|
||||||
# value: "100.64.0.3"
|
# value: "100.64.0.3"
|
||||||
#
|
#
|
||||||
# # you can also put it in one line
|
# # you can also put it in one line
|
||||||
# - { name: "prometheus.myvpn.example.com", type: "A", value: "100.64.0.3" }
|
# - { name: "prometheus.myvpn.example.com", type: "A", value: "100.64.0.3" }
|
||||||
|
|
||||||
# Unix socket used for the CLI to connect without authentication
|
# Unix socket used for the CLI to connect without authentication
|
||||||
# Note: for production you will want to set this to something like:
|
# Note: for production you will want to set this to something like:
|
||||||
|
|
Loading…
Reference in New Issue