bundles/unbound: prefer ipv4 if using pppoe
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
3c2f245b71
commit
133627ace2
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ server:
|
|||
access-control: ::1 allow
|
||||
% endif
|
||||
|
||||
% if node.has_bundle('pppd'):
|
||||
prefer-ip4: yes
|
||||
% endif
|
||||
|
||||
msg-cache-size: ${cache_size}
|
||||
msg-cache-slabs: ${cache_slabs}
|
||||
rrset-cache-size: ${cache_size}
|
||||
|
|
Loading…
Reference in a new issue