Advertisement
zikoman

Untitled

Apr 16th, 2023
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 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": "8091",
  12. "protocol": "dokodemo-door",
  13. "settings": {
  14. "address": "8.8.8.8",
  15. "network": "tcp,udp",
  16. "port": 53
  17. },
  18. "tag": "dns-in"
  19. },
  20. {
  21. "listen": "127.0.0.1",
  22. "port": "1080",
  23. "protocol": "socks",
  24. "settings": {
  25. "auth": "noauth",
  26. "udp": true,
  27. "userLevel": 8
  28. },
  29. "sniffing": {
  30. "destOverride": [
  31. "http",
  32. "tls",
  33. "quic"
  34. ],
  35. "enabled": true
  36. },
  37. "tag": "socks"
  38. },
  39. {
  40. "listen": "127.0.0.1",
  41. "port": "8080",
  42. "protocol": "http",
  43. "settings": {
  44. "userLevel": 8
  45. },
  46. "tag": "http"
  47. }
  48. ],
  49. "log": {
  50. "loglevel": "none"
  51. },
  52. "outbounds": [
  53. {
  54. "mux": {
  55. "enabled": false
  56. },
  57. "protocol": "vmess",
  58. "settings": {
  59. "vnext": [
  60. {
  61. "address": "104.16.63.21",
  62. "port": 443,
  63. "users": [
  64. {
  65. "alterId": 0,
  66. "id": "f7bd1c54-963f-4984-ae73-a4c457840b9b",
  67. "level": 8,
  68. "security": "auto"
  69. }
  70. ]
  71. }
  72. ]
  73. },
  74. "streamSettings": {
  75. "network": "ws",
  76. "security": "tls",
  77. "tlsSettings": {
  78. "allowInsecure": true,
  79. "serverName": "arturo.mekigis.my.id"
  80. },
  81. "wsSettings": {
  82. "headers": {
  83. "Host": "arturo.mekigis.my.id"
  84. },
  85. "path": "/vmessws"
  86. }
  87. },
  88. "tag": "VMESS"
  89. }
  90. ],
  91. "policy": {
  92. "levels": {
  93. "8": {
  94. "connIdle": 300,
  95. "downlinkOnly": 1,
  96. "handshake": 4,
  97. "uplinkOnly": 1
  98. }
  99. }
  100. }
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement