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
I am redirecting UDP traffic based on ip address by adding them to main look up table.
Is it possible to add all ip address based on udp port or ignore udp traffic from tun0 adapter and send it to direct connection.
This is important to resolve DNS queries.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am redirecting UDP traffic based on ip address by adding them to main look up table.
Is it possible to add all ip address based on udp port or ignore udp traffic from tun0 adapter and send it to direct connection.
This is important to resolve DNS queries.
tun2socks/docker/entrypoint.sh
Line 45 in d061f1c
Adding the dns ips using the following works. How to add udp port?
ip rule add to "$addr" table main
Thank you
Beta Was this translation helpful? Give feedback.
All reactions