You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi and thanks for your awesome application.
i have an ubuntu server with multiple ip addresses and i need to use different ips when resolving dns on different nodes.
say for example i have 2 nodes:
V2ray_0.0.0.0_3005
and
V2ray_0.0.0.0_2002
my server has 2 IP addresses:
192.168.3.5
192.168.2.2
when resolving dns for each one of them i want to use different dns servers:
-> when a user is connected to V2ray_0.0.0.0_3005 xray should resolver the dns by requesting 8.8.8.8 via 192.168.3.5
-> when a user is connected to V2ray_0.0.0.0_2002 xray should resolver the dns by requesting 8.8.8.8 via 192.168.2.2
is there a way to implement that?
The text was updated successfully, but these errors were encountered:
hi and thanks for your awesome application.
i have an ubuntu server with multiple ip addresses and i need to use different ips when resolving dns on different nodes.
say for example i have 2 nodes:
V2ray_0.0.0.0_3005
and
V2ray_0.0.0.0_2002
my server has 2 IP addresses:
192.168.3.5
192.168.2.2
when resolving dns for each one of them i want to use different dns servers:
-> when a user is connected to V2ray_0.0.0.0_3005 xray should resolver the dns by requesting 8.8.8.8 via 192.168.3.5
-> when a user is connected to V2ray_0.0.0.0_2002 xray should resolver the dns by requesting 8.8.8.8 via 192.168.2.2
is there a way to implement that?
The text was updated successfully, but these errors were encountered: