Advertisement
zikoman

Untitled

Aug 12th, 2023
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. {
  2. "stats": {},
  3. "log": {
  4. "loglevel": "none"
  5. },
  6. "policy": {
  7. "levels": {
  8. "8": {
  9. "handshake": 4,
  10. "connIdle": 300,
  11. "uplinkOnly": 1,
  12. "downlinkOnly": 1
  13. }
  14. },
  15. "system": {
  16. "statsOutboundUplink": true,
  17. "statsOutboundDownlink": true
  18. }
  19. },
  20. "inbounds": [
  21. {
  22. "tag": "socks",
  23. "port": 10808,
  24. "protocol": "socks",
  25. "settings": {
  26. "auth": "noauth",
  27. "udp": true,
  28. "userLevel": 8
  29. },
  30. "sniffing": {
  31. "enabled": true,
  32. "destOverride": [
  33. "http",
  34. "tls"
  35. ]
  36. }
  37. },
  38. {
  39. "tag": "http",
  40. "port": 10809,
  41. "protocol": "http",
  42. "settings": {
  43. "userLevel": 8
  44. }
  45. }
  46. ],
  47. "outbounds": [
  48. {
  49. "tag": "proxy",
  50. "protocol": "vmess",
  51. "settings": {
  52. "vnext": [
  53. {
  54. "address": "64.32.21.241",
  55. "port": 44313,
  56. "users": [
  57. {
  58. "id": "57f93e92-ebb9-4f16-9bdc-8225d2010995",
  59. "alterId": 64,
  60. "security": "auto",
  61. "level": 8
  62. }
  63. ]
  64. }
  65. ]
  66. },
  67. "streamSettings": {
  68. "network": "tcp",
  69. "security": ""
  70. },
  71. "mux": {
  72. "enabled": false
  73. }
  74. },
  75. {
  76. "tag": "direct",
  77. "protocol": "freedom",
  78. "settings": {}
  79. },
  80. {
  81. "tag": "block",
  82. "protocol": "blackhole",
  83. "settings": {
  84. "response": {
  85. "type": "http"
  86. }
  87. }
  88. }
  89. ],
  90. "dns": {
  91. "servers": [
  92. "8.8.8.8"
  93. ]
  94. },
  95. "routing": {
  96. "domainStrategy": "Asls",
  97. "rules": []
  98. }
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement