GithubHelp home page GithubHelp logo

Comments (2)

ross avatar ross commented on July 4, 2024 1
_dmarc:
  - type: TXT
    value: v=DMARC1\; p=quarantine

^ is the correct/simplest way to denote a record with an escaped ; in it. After pushing that up to Route53 I can query the result and get the desired/expected value back:

(env) coho:octodns-route53 ross$ dig +short TXT _dmarc.exxampled.com. @ns-2027.awsdns-61.co.uk.
"v=DMARC1; p=quarantine"

If you for some reason want to quote the string in YAML you'll need to use \\ so that YAML parsing will put a single \ in the resulting value. \ is the YAML string escape character so it takes two of them to get a single literal \.

_dmarc:
  - type: TXT
    value: "v=DMARC1\\; p=quarantine"

from octodns-route53.

lbrachet avatar lbrachet commented on July 4, 2024 1

Thanks Ross, it's good for me!

from octodns-route53.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.