shithub: tcp80

Download patch

ref: 96a392dc08e4cfc4e23c74d061f168e55dfcea01
parent: a5061f44063493b08e54d4afc2f869dc8ff1dccf
author: grobe0ba <grobe0ba@tcp80.org>
date: Mon Aug 1 16:10:12 EDT 2022

tls info in readme

--- a/README.shithub.md
+++ b/README.shithub.md
@@ -5,7 +5,15 @@
 #!/bin/rc
 
 bind /usr/web /mnt/static
-exec /bin/tcp80 -r /sys/lib/tcp80
+exec /bin/tcp80 -r /sys/lib/tcp80 >>[2]/sys/log/httpd/log
+```
+
+```/rc/bin/service/tcp443```:
+```
+#!/bin/rc
+
+bind /usr/web /mnt/static
+exec tlssrv -c/sys/lib/tls/cert.pem -lhttpd -r`{cat $3/remote} /bin/tcp80 -r /sys/lib/tcp80 >>[2]/sys/log/httpd/log
 ```
 
 ```/lib/namespace.httpd```: