Skip to content
fapg-daq.git
⋮
Summary
Commits
Files
fapg-daq.git
/
roles
/
vpn
/
wg0.conf.vps
[Perl] DAQ system for the FAPG.
View raw
1
# Set Address, PrivateKey, PublicKey, and AllowedIPs.
2
3
[Interface]
4
Address = 10.xx.x.x/24
5
ListenPort = 51820
6
PrivateKey = CHANGEME
7
8
[Peer]
9
PublicKey = CHANGEME
10
AllowedIPs = 10.xx.x.x/32
11
Summary
Commits
Files