-
Please add support for DNS6 entries:
```
43c43
< if [ "$part2" = "DNS" -o "$part2" = "DNS6" ] ; then
---
> if [ "$part2" = "DNS" ] ; then
```
Thanks,
Mike
-
#### Description
Container does not start due to "failed: open /run/systemd/resolve/resolv.conf: no such file or directory"
#### Steps to reproduce the issue:
1. Build master image cff37b00…
-
前置知识: 获取mac DNS
- 在终端输入命令
```bash
cat /etc/resolv.conf # 回车,红圈的位置就是DNS服务器地址。
```
```bash
nameserver 192.168.0.30
nameserver 192.168.1.43 # 这个玩意就是
MacBook-Pro:~ yaogengzhu$
```
[解决方案](h…
-
Seems like dns leakage. While setup see these
```
Processing PUSH Config: 'dhcp-option DNS 8.8.8.8'
Processing PUSH Config: 'dhcp-option DNS 8.8.4.4'
```
After client connected and tunnel ap…
-
Does Kubernetai plugin work with CoreDNS v1.11.1 (latest) ?
Resolving doesn't work for some reason.
Same configuration works well with CoreDNS-1.8.0
.:53 {
errors
heal…
-
Hi,
I recently tried to run dcos with the exhibitor but I have got some problems when I try to start the exhibitor. I spend hours trying to solve it but I'm totally lost.
It fails with the followin…
-
```sh
rm -rf takeover
rm systemrescue.iso
wget https://downloads.sourceforge.net/project/systemrescuecd/sysresccd-x86/11.01/systemrescue-11.01-amd64.iso -O systemrescue.iso
mount systemrescue…
-
Hi,
when running a DNS server in a container and exposing the port without specifying the IP to bind (-p 53:53/udp) the answers don't get translated. I don't have a easy way to reproduce right now, b…
-
My SMTP URL is `smtp://AKIA:@email-smtp.us-west-2.amazonaws.com:465`. Attempting to send a test email gives an Internal Server Error with the following stack trace in the logs:
```
Exception while in…
-
This is just a tracking ticket, split out of issue #50 , to track the possibility and requirements needed to run OpenVPN 3 Linux inside a container.
There are several challenges here, depending on …