mirror of
https://github.com/TommyTran732/Fedora-CoreOS-Ignition.git
synced 2025-08-24 02:06:30 +02:00
Repo cleanup
- Splited configs with and without unbound - Removed unnecessary karg file - Removed environment variable to make nano the default editor - Removed gvisor KVM runtime - No longer block dhcpv6-client: DHCP6 can be done securely in a Proxmox environment Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
24
etc/docker/daemon-unbound.json
Normal file
24
etc/docker/daemon-unbound.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"default-runtime": "runsc-systrap",
|
||||
"runtimes": {
|
||||
"runsc-systrap": {
|
||||
"path": "/usr/local/bin/runsc",
|
||||
"runtimeArgs": [
|
||||
"--platform=systrap",
|
||||
"--network=host"
|
||||
]
|
||||
},
|
||||
"runsc-systrap --host-uds=open": {
|
||||
"path": "/usr/local/bin/runsc",
|
||||
"runtimeArgs": [
|
||||
"--platform=systrap",
|
||||
"--network=host",
|
||||
"--host-uds=open"
|
||||
]
|
||||
}
|
||||
},
|
||||
"default-address-pools": [
|
||||
{ "base": "242.242.0.0/16", "size": 24 }
|
||||
],
|
||||
"dns" : [ "242.242.0.1" ]
|
||||
}
|
@@ -1,13 +1,6 @@
|
||||
{
|
||||
"default-runtime": "runsc-systrap",
|
||||
"runtimes": {
|
||||
"runsc-kvm": {
|
||||
"path": "/usr/local/bin/runsc",
|
||||
"runtimeArgs": [
|
||||
"--platform=kvm",
|
||||
"--network=host"
|
||||
]
|
||||
},
|
||||
"runsc-systrap": {
|
||||
"path": "/usr/local/bin/runsc",
|
||||
"runtimeArgs": [
|
||||
@@ -15,14 +8,6 @@
|
||||
"--network=host"
|
||||
]
|
||||
},
|
||||
"runsc-kvm --host-uds=open": {
|
||||
"path": "/usr/local/bin/runsc",
|
||||
"runtimeArgs": [
|
||||
"--platform=kvm",
|
||||
"--network=host",
|
||||
"--host-uds=open"
|
||||
]
|
||||
},
|
||||
"runsc-systrap --host-uds=open": {
|
||||
"path": "/usr/local/bin/runsc",
|
||||
"runtimeArgs": [
|
||||
@@ -31,9 +16,5 @@
|
||||
"--host-uds=open"
|
||||
]
|
||||
}
|
||||
},
|
||||
"default-address-pools": [
|
||||
{ "base": "242.242.0.0/16", "size": 24 }
|
||||
],
|
||||
"dns" : [ "242.242.0.1" ]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user