Add tsdproxy config
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
tsdproxy/auth.key
|
||||||
19
tsdproxy/tsdproxy.yaml
Normal file
19
tsdproxy/tsdproxy.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user