Advertisement
CTpaHHoe

Untitled

Nov 17th, 2024 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.53 KB | None | 0 0
  1. # ~/.config/systemd/user/byedpi.service
  2. # ciadpi listens on 127.0.0.127:9080 as SOCKS5 proxy. Use With FoxyProxy or other browser extension
  3.  
  4. [Unit]
  5. Description=ByeDPI
  6. Documentation=https://github.com/hufrea/byedpi
  7. Wants=network-online.target
  8. After=network-online.target nss-lookup.target
  9.  
  10. [Service]
  11. NoNewPrivileges=yes
  12. StandardOutput=null
  13. StandardError=journal
  14. ExecStart=/usr/bin/ciadpi -i 127.0.0.127 -p 9080 -q1+s -s25+s -o5+s -As
  15. TimeoutStopSec=5s
  16. PrivateTmp=true
  17. ProtectSystem=full
  18.  
  19. [Install]
  20. WantedBy=default.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement