Advertisement
Guest User

2

a guest
Dec 5th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. root@VPS-2:/home/julien# cat /etc/shadowsocks-libev/config.json
  2. {
  3. "no_delay": true,
  4. "reuse_port": true,
  5. "key": "cndgoK_50lPufdChJwOj1ykmsgvzXbawEMTSmyulkw4=",
  6. "server": [
  7. "[::0]",
  8. "0.0.0.0"
  9. ],
  10. "local_port": 1081,
  11. "timeout": 600,
  12. "method": "aes-256-gcm",
  13. "fast_open": true,
  14. "ipv6_first": true,
  15. "verbose": 0,
  16. "acl": "/etc/shadowsocks-libev/local.acl",
  17. "prefer_ipv6": false,
  18. "server_port": 65101,
  19. "ebpf": false,
  20. "mode": "tcp_and_udp",
  21. "mptcp": true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement