Guest User

Untitled

a guest
Apr 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. version: "3"
  2.  
  3. services:
  4.  
  5. proxy:
  6. image: vimagick/dante
  7. restart: always
  8. ports:
  9. - "1080:1080"
  10. command: >
  11. /bin/bash -c "
  12. useradd -M socks;
  13. sed -ri 's/^socksmethod.*/socksmethod: username/' /etc/sockd.conf;
  14. echo socks:g4PLDGKAneNg | chpasswd;
  15. sockd;
  16. "
Add Comment
Please, Sign In to add comment