imKobz

v2rayConf

Feb 20th, 2021 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. {
  2. "log": {
  3. "access": "/var/log/v2ray/access.log",
  4. "error": "/var/log/v2ray/error.log",
  5. "loglevel": "warning"
  6. },
  7. "inbounds": [{
  8. "port": 10035,
  9. "listen": "127.0.0.1",
  10. "protocol": "vmess",
  11. "settings": {
  12. "clients": [
  13. {
  14. "id": "GENERATED_UUID_CODE",
  15. "level": 1,
  16. "alterId": 64
  17. }
  18. ]
  19. },
  20. "streamSettings": {
  21. "network": "ws",
  22. "wsSettings": {
  23. "headers": {
  24. "Host": "SERVER_DOMAIN"
  25. },
  26. "path": "/freenet"
  27. }
  28. }
  29. }],
  30. "outbounds": [{
  31. "protocol": "freedom",
  32. "settings": {}
  33. },{
  34. "protocol": "blackhole",
  35. "settings": {},
  36. "tag": "blocked"
  37. }],
  38. "routing": {
  39. "rules": [
  40. {
  41. "type": "field",
  42. "ip": ["geoip:private"],
  43. "outboundTag": "blocked"
  44. }
  45. ]
  46. }
  47. }
Add Comment
Please, Sign In to add comment