Index: Makefile
===================================================================
RCS file: /cvs/ports/net/mautrix-whatsapp/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 14 Mar 2020 16:17:39 -0000 1.1.1.1
+++ Makefile 25 Mar 2020 14:17:08 -0000
@@ -4,6 +4,7 @@ COMMENT = matrix-WhatsApp puppeting brid
V = 20200225
DISTNAME = mautrix-whatsapp-${V}
+REVISION = 1
CATEGORIES = net
Index: patches/patch-example-config_yaml
===================================================================
RCS file: patches/patch-example-config_yaml
diff -N patches/patch-example-config_yaml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-example-config_yaml 25 Mar 2020 14:17:08 -0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: example-config.yaml
+--- example-config.yaml.orig
++++ example-config.yaml
+@@ -12,7 +12,7 @@ appservice:
+ address: http://localhost:29318
+
+ # The hostname and port where this appservice should listen.
+- hostname: 0.0.0.0
++ hostname: 127.0.0.1
+ port: 29318
+
+ # Database config.
Hello,
This small diff to make mautrix-whatsapp example config listen to
127.0.0.1 by default instead of 0.0.0.0
Regards
No comments:
Post a Comment