Created
November 11, 2023 12:52
-
-
Save lsgrep/c9b3bbb2313c434628f3c2098344e512 to your computer and use it in GitHub Desktop.
wg-proxy.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Wireguard Proxy Server | |
After=multi-user.target | |
[Service] | |
ExecStart=+/usr/local/bin/wg-proxy -confPath /etc/wg-proxy/config.json | |
CapabilityBoundingSet=CAP_NET_ADMIN | |
AmbientCapabilities=CAP_NET_ADMIN | |
Type=simple | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment