Advertisement
Guest User

Untitled

a guest
Jul 19th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. port: 465,
  3. host: "smtp.xxxx.ru",
  4. auth: {
  5. user: "no-reply@xxxx.com",
  6. pass: "xxxxx"
  7. },
  8. debug: true,
  9.  
  10. }
  11.  
  12. {
  13. port: 465,
  14. host: "smtp.xxxx.ru",
  15. auth: {
  16. user: "no-reply@xxxxx",
  17. pass: "xxxx"
  18. },
  19. debug: true,
  20. proxy: 'socks5://localhost:8123/'
  21.  
  22. }
  23.  
  24. ssh -D 8123 -f -C -q -N root@xxx.xxx.167.164
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement