Advertisement
zikoman

Untitled

Sep 6th, 2023
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. {
  2. "tag": "socks",
  3. "port": 10808,
  4. "protocol": "socks",
  5. "settings": {
  6. "auth": "noauth",
  7. "udp": true,
  8. "userLevel": 8
  9. },
  10. "sniffing": {
  11. "enabled": true,
  12. "destOverride": [
  13. "http",
  14. "tls"
  15. ]
  16. }
  17. },
  18. {
  19. "tag": "http",
  20. "port": 10809,
  21. "protocol": "http",
  22. "settings": {
  23. "userLevel": 8
  24. }
  25. }
  26. ],
  27. "outbounds": [
  28. {
  29. "tag": "proxy",
  30. "protocol": "vmess",
  31. "settings": {
  32. "vnext": [
  33. {
  34. "address": "151.101.134.219",
  35. "port": 80,
  36. "users": [
  37. {
  38. "id": "a40d34c6-b77c-4648-9210-3e8d2f4226b5",
  39. "alterId": 16,
  40. "security": "auto",
  41. "level": 8
  42. }
  43. ]
  44. }
  45. ]
  46. },
  47. "streamSettings": {
  48. "network": "ws",
  49. "security": "none",
  50. "wsSettings": {
  51. "path": "\/opentunnel?user=opentunnel.net-amine22iu",
  52. "headers": {
  53. "Host": "www.amine.cx"
  54. }
  55. }
  56. },
  57. "mux": {
  58. "enabled": false
  59. }
  60. },
  61. {
  62. "tag": "direct",
  63. "protocol": "freedom",
  64. "settings": {}
  65. },
  66. {
  67. "tag": "block",
  68. "protocol": "blackhole",
  69. "settings": {
  70. "response": {
  71. "type": "http"
  72. }
  73. }
  74. }
  75. ],
  76. "dns": {
  77. "servers": [
  78. "8.8.8.8"
  79. ]
  80. },
  81. "routing": {
  82. "domainStrategy": "Asls",
  83. "rules": []
  84. }
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement