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

Report bugs to OPNsense dns API #2480

Closed
blablup opened this issue Sep 12, 2019 · 2 comments
Closed

Report bugs to OPNsense dns API #2480

blablup opened this issue Sep 12, 2019 · 2 comments
Assignees
Labels
3rd party api report bugs to dns api, deploy hooks and notification hooks

Comments

@blablup
Copy link
Contributor

blablup commented Sep 12, 2019

This is the place to report bugs in the OPNsense DNS API.

If you experience a bug, please report it in this issue.

Thanks!

@Neilpang Neilpang added the 3rd party api report bugs to dns api, deploy hooks and notification hooks label Jan 31, 2020
@wwebers
Copy link
Contributor

wwebers commented Apr 18, 2020

Hi,

I experience an "invalid domain" error with the latest version of the "os-bind" plugin. However, I found they added the following part to the domain query response:

"masterip": "",
  "allownotifyslave": {
    "": {
      "value": "",
      "selected": 1
    }
  },
"domainname": "....",

as such, I added the following to the pattern matching part inside the dns_opnsense.sh script:

\"masterip\":\"[^\"]*\",\"allownotifyslave\":{\"\":{[^}]*}},\"domainname\":\"${h}\""

That way it works again.

@fraenki
Copy link
Contributor

fraenki commented Oct 4, 2021

There seems to be a bug in the most recent version:
#3735

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rd party api report bugs to dns api, deploy hooks and notification hooks
Projects
None yet
Development

No branches or pull requests

4 participants