1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Add 6in4 support

This commit is contained in:
Ycarus (Yannick Chabanois) 2018-05-04 06:28:28 +00:00
parent a4b8cebbd1
commit dcf20947f2
13 changed files with 142 additions and 17 deletions

13
glorytun-udp@.service.in Normal file
View file

@ -0,0 +1,13 @@
[Unit]
Description=Glorytun UDP on %I
After=network.target network-online.target
[Service]
Type=simple
Restart=always
EnvironmentFile=/etc/glorytun-udp/%i
ExecStart=/usr/local/bin/glorytun-run keyfile /etc/glorytun-udp/%i.key
CapabilityBoundingSet=CAP_NET_ADMIN
[Install]
WantedBy=multi-user.target