Advertisement
zikoman

Untitled

Sep 6th, 2023 (edited)
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. {
  2. "inbounds": [
  3. {
  4. "listen": "127.0.0.1",
  5. "port": 3080,
  6. "protocol": "socks",
  7. "settings": {
  8. "auth": "noauth",
  9. "udp": true,
  10. "userLevel": 8
  11. }
  12. },
  13. {
  14. "listen": "127.0.0.1",
  15. "port": 8880,
  16. "protocol": "http",
  17. "settings": {
  18. "userLevel": 8
  19. }
  20. }
  21. ],
  22. "log": {
  23. "loglevel": "none"
  24. },
  25. "outbounds": [
  26. {
  27. "mux": {
  28. "concurrency": 8,
  29. "enabled": false
  30. },
  31. "protocol": "trojan",
  32. "settings": {
  33. "servers": [
  34. {
  35. "address": "kama.eddervpn.online",
  36. "port": 443,
  37. "password": "310c86e7-b6e1-4f2a-a482-8f4b4522d616",
  38. "email": "user@example.com",
  39. "flow": "",
  40. "level": 8,
  41. "security": "chacha20-poly1305"
  42. }
  43. ]
  44. },
  45. "streamSettings": {
  46. "network": "ws",
  47. "security": "tls",
  48. "tlsSettings": {
  49. "allowInsecure": true,
  50. "serverName": "www.paypal.com"
  51. },
  52. "wsSettings": {
  53. "headers": {
  54. "Host": "www.paypal.com"
  55. },
  56. "path": "\/v2ray"
  57. }
  58. }
  59. }
  60. ],
  61. "policy": {
  62. "levels": {
  63. "8": {
  64. "connIdle": 300,
  65. "downlinkOnly": 1,
  66. "handshake": 4,
  67. "uplinkOnly": 1
  68. }
  69. },
  70. "system": {
  71. "statsOutboundUplink": false,
  72. "statsOutboundDownlink": false
  73. }
  74. },
  75. "stats": {}
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement