tuto3: update nsd pkg (add networking)
This commit is contained in:
parent
4f8b7bc42d
commit
c6604ef3f2
1 changed files with 3 additions and 2 deletions
|
@ -136,7 +136,7 @@ services:
|
||||||
- /etc/unbound:/etc/unbound:ro
|
- /etc/unbound:/etc/unbound:ro
|
||||||
- /etc/services:/etc/services:ro
|
- /etc/services:/etc/services:ro
|
||||||
- name: ns-auth
|
- name: ns-auth
|
||||||
image: nemunaire/nsd:8d1277be1eb28748ed7441ac82ac04edbacc3b5d
|
image: nemunaire/nsd:b96e6b002e08afd42e4c77ee71766264c42cac57
|
||||||
net: /run/netns/ns-auth
|
net: /run/netns/ns-auth
|
||||||
pid: new
|
pid: new
|
||||||
ipc: new
|
ipc: new
|
||||||
|
@ -496,7 +496,8 @@ files:
|
||||||
|
|
||||||
- path: etc/network/interfaces
|
- path: etc/network/interfaces
|
||||||
contents: |
|
contents: |
|
||||||
|
auto lo
|
||||||
|
iface lo inet manual
|
||||||
mode: "0440"
|
mode: "0440"
|
||||||
|
|
||||||
- path: etc/nsd/nsd.conf
|
- path: etc/nsd/nsd.conf
|
||||||
|
|
Reference in a new issue