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

support weighted alias #110

Closed
wants to merge 1 commit into from
Closed

support weighted alias #110

wants to merge 1 commit into from

Conversation

semihalev
Copy link

I re-based dev branch and patched weighted aliases for new structure. Can you please check this?

Also I released a dns recursive server (https://github.com/semihalev/sdns) if you have free time, can you browse this project?

@semihalev
Copy link
Author

sorry forgot that; here the example zone test.example.org.json

{
  "data":{
    "bad-example-there-really-should-be-an-ns-record-at-the-apex-here":{

    },
    "bar":{
      "a":[
        [
          "192.168.1.2"
        ]
      ]
    },
    "sub-alias":{
      "alias":[
        [
          "sub",
          15
        ],
        [
          "anothersub",
          10
        ]
      ]
    },
    "sub":{
      "ns":[
        "ns1.example.com",
        "ns2.example.com"
      ]
    },
    "anothersub":{
      "ns":[
        "ns3.example.com",
        "ns4.example.com"
      ]
    }
  }
}

if you want, i can update the test zone file also.

@semihalev
Copy link
Author

Do you want to continue with this?

@imseppl
Copy link

imseppl commented Nov 7, 2018 via email

@abh abh closed this Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants