mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
DNS: Write name servers received from ISP to /var/run/dns{1,2}
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -51,7 +51,7 @@ unless (-f $settings_file) { system("touch $settings_file") };
|
||||
unless (-f $servers_file) { system("touch $servers_file") };
|
||||
|
||||
# File which stores the ISP assigned DNS servers.
|
||||
my @ISP_nameserver_files = ( "${General::swroot}/dns/dns1", "${General::swroot}/dns/dns2" );
|
||||
my @ISP_nameserver_files = ( "/var/run/dns1", "/var/run/dns2" );
|
||||
|
||||
# File which contains the ca-certificates.
|
||||
my $ca_certs_file = "/etc/ssl/certs/ca-bundle.crt";
|
||||
|
||||
Reference in New Issue
Block a user