Coder Social home page Coder Social logo

`cname` not working about docker-dnsmasq HOT 4 CLOSED

ntviet18 avatar ntviet18 commented on July 18, 2024
`cname` not working

from docker-dnsmasq.

Comments (4)

andyshinn avatar andyshinn commented on July 18, 2024

Does service come from an upstream DNS servers? CNAMEs only work for services from DHCP or defined in /etc/hosts. See https://github.com/imp/dnsmasq/blob/master/dnsmasq.conf.example#L646-L649.

from docker-dnsmasq.

ntviet18 avatar ntviet18 commented on July 18, 2024

service comes from docker dhcp pool. Both service and dnsmasq are defined as follow.

docker-compose.yml
---
version: 2
services:
  dnsmasq: 
    image: andyshinn/dnsmasq:2.78
    cap_add: 
       - NET_ADMIN
    entrypoint: ovpn_run --proto udp4
  service:
    image: postgres:9.4-alpine

I think it might be related to this issue. But I don't really understand how it will fit into my situation.

from docker-dnsmasq.

andyshinn avatar andyshinn commented on July 18, 2024

Still not sure what you are trying to accomplish... Just adding the service to Docker Compose doesn't make the CNAMes available in Docker DNS. Also, what is ovpn_run? That isn't part of this image...

from docker-dnsmasq.

andyshinn avatar andyshinn commented on July 18, 2024

Going to close this since it's old and there was no response. Feel free to reopen if you still need help.

from docker-dnsmasq.

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.