summarylogtreecommitdiffstats
path: root/config_readme
blob: b494dc9a0a312f4607b0848bc2aab2761b4bf17d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Configure your Wiretrustee instance by running:

# wiretrustee init \
  --config /etc/wiretrustee/main.json \
  --stunURLs stun:stun.wiretrustee.com:3468,stun:stun.l.google.com:19302 \
  --turnURLs <TURN User>:<TURN password>@turn:stun.wiretrustee.com:3468  \
  --signalAddr signal.wiretrustee.com:10000  \
  --wgLocalAddr 10.30.30.1/24  \
  --log-level info

Then enable and start the service:

# systemctl enable --now wiretrustee@main

Read more at https://github.com/wiretrustee/wiretrustee