The NewV2board send DNS config #154
Septrum101
started this conversation in
Ideas
Replies: 1 comment 7 replies
-
Hi @thank243 , I think this feature is related to the routing management API in this PR XTLS/Xray-core/pull/412 . But I am not sure why this PR has not been merged. There is another issue discussing this features XTLS/Xray-core/issues/414. From my opinions, I think we can replace the router with our customized route package like we did for dispatch. It could allow us add a management API for XrayR to call and modify the route. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @pocketW , V2board has sent this json to backend. I just add the block rules. So should we add DNS rules to the core instance?
I see the core instance have those interface
Could it be use
GetFeature(featureType interface{})
to get exsit dns setting? And after add new DNS rules useAddFeature(feature features.Feature)
to update DNS rules?Beta Was this translation helpful? Give feedback.
All reactions