From b9650fdd82c4ace8f26a7d97a7f1d0ab02ee2447 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 9 Jan 2020 07:29:59 +0000 Subject: doc: switch bogomips.org to yhbt.net bogomips.org is due to expire, soon, and I'm not willing to pay extortionists at Ethos Capital/PIR/ICANN to keep a .org. So it's at yhbt.net, for now... Identity is overrated. Tor users can use .onions and kick ICANN to the curb: torsocks w3m http://rainbows.ou63pmih66umazou.onion/ torsocks git clone http://ou63pmih66umazou.onion/rainbows.git/ torsocks w3m http://ou63pmih66umazou.onion/rainbows-public/ While we're at it, switch news.gmane.org => news.gmane.io (but I suspect that'll need to be resynched since our mail "List-Id:" header is changing). --- lib/rainbows/configurator.rb | 4 ++-- lib/rainbows/epoll.rb | 2 +- lib/rainbows/reverse_proxy.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/rainbows') diff --git a/lib/rainbows/configurator.rb b/lib/rainbows/configurator.rb index 83077cb..5eb7606 100644 --- a/lib/rainbows/configurator.rb +++ b/lib/rainbows/configurator.rb @@ -1,7 +1,7 @@ # -*- encoding: binary -*- # This module adds \Rainbows! to the -# {Unicorn::Configurator}[https://bogomips.org/unicorn/Unicorn/Configurator.html] +# {Unicorn::Configurator}[https://yhbt.net/unicorn/Unicorn/Configurator.html] # \Rainbows!-specific configuration options must be inside a the Rainbows! # block, otherwise Unicorn::Configurator directives may be used anywhere # in the file. @@ -9,7 +9,7 @@ # Warning: The "timeout" directive in unicorn is far more dangerous # in Rainbows!, since ALL requests running on a process will be lost # on worker death, not just one. Instead, handle application-level -# timeouts yourself: https://bogomips.org/unicorn/Application_Timeouts.html +# timeouts yourself: https://yhbt.net/unicorn/Application_Timeouts.html # # Rainbows! do # use :ThreadSpawn # concurrency model to use diff --git a/lib/rainbows/epoll.rb b/lib/rainbows/epoll.rb index 45c4d08..1e0c7a2 100644 --- a/lib/rainbows/epoll.rb +++ b/lib/rainbows/epoll.rb @@ -3,7 +3,7 @@ require 'sleepy_penguin' require 'sendfile' # Edge-triggered epoll concurrency model using -# {sleepy_penguin}[https://bogomips.org/sleepy_penguin/] for epoll. +# {sleepy_penguin}[https://yhbt.net/sleepy_penguin/] for epoll. # # Unlike more portable options like Coolio and EventMachine, this # is Linux-only, but uses edge-triggering instead of level-triggering, diff --git a/lib/rainbows/reverse_proxy.rb b/lib/rainbows/reverse_proxy.rb index a4d8390..f844c1d 100644 --- a/lib/rainbows/reverse_proxy.rb +++ b/lib/rainbows/reverse_proxy.rb @@ -3,7 +3,7 @@ require 'socket' require 'thread' require 'uri' -require 'kcar' # https://bogomips.org/kcar/ -- gem install kcar +require 'kcar' # https://yhbt.net/kcar/ -- gem install kcar # This is lightly tested and has an unstable configuration interface. # ***** Do not rely on anything under the ReverseProxy namespace! ***** -- cgit v1.2.3-24-ge0c7