diff --git a/community/sslh/APKBUILD b/community/sslh/APKBUILD
index 7cad6c367de6d3a59473d8a239ec616c3beb654c..2313d90083f094e1da4f4b8c964af1d8823239f7 100644
--- a/community/sslh/APKBUILD
+++ b/community/sslh/APKBUILD
@@ -1,7 +1,7 @@
 # Contributor: Francesco Colista <fcolista@alpinelinux.org>
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=sslh
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=0
 pkgdesc="Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port)"
 url="https://www.rutschle.net/tech/sslh/README.html"
@@ -66,10 +66,10 @@ doc() {
 }
 
 sha512sums="
-f689394028ec25e16dd59a5f1aa4c18a760108f0acf23b4eb2ccf000dc09adf1428272c3e93f5b0012f9603076ab1408a3e1aca98adb3e69743d184cb898a9a4  sslh-2.1.1.tar.gz
+4f0b3c61e6153b912b11c49baba2df1a9df6732ea9fcdee628bf02043efc1b6505ac97eec97740c67d09f7d58a1bb79e0e06d949cb7fabcffa1fb91733372631  sslh-2.1.2.tar.gz
 a5676b7b4626f298c6d31ba5bbd27a1b1732de04f9b54b55d421a80ff12f7ca15aae5c9aef36af23db4ba0efa4c2c3761fb17ace715f7df0baeac34a9ec859c4  fix-make-install.patch
 5773ee1d91e099726b614dbe385f2668699d25029fc300b664411c6082e95d3f27df11b9b1489bee3444c81bf941b8db13b4d382343788e47408c593c4531816  fail2ban.patch
-0e677ed7c9d09fa96d0a0571d09660a094a24e5978d6c9f0cf43d8c2b084df2b6b2f4c9bddfb63be943a56e9bb628f8a156f06d0fc4b6ce52d63ea02c6569307  config.patch
+87779a2a2bacf560146184bf64a6fdb49930fe97acf3770ad2e153dbbf9317110dc37fc7851df58f035866ca06983adc00251f871eaa6bfd8cc56c5292d437fa  config.patch
 20ad403c7e8bd37c849263886ff4307a478fbeaec74d52b7db864dea2e9bdafb2c501afd70fa2621385baf3536553a79cee006b4a629260921d2e08db7991696  sslh.initd
 7eaf99c6fb4505d0562c46ed2b3ae656b7c7c96223f2c7f11ab1bed72e9df0223a7ef02277ac50a633d165238efb8c54044eff38b488a7884b6671120d9e3f3e  sslh.confd
 "
diff --git a/community/sslh/config.patch b/community/sslh/config.patch
index 921759b59b79cb84bcae1fa76ef31b11a3490c7d..9a5a194e8aa03fa4a8ee99b136346e37ca5c80b8 100644
--- a/community/sslh/config.patch
+++ b/community/sslh/config.patch
@@ -1,8 +1,8 @@
 diff --git a/basic.cfg b/basic.cfg
-index 2cb4d41..fa53543 100644
+index ef67978..4715b52 100644
 --- a/basic.cfg
 +++ b/basic.cfg
-@@ -6,14 +6,12 @@
+@@ -6,8 +6,6 @@
  
  timeout: 2;
  user: "nobody";
@@ -11,10 +11,3 @@ index 2cb4d41..fa53543 100644
  
  # Change hostname with your external address name, or the IP
  # of the interface that receives connections
- listen:
- (
--    { host: "thelonious"; port: "443"; }
-+    { host: "0.0.0.0"; port: "443"; }
- );
- 
-