Skip to content

Commit

Permalink
Merge pull request #43 from sylvainfaivre/debian12
Browse files Browse the repository at this point in the history
fix: resolvconf file location for debian bookworm and future releases
  • Loading branch information
dafyddj authored Sep 19, 2024
2 parents c5b8486 + 901274d commit d03d6f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resolver/ng/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Debian:
resolvconf:
enabled: true
remove: false
file: /etc/resolvconf/run/resolv.conf
file: /run/resolvconf/resolv.conf
FreeBSD:
ng:
user: root
Expand Down
8 changes: 6 additions & 2 deletions resolver/ng/osfingermap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
# osfingermap: {}
---
# os: Debian
Debian-11:
Debian-9:
ng:
resolvconf:
file: '/run/resolvconf/resolv.conf'
file: /etc/resolvconf/run/resolv.conf
Debian-10:
ng:
resolvconf:
file: /etc/resolvconf/run/resolv.conf

0 comments on commit d03d6f8

Please sign in to comment.