https://github.com/gregdel/glorytun-systemd
Systemd service for glorytun
https://github.com/gregdel/glorytun-systemd
glorytun mud systemd-service vpn
Last synced: 11 months ago
JSON representation
Systemd service for glorytun
- Host: GitHub
- URL: https://github.com/gregdel/glorytun-systemd
- Owner: gregdel
- Created: 2016-07-24T14:18:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T12:34:21.000Z (almost 9 years ago)
- Last Synced: 2025-04-08T02:37:48.318Z (about 1 year ago)
- Topics: glorytun, mud, systemd-service, vpn
- Language: Shell
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# glorytun systemd service
### Installation
```
sudo ./install.sh
```
### Configuration
Write the env in /etc/glorytun/env
```
GLORYTUN_DEV=mud0
GLORYTUN_HOST=server_ip
GLORYTUN_PORT=server_port
GLORYTUN_MTU=1400
```
Write the raw key in /etc/glorytun/key
### Enable the service
```
systemctl enable glorytun
```
### Start the service
```
systemctl start glorytun
```
### Stop the service
```
systemctl stop glorytun
```