Advertisement
zikoman

fjghkjkh76yiihhh

Apr 26th, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.67 KB | None | 0 0
  1. {
  2. "dns": {
  3. "servers": [
  4. "1.1.1.1"
  5. ]
  6. },
  7. "inbounds": [
  8. {
  9. "port": 10808,
  10. "protocol": "socks",
  11. "settings": {
  12. "auth": "noauth",
  13. "udp": true,
  14. "userLevel": 8
  15. },
  16. "sniffing": {
  17. "destOverride": [
  18. "http",
  19. "tls"
  20. ],
  21. "enabled": false
  22. },
  23. "tag": "socks"
  24. },
  25. {
  26. "port": 10809,
  27. "protocol": "http",
  28. "settings": {
  29. "userLevel": 8
  30. },
  31. "tag": "http"
  32. }
  33. ],
  34. "log": {
  35. "loglevel": "warning"
  36. },
  37. "outbounds": [
  38. {
  39. "mux": {
  40. "enabled": true
  41. },
  42. "protocol": "vmess",
  43. "settings": {
  44. "vnext": [
  45. {
  46. "address": "www2.claro.com.ar",
  47. "port": 443,
  48. "users": [
  49. {
  50. "alterId": 0,
  51. "id": "0d9a0193-8dae-11eb-b770-0a4d0e3f17f4",
  52. "level": 8,
  53. "security": "auto"
  54. }
  55. ]
  56. }
  57. ]
  58. },
  59. "streamSettings": {
  60. "network": "ws",
  61. "security": "tls",
  62. "tlsSettings": {
  63. "allowInsecure": true,
  64. "serverName": "javi.vps-clientes.com"
  65. },
  66. "wsSettings": {
  67. "headers": {
  68. "Host": "javi.vps-clientes.com"
  69. },
  70. "path": "/FkoPdtc1/"
  71. }
  72. },
  73. "tag": "proxy"
  74. },
  75. {
  76. "protocol": "freedom",
  77. "settings": {},
  78. "tag": "direct"
  79. },
  80. {
  81. "protocol": "blackhole",
  82. "settings": {
  83. "response": {
  84. "type": "http"
  85. }
  86. },
  87. "tag": "block"
  88. }
  89. ],
  90. "policy": {
  91. "levels": {
  92. "8": {
  93. "connIdle": 300,
  94. "downlinkOnly": 1,
  95. "handshake": 4,
  96. "uplinkOnly": 1
  97. }
  98. },
  99. "system": {
  100. "statsOutboundUplink": true,
  101. "statsOutboundDownlink": true
  102. }
  103. },
  104. "routing": {
  105. "domainStrategy": "IPIfNonMatch",
  106. "rules": []
  107. },
  108. "stats": {}
  109. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement