summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2eeaec0..d6504df 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,8 @@ for tags and key words.
   * `sqlite3`
 * More database support is in development
 * Run directly facing the internet or behind `Caddy` / `nginx`
+* Optional `TLS` support
+* Optional hostname matching (serve requests for eg. `twtxt.example.com` without a reverse proxy)
 
 A public instance is currently available:
 * [twtxt.tilde.institute](https://twtxt.tilde.institute)
0 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109