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

👍 An excellent project, it would be even better with the addition of multi-port services. #1483

Closed
hululu1068 opened this issue May 11, 2024 · 2 comments
Labels
❔ question Further information is requested

Comments

@hululu1068
Copy link

An excellent project, it would be even better with the addition of multi-port services.
For upstream DNS grouping, different ports utilize different groups:

upstreams:
  groups:
    default:
      - 5.9.164.112
      - tcp-tls:fdns1.dismail.de:853
      - https://dns.digitale-gesellschaft.ch/dns-query
    worker:
      - https://1.1.1.1/dns-query
      - 8.8.8.8

ports:
  dns: 53
    - groups: default
  dns2: 54
    - groups: worker

and,Hope to see support for OpenWRT.

@kwitsch
Copy link
Collaborator

kwitsch commented May 11, 2024

Should be possible:

ports:
  dns: 53, 54

If I remember correctly there are users that use blocky with OpenWRT.
Maybe you can find something useful in the discussion section. 🤔

@0xERR0R
Copy link
Owner

0xERR0R commented May 26, 2024

We have a collection of several installation types, maintained by other projects: https://0xerr0r.github.io/blocky/latest/installation/#other-installation-types

If you find working blocky installation for openWRT, feel free to comment here or make a PR for the documentation page

@0xERR0R 0xERR0R added the ❔ question Further information is requested label May 26, 2024
@0xERR0R 0xERR0R closed this as completed May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❔ question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants