about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-29 08:25:12 +0000
committerEric Wong <e@80x24.org>2016-12-29 08:25:40 +0000
commit1b826691f0d95b4bde046f3a873bb54449cdb558 (patch)
treeb424f9de7158941258cd75d08cb25ffdf3b5e34f
parentba79ebb9164fdc64767ec75bf10bfb5e9e7c24ef (diff)
downloadyahns-1b826691f0d95b4bde046f3a873bb54449cdb558.tar.gz
In case somebody stumbles upon it...
-rw-r--r--lib/yahns/proxy_pass.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/yahns/proxy_pass.rb b/lib/yahns/proxy_pass.rb
index fcd0cf7..0ada4a6 100644
--- a/lib/yahns/proxy_pass.rb
+++ b/lib/yahns/proxy_pass.rb
@@ -6,6 +6,12 @@ require 'socket'
 require 'rack/request'
 require 'timeout'
 
+# XXX consider this file and the proxy-related stuff in yahns
+# unstable and experimental!  It has never been documented and
+# incompatible changes may still happen.
+#
+# However, it seems to be proxying for our mail archives well enough:
+# https://yhbt.net/yahns-public/
 require_relative 'proxy_http_response'
 require_relative 'req_res'