Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. {
  2. "inbound": {
  3. "port": 10000,
  4. "listen":"127.0.0.1",//只监听 127.0.0.1,避免除本机外的机器探测到开放了 10000 端口
  5. "protocol": "vmess",
  6. "settings": {
  7. "clients": [
  8. {
  9. "id": "b831381d-6324-4d53-ad4f-8cda48b30811",
  10. "alterId": 64
  11. }
  12. ]
  13. },
  14. "streamSettings": {
  15. "network": "ws",
  16. "wsSettings": {
  17. "path": "/ray"
  18. }
  19. }
  20. },
  21. "outbound": {
  22. "protocol": "freedom",
  23. "settings": {}
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement