Jump to content

Question

Posted

Добавляем любой домен в include, идем на субдомен, видим что он добавился в "show object-group fqdn", добавляем его в exclude, видим что он появился в "excluded-fqdns", но при этом он так же висит в массиве "entry" и маршрутизация всё так же идёт по правилам dns.

"show rc object-group fqdn" также показывает все верно - видны оба списка include и exclude с нужными доменами.

"group": [
    {
        "group-name": "domain-list5",
        "enabled": true,
        "ipv4-addresses-count": 8,
        "ipv6-addresses-count": 8,
        "fqdn-count": 2,
        "entry": [
            {
                "fqdn": "www.example.com",
                "type": "runtime",
                "deadline4": 22,
                "deadline6": 20,
                "fail-counter4": 0,
                "fail-counter6": 0,
                "last-external": 42,
                "last-list-changed": 42,
                "parent": "example.com",
                "ipv4": [
                    {
                        "address": "88.221.132.115",
                        "ttl": 35,
                        "last-updated": 42
                    },
                    {
                        "address": "88.221.132.120",
                        "ttl": 35,
                        "last-updated": 42
                    }
                ],
                "ipv6": [
                    {
                        "address": "2a02:26f0:4600::210:6738",
                        "ttl": 45,
                        "last-updated": 42
                    },
                    {
                        "address": "2a02:26f0:4600::213:cc32",
                        "ttl": 45,
                        "last-updated": 42
                    }
                ]
            },
            {
                "fqdn": "example.com",
                "type": "config",
                "deadline4": 143,
                "deadline6": 240,
                "fail-counter4": 0,
                "fail-counter6": 0,
                "last-external": 41,
                "last-list-changed": 41,
                "ipv4": [
                    {
                        "address": "23.192.228.80",
                        "ttl": 176,
                        "last-updated": 41
                    },
                    {
                        "address": "23.192.228.84",
                        "ttl": 176,
                        "last-updated": 41
                    },
                    {
                        "address": "23.215.0.136",
                        "ttl": 176,
                        "last-updated": 41
                    },
                    {
                        "address": "23.215.0.138",
                        "ttl": 176,
                        "last-updated": 41
                    },
                    {
                        "address": "23.220.75.232",
                        "ttl": 176,
                        "last-updated": 41
                    },
                    {
                        "address": "23.220.75.245",
                        "ttl": 176,
                        "last-updated": 41
                    }
                ],
                "ipv6": [
                    {
                        "address": "2600:1406:5e00:6::17ce:bc12",
                        "ttl": 259,
                        "last-updated": 41
                    },
                    {
                        "address": "2600:1406:5e00:6::17ce:bc1b",
                        "ttl": 259,
                        "last-updated": 41
                    },
                    {
                        "address": "2600:1406:bc00:53::b81e:94c8",
                        "ttl": 259,
                        "last-updated": 41
                    },
                    {
                        "address": "2600:1406:bc00:53::b81e:94ce",
                        "ttl": 259,
                        "last-updated": 41
                    },
                    {
                        "address": "2600:1408:ec00:36::1736:7f24",
                        "ttl": 259,
                        "last-updated": 41
                    },
                    {
                        "address": "2600:1408:ec00:36::1736:7f31",
                        "ttl": 259,
                        "last-updated": 41
                    }
                ]
            }
        ],
        "excluded-ipv4": [],
        "excluded-ipv6": [],
        "excluded-fqdns": [
            {
                "address": "www.example.com"
            }
        ],
        "fqdn-count-runtime": 1
    }
]

 

  • Upvote 1

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies. By clicking "I accept" or continuing to browse the site, you authorize their use in accordance with the Privacy Policy.