Advertisement
roachsinai

vps server.json

Aug 28th, 2023 (edited)
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. {
  2. "log": {
  3. "loglevel": "warning"
  4. },
  5. "routing": {
  6. "domainStrategy": "IPIfNonMatch",
  7. "rules": [
  8. {
  9. "type": "field",
  10. "domain": [
  11. "baidu.com"
  12. ],
  13. "outboundTag": "direct"
  14. }
  15. ]
  16. },
  17. "inbounds": [
  18. {
  19. "listen": "0.0.0.0",
  20. "port": 443,
  21. "protocol": "vless",
  22. "settings": {
  23. "clients": [
  24. {
  25. "id": "",
  26. "flow": "xtls-rprx-vision"
  27. }
  28. ],
  29. "decryption": "none"
  30. },
  31. "streamSettings": {
  32. "network": "tcp",
  33. "security": "reality",
  34. "realitySettings": {
  35. "show": false,
  36. "dest": "8003",
  37. "xver": 1,
  38. "serverNames": [
  39. ""
  40. ],
  41. "privateKey": "",
  42. "shortIds": [
  43. ""
  44. ]
  45. }
  46. },
  47. "sniffing": {
  48. "enabled": true,
  49. "destOverride": [
  50. "http",
  51. "tls"
  52. ]
  53. }
  54. }
  55. ],
  56. "outbounds": [
  57. {
  58. "protocol": "freedom",
  59. "tag": "direct"
  60. },
  61. {
  62. "protocol": "blackhole",
  63. "tag": "block"
  64. }
  65. ],
  66. "policy": {
  67. "levels": {
  68. "0": {
  69. "handshake": 2,
  70. "connIdle": 120
  71. }
  72. }
  73. }
  74. }
  75.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement