Advertisement
zikoman

Untitled

Mar 29th, 2021
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.09 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": "vless",
  43. "settings": {
  44. "vnext": [
  45. {
  46. "address": "www.argentina.gob.ar",
  47. "port": 443,
  48. "users": [
  49. {
  50. "alterId": 64,
  51. "encryption": "none",
  52. "id": "4f17e173-4af9-5041-9662-f6c27e0decfd",
  53. "level": 8,
  54. "security": "auto"
  55. }
  56. ]
  57. }
  58. ]
  59. },
  60. "streamSettings": {
  61. "network": "ws",
  62. "security": "tls",
  63. "tlsSettings": {
  64. "allowInsecure": true,
  65. "serverName": "usx-1.openv2ray.com"
  66. },
  67. "wsSettings": {
  68. "headers": {
  69. "Host": "usx-1.openv2ray.com"
  70. },
  71. "path": "/opentunnel?user\u003dopentunnel.net-prueba2"
  72. }
  73. },
  74. "tag": "proxy"
  75. },
  76. {
  77. "protocol": "freedom",
  78. "settings": {},
  79. "tag": "direct"
  80. },
  81. {
  82. "protocol": "blackhole",
  83. "settings": {
  84. "response": {
  85. "type": "http"
  86. }
  87. },
  88. "tag": "block"
  89. }
  90. ],
  91. "policy": {
  92. "levels": {
  93. "8": {
  94. "connIdle": 300,
  95. "downlinkOnly": 1,
  96. "handshake": 4,
  97. "uplinkOnly": 1
  98. }
  99. },
  100. "system": {
  101. "statsOutboundUplink": true,
  102. "statsOutboundDownlink": true
  103. }
  104. },
  105. "routing": {
  106. "domainStrategy": "IPIfNonMatch",
  107. "rules": []
  108. },
  109. "stats": {}
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement