Enable IPv6 by default.

This commit is contained in:
Solderpunk 2019-08-13 13:04:39 +03:00
parent eca5de5d0f
commit 13ddad1759

View File

@ -181,7 +181,7 @@ class GeminiClient(cmd.Cmd):
self.options = {
"color_menus" : False,
"debug" : False,
"ipv6" : False,
"ipv6" : True,
"timeout" : 10,
"gopher_proxy" : "localhost:1965",
}