Advertisement
zikoman

Untitled

Mar 24th, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.08 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": "vless",
  45. "settings": {
  46. "vnext": [
  47. {
  48. "address": "k2bqmfx.x.incapdns.net",
  49. "port": 443,
  50. "users": [
  51. {
  52. "encryption": "none",
  53. "id": "81f1f510-3ca7-4734-8956-0f4fce670af5",
  54. "level": 8
  55. }
  56. ]
  57. }
  58. ]
  59. },
  60. "streamSettings": {
  61. "network": "ws",
  62. "security": "tls",
  63. "tlsSettings": {
  64. "allowInsecure": true,
  65. "serverName": "apps.smart.com.ph"
  66. },
  67. "wsSettings": {
  68. "headers": {
  69. "Host": "kalayaan.howard.ml"
  70. },
  71. "path": "/fastssh/phupdate/623a87fc3f427/"
  72. }
  73. },
  74. "tag": "VLESS"
  75. }
  76. ],
  77. "policy": {
  78. "levels": {
  79. "8": {
  80. "connIdle": 300,
  81. "downlinkOnly": 1,
  82. "handshake": 4,
  83. "uplinkOnly": 1
  84. }
  85. }
  86. }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement