generated from smedev/Template-for-SMEServer-Core-Package
Compare commits
2 Commits
11_0-9_el8
...
11_0-11_el
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73ef48ef5f | ||
| 16b33e6683 |
@@ -55,7 +55,7 @@ domainlist=$(echo $domainlist |sort|uniq)
|
||||
|
||||
#list from pihole install script; only ipv4 ones
|
||||
#here we select our
|
||||
dns=$(/sbin/e-smith/db configuration getprop letesencrypt dnscheck||echo "https://cloudflare-dns.com/dns-query,8.8.8.8,8.8.4.4,1.1.1.1,1.0.0.1,208.67.222.222,208.67.220.220,4.2.2.1,4.2.2.2,8.20.247.20,84.200.69.80,84.200.70.40,9.9.9.10,149.112.112.10")
|
||||
dns=$(/sbin/e-smith/db configuration getprop letsencrypt dnscheck||echo "https://cloudflare-dns.com/dns-query,8.8.8.8,8.8.4.4,1.1.1.1,1.0.0.1,208.67.222.222,208.67.220.220,4.2.2.1,4.2.2.2,8.20.247.20,84.200.69.80,84.200.70.40,9.9.9.10,149.112.112.10")
|
||||
# from https://stackoverflow.com/questions/10586153/how-to-split-a-string-into-an-array-in-bash
|
||||
IFS=', ' read -r -a DNS <<< "$dns"
|
||||
RANDOM=$$$(date +%s)
|
||||
@@ -80,7 +80,7 @@ mydns="https://cloudflare-dns.com/dns-query"
|
||||
done
|
||||
echo "External DNS Server : $mydns"
|
||||
|
||||
MYFORCEDIP=$(/sbin/e-smith/db configuration getprop letesencrypt ExternalIP)
|
||||
MYFORCEDIP=$(/sbin/e-smith/db configuration getprop letsencrypt ExternalIP)
|
||||
# check if gateway or server only
|
||||
MYMODE=$(/sbin/e-smith/db configuration get SystemMode)
|
||||
# check our external ip if gateway, internal else
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
my $letsencryptStatus = $configDB->get_prop( 'letsencrypt', 'status' )
|
||||
|| 'disabled';
|
||||
|
||||
return "# letsencrypt is disabled\n" if ( $letsencryptStatus if 'disabled' ) ;
|
||||
return "# letsencrypt is disabled\n" if ( $letsencryptStatus eq 'disabled' ) ;
|
||||
|
||||
# if disabled will only ask certs for host pointing to self.
|
||||
# if set otherwise, will try to get one even if host set as remote or local.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%define name smeserver-certificates
|
||||
%define version 11.0
|
||||
%define release 9
|
||||
%define release 11
|
||||
Summary: This is what smeserver-certificates does.
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
@@ -25,7 +25,10 @@ AutoReqProv: no
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 10 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0-9.sme
|
||||
* Wed Oct 15 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0-11.sme
|
||||
- Fix typo [SME: 13050]
|
||||
|
||||
* Wed Sep 10 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0-10.sme
|
||||
- fix unexpected behaviour when item set as disabled [SME: 13136]
|
||||
rewrite of 10Domains fragment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user