Skip to content

Instantly share code, notes, and snippets.

@0x1d107
Created August 24, 2024 05:04
Show Gist options
  • Select an option

  • Save 0x1d107/3c10dfb166e6ed4086a65fcc9a687b11 to your computer and use it in GitHub Desktop.

Select an option

Save 0x1d107/3c10dfb166e6ed4086a65fcc9a687b11 to your computer and use it in GitHub Desktop.
[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