commit current project

This commit is contained in:
awei
2025-03-09 16:14:12 +08:00
parent 4e51db4edd
commit 21f4026106
7 changed files with 144 additions and 47 deletions

View File

@@ -38,7 +38,7 @@ grpc_listen_addr: 0.0.0.0:50443
# mode. This is not recommended as the traffic will
# be unencrypted. Only enable if you know what you
# are doing.
grpc_allow_insecure: false
grpc_allow_insecure: true
# The Noise section includes specific configuration for the
# TS2021 Noise protocol
@@ -110,8 +110,8 @@ derp:
ipv6: 2001:db8::1
# List of externally available DERP maps encoded in JSON
urls:
- https://controlplane.tailscale.com/derpmap/default
# urls:
# - https://controlplane.tailscale.com/derpmap/default
# Locally available DERP map files encoded in YAML
#
@@ -144,7 +144,7 @@ database:
type: sqlite
# Enable debug mode. This setting requires the log.level to be set to "debug" or "trace".
debug: false
debug: true
# GORM configuration settings.
gorm:
@@ -396,9 +396,9 @@ logtail:
# Enable logtail for this headscales clients.
# As there is currently no support for overriding the log server in headscale, this is
# disabled by default. Enabling this will make your clients send logs to Tailscale Inc.
enabled: false
enabled: true
# Enabling this option makes devices prefer a random port for WireGuard traffic over the
# default static port 41641. This option is intended as a workaround for some buggy
# firewall devices. See https://tailscale.com/kb/1181/firewalls/ for more information.
randomize_client_port: false
randomize_client_port: false