mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-07-05 16:38:17 -04:00
* proxy dns with NOTIMP error * fix compile error when protoc is relative link ``` $ go generate ... proto.go fork/exec ../Cellar/protobuf/28.3/bin/protoc: no such file or directory exit status 1 proto.go:5: running "go": exit status 1 context_test.go functions_test.go v2ray_test.go $ ls -l `which protoc` lrwxr-xr-x 1 local admin 34 Nov 1 13:56 /opt/homebrew/bin/protoc -> ../Cellar/protobuf/28.3/bin/protoc ``` * add nonIPQuery for dns config * go generate with only dns.proto * Try Allowing Github actions * fix merge error * apply coding style --------- Co-authored-by: local <local@localhost> Co-authored-by: Shelikhoo <xiaokangwang@outlook.com>