-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.tunnel.example
More file actions
47 lines (36 loc) · 1.64 KB
/
.env.tunnel.example
File metadata and controls
47 lines (36 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# QP Tunnel Configuration
# Copy to .env.tunnel and fill in values.
# All variables have sensible defaults. Only provider-specific values are required.
# ---------------------------------------------------------------------------
# Identity
# ---------------------------------------------------------------------------
# Application name (used for config directory, server tags, etc.)
# TUNNEL_APP_NAME=qp-tunnel
# ---------------------------------------------------------------------------
# Relay Provider Settings
# ---------------------------------------------------------------------------
# DigitalOcean (only required for --provider=digitalocean)
# DO_API_TOKEN=dop_v1_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# TUNNEL_DO_REGION=sfo3
# TUNNEL_DO_SIZE=s-1vcpu-512mb-10gb
# SSH provider (only required for --provider=ssh)
# RELAY_HOST=203.0.113.10
# RELAY_SSH_USER=root
# ---------------------------------------------------------------------------
# Tunnel Network
# ---------------------------------------------------------------------------
# TUNNEL_SUBNET=10.8.0.0/24
# TUNNEL_RELAY_IP=10.8.0.1
# TUNNEL_SERVER_IP=10.8.0.2
# TUNNEL_PORT=51820
# TUNNEL_DNS_SERVER=10.8.0.2
# TUNNEL_ALLOWED_IPS=10.8.0.0/24
# ---------------------------------------------------------------------------
# Local Paths
# ---------------------------------------------------------------------------
# TUNNEL_CONFIG_DIR=~/.config/qp-tunnel
# TUNNEL_SSH_KEY=~/.ssh/id_ed25519
# ---------------------------------------------------------------------------
# WireGuard
# ---------------------------------------------------------------------------
# TUNNEL_INTERFACE=wg0