Created
August 24, 2024 05:04
-
-
Save 0x1d107/3c10dfb166e6ed4086a65fcc9a687b11 to your computer and use it in GitHub Desktop.
service file for https://github.com/hufrea/byedpi
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=DPI-evading SOCKS proxy | |
| After=network-online.target | |
| Wants=network-online.target | |
| [Service] | |
| Type=simple | |
| DynamicUser=true | |
| ExecStart=/usr/local/bin/ciadpi -p 1085 -s 2 | |
| CapabilityBoundingSet=CAP_NET_BIND_SERVICE | |
| AmbientCapabilities=CAP_NET_BIND_SERVICE | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment