commit eeed8f514cd210ab2a2c278a2e598cc800f904a7 parent 9e4333a60f3bb0357c83082fea7d3a6390a7a4be Author: William Casarin <jb55@jb55.com> Date: Sat, 19 Sep 2020 04:56:22 -0700 av98: default gopher proxy Diffstat:
M | bin/av98 | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/av98 b/bin/av98 @@ -267,7 +267,7 @@ class GeminiClient(cmd.Cmd): "timeout" : 10, "width" : 80, "auto_follow_redirects" : True, - "gopher_proxy" : None, + "gopher_proxy" : "localhost:1965", "tls_mode" : "tofu", }