question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OVH issue with GET SRV records

See original GitHub issue

I noticed, that when octodns pulling zone from OVH it adds second dot to every srv records. Next to that I have problem with pushing configuration to another provider.

Example: some config from zone file

_autodiscover._tcp:
  ttl: 0
  type: SRV
  value:
    port: 443
    priority: 0
    target: mailconfig.ovh.net.
    weight: 0

output from octodns-sync:

********************************************************************************
* hidden.pl.
********************************************************************************
* config (YamlProvider)
*   Create Zone<hidden.pl.>
*   Create <ARecord A 0, hidden.pl., ['5.6.7.8']> (ovh)
*   Create <MxRecord MX 0, hidden.pl., [''1 mx4.mail.ovh.net.'', ''10 mx3.mail.ovh.net.'']> (ovh)
*   Create <TxtRecord TXT 0, hidden.pl., ['1|www.hidden.pl']> (ovh)
*   Create <SrvRecord SRV 0, _autodiscover._tcp.hidden.pl., [''0 0 443 mailconfig.ovh.net..'']> (ovh)
*   Create <SrvRecord SRV 0, _imaps._tcp.hidden.pl., [''0 0 993 ssl0.ovh.net..'']> (ovh)
*   Create <SrvRecord SRV 0, _submission._tcp.hidden.pl., [''0 0 465 ssl0.ovh.net..'']> (ovh)
*   Create <CnameRecord CNAME 0, autoconfig.hidden.pl., mailconfig.ovh.net.> (ovh)
*   Create <CnameRecord CNAME 0, autodiscover.hidden.pl., mailconfig.ovh.net.> (ovh)
*   Create <CnameRecord CNAME 0, ftp.hidden.pl., hidden.pl.> (ovh)
*   Create <ARecord A 0, test.hidden.pl., ['1.2.3.4']> (ovh)
*   Create <ARecord A 0, www.hidden.pl., ['5.6.7.8']> (ovh)
*   Create <TxtRecord TXT 0, www.hidden.pl., ['3|welcome']> (ovh)
*   Summary: Creates=12, Updates=0, Deletes=0, Existing Records=0
********************************************************************************

OVH API returns value alright:

method GET from value `/domain/zone/hidden.pl/record/5214708123` 
{
  "ttl": 0,
  "subDomain": "_submission._tcp",
  "zone": "hidden.pl",
  "fieldType": "SRV",
  "target": "0 0 465 ssl0.ovh.net.",
  "id": 5214708123
}

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
istrcommented, Jan 13, 2022

I am willing to provide a PR for this (trivial) change against octodns-ovh, once the split is done. See https://github.com/octodns/octodns/pull/852. Maybe I can cater for the 3.10 issue there, too.

0reactions
pierregeekmecommented, Jun 3, 2022

Hello,

thank you for PR. In CI, step CI Build is failed. Only version 0.0.1 is available and it contains ‘{target}.’ Do you have the possibility to restart the CI?

Thank you in advance.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Trouble with SRV record - DNS & Network
We are trying to add a SRV record for our exchnage server with OVH, but everytime i add the SRV record it adds...
Read more >
OVH updates SRV records even without any change. #5
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be...
Read more >
Editing an OVHcloud DNS zone | OVH Guides
Log in to the OVHcloud Control Panel and go to the Web Cloud section. Click Domain names , then choose the domain name...
Read more >
Connect your DNS records at OVH to Microsoft 365
Add the two required SRV records. To get started, go to your domains page in OVH by using this link. You'll be prompted...
Read more >
How to Configure Secondary DNS on a Virtual Private Server
Note: While you do not have to wait for DNS propagation, you may have to wait a couple of minutes for the OVHcloud...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found