13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
# Copy to /etc/tunnel-client.env and set values.
|
|
# Required:
|
|
TUNNEL_SERVER=ingress.nixc.us:2222
|
|
TUNNEL_DOMAIN=myapp.example.com
|
|
TUNNEL_KEY=/etc/tunnel-client/id_ed25519
|
|
|
|
# Add this key's public half to the tunnel user's ~/.ssh/authorized_keys on ingress.nixc.us.
|
|
|
|
# Optional (defaults shown):
|
|
# TUNNEL_PORT=8080
|
|
# TUNNEL_AUTH_USER=
|
|
# TUNNEL_AUTH_PASS=
|