Advertisement
zikoman

Untitled

Dec 11th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. {
  2. "dns": {
  3. "servers": [
  4. "1.1.1.1"
  5. ]
  6. },
  7. "inbounds": [
  8. {
  9. "listen": "127.0.0.1",
  10. "port": "1080",
  11. "protocol": "socks",
  12. "settings": {
  13. "auth": "noauth",
  14. "udp": true,
  15. "userLevel": 8
  16. },
  17. "sniffing": {
  18. "destOverride": [
  19. "http",
  20. "tls"
  21. ],
  22. "enabled": true
  23. },
  24. "tag": "socks"
  25. },
  26. {
  27. "listen": "127.0.0.1",
  28. "port": "10809",
  29. "protocol": "http",
  30. "settings": {
  31.  "userLevel": 8
  32. },
  33. "tag": "http"
  34. }
  35. ],
  36. "log": {
  37. "loglevel": "none"
  38. },
  39. "outbounds": [
  40. {
  41. "mux": {
  42. "enabled": false
  43. },
  44. "protocol": "vmess",
  45. "settings": {
  46. "vnext": [
  47. {
  48. "address": "smart.com.ph",
  49. "port": 443,
  50. "users": [
  51. {
  52. "alterId": 0,
  53. "id": "562d204f-d7fd-426f-8e06-0f8c4c59cbf8",
  54. "level": 8,
  55. "security": "auto"
  56. }
  57. ]
  58. }
  59. ]
  60. },
  61. "streamSettings": {
  62. "network": "ws",
  63. "security": "tls",
  64. "tlsSettings": {
  65. "allowInsecure": true,
  66. "serverName": "smart.com.ph"
  67. },
  68. "wsSettings": {
  69. "headers": {
  70. "Host": "gibo.tk"
  71. },
  72. "path": "/worryfree"
  73. }
  74. },
  75. "tag": "VMESS"
  76. }
  77. ],
  78. "policy": {
  79. "levels": {
  80. "8": {
  81. "connIdle": 300,
  82. "downlinkOnly": 1,
  83. "handshake": 4,
  84. "uplinkOnly": 1
  85. }
  86. }
  87. }
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement