HomeBefore you go LIVE

V2ray Mikrotik ^new^ Online

: Once installed, you'll need to configure V2Ray with your server's details. This involves editing the JSON configuration file, specifying your server's address, port, protocol, and other settings.

/ip firewall address-list add address=netflix.com list=PROXY_DOMAINS /ip firewall address-list add address=www.youtube.com list=PROXY_DOMAINS

: Define your server's details (address, port, UUID, and protocol like VMess or VLESS) within the container's environment settings. Refer to the Project V Official documentation for specific command-line arguments and configuration structures. v2ray mikrotik

/ip firewall mangle add chain=prerouting dst-address=192.168.88.11 action=mark-routing new-routing-mark=to-v2ray

Set up DoH (DNS over HTTPS) on MikroTik to prevent DNS leaks, ensuring the proxy is effective. : Once installed, you'll need to configure V2Ray

You need to pull a V2Ray image (such as teddysun/v2ray or the official v2fly/v2fly-core ) and supply your custom configuration file ( config.json ).

The 3x-ui image is a popular choice as it provides a web-based panel for managing users, traffic, and settings. Refer to the Project V Official documentation for

You can pull a lightweight V2Ray or Xray core image from Docker Hub.