Advertisement
zikoman

hhvnhhgxkhfdx

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