Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. {
  2. "log": {
  3. "access": "/dev/null",
  4. "error": "/var/log/v2ray/error.log",
  5. "loglevel": "warning"
  6. },
  7. "inbounds": [
  8. {
  9. "port": 80,
  10. "protocol": "vmess",
  11. "settings": {
  12. "clients": [
  13. {
  14. "id": "d439b1d5-57d2-8ebc-c1b8-c49d725af7ee",
  15. "level": 1,
  16. "alterId": 64
  17. }
  18. ]
  19. }
  20. }
  21. ],
  22. "outbounds": [
  23. {
  24. "protocol": "freedom",
  25. "settings": {}
  26. },
  27. {
  28. "protocol": "blackhole",
  29. "settings": {},
  30. "tag": "blocked"
  31. }
  32. ],
  33. "routing": {
  34. "rules": [
  35. {
  36. "type": "field",
  37. "ip": ["geoip:private"],
  38. "outboundTag": "blocked"
  39. }
  40. ]
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement