Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node based dns resolution #741

Open
shinya-dono opened this issue Feb 18, 2025 · 0 comments
Open

node based dns resolution #741

shinya-dono opened this issue Feb 18, 2025 · 0 comments

Comments

@shinya-dono
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant