Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregdel/glorytun-systemd
Systemd service for glorytun
https://github.com/gregdel/glorytun-systemd
glorytun mud systemd-service vpn
Last synced: 7 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T12:34:21.000Z (about 7 years ago)
- Last Synced: 2023-06-12T14:20:17.968Z (over 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
```