1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-10-18 03:05:12 -04:00

Unbound for container

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-21 15:06:09 -07:00
parent d88311198c
commit 0d634e5051
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
2 changed files with 10 additions and 21 deletions

View File

@ -30,26 +30,10 @@
"--network=host",
"--host-uds=open"
]
}
},
"runsc-kvm-debug": {
"path": "/usr/local/bin/runsc",
"runtimeArgs": [
"--platform=kvm",
"--network=host",
"--debug-log=/tmp/runsc-kvm/",
"--debug",
"--strace"
]
},
"runsc-systrap-debug": {
"path": "/usr/local/bin/runsc",
"runtimeArgs": [
"--platform=systrap",
"--network=host",
"--debug-log=/tmp/runsc-systrap/",
"--debug",
"--strace"
]
}
}
"default-address-pools": [
{ "base": "242.242.0.0/16", "size": 24 }
],
"dns" : [ "242.242.0.1" ]
}

View File

@ -30,6 +30,11 @@ server:
prefetch: yes
prefetch-key: yes
ip-transparent: yes
interface: 127.0.0.1
interface: 242.242.0.1
access-control: 242.242.0.0/16 allow
forward-zone:
name: "."
forward-tls-upstream: yes