Add tsdproxy config

This commit is contained in:
2025-08-07 00:36:38 -07:00
parent c25bebe4ed
commit ed331a8ab7
2 changed files with 20 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
tsdproxy/auth.key

19
tsdproxy/tsdproxy.yaml Normal file
View File

@@ -0,0 +1,19 @@
defaultproxyprovider: default
docker:
local:
host: unix:///var/run/docker.sock
targethostname: 172.31.0.1
files: {}
tailscale:
providers:
default:
authKeyFile: /config/auth.key
controlurl: https://controlplane.tailscale.com
datadir: /data/
http:
hostname: 0.0.0.0
port: 8080
log:
level: info
json: false
proxyaccesslog: true