Skip to content

Instantly share code, notes, and snippets.

@lyekumchew
Last active April 5, 2022 16:13
Show Gist options
  • Save lyekumchew/718d20222f2d5b6221c4fc744ea99f9f to your computer and use it in GitHub Desktop.
Save lyekumchew/718d20222f2d5b6221c4fc744ea99f9f to your computer and use it in GitHub Desktop.
# /etc/systemd/system/gost@.service
[Unit]
Description=GO Simple Tunnel
After=network.target
[Service]
Type=simple
LimitNOFILE=1048576
Restart=always
User=root
ExecStart=/usr/bin/gost -C /etc/gost/%i.json
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment