Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ~/.config/systemd/user/byedpi.service
- # ciadpi listens on 127.0.0.127:9080 as SOCKS5 proxy. Use With FoxyProxy or other browser extension
- [Unit]
- Description=ByeDPI
- Documentation=https://github.com/hufrea/byedpi
- Wants=network-online.target
- After=network-online.target nss-lookup.target
- [Service]
- NoNewPrivileges=yes
- StandardOutput=null
- StandardError=journal
- ExecStart=/usr/bin/ciadpi -i 127.0.0.127 -p 9080 -q1+s -s25+s -o5+s -As
- TimeoutStopSec=5s
- PrivateTmp=true
- ProtectSystem=full
- [Install]
- WantedBy=default.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement