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

proxy dns with NOTIMP error #2954

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

proxy dns with NOTIMP error #2954

wants to merge 4 commits into from

Commits on Nov 3, 2024

  1. proxy dns with NOTIMP error

    local committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    47e416a View commit details
    Browse the repository at this point in the history
  2. 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
    ```
    local committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    26a4ae1 View commit details
    Browse the repository at this point in the history
  3. add nonIPQuery for dns config

    local committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    ae82fcd View commit details
    Browse the repository at this point in the history
  4. go generate with only dns.proto

    local committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    2306e1d View commit details
    Browse the repository at this point in the history