My bitcoin.conf file contains these flags:
min=1
server=1
onion=127.0.0.1:9050
listen=1
discover=1
getnetworkinfo says IPv6 is working on my node:
{
"name" : "ipv6",
"limited" : false,
"reachable" : true,
"proxy" : "127.0.0.1:9050"
}
Yet, no IPv6 peers connect to my node, although many have in the past with this same bitcoin.conf configuration. Only IPv4 and a couple Onion peers currently connect.
Also, getnetworkinfo says, for all my protocols (Onion, IPv4, & IPv6):
"proxy" : "127.0.0.1:9050"
Yet, only the Onion protocol should be going through the proxy (per the onion=127.0.0.1:9050 flag in my config file).
I am running Bitcoin Core version v0.10.2 (64-bit).
(cf. this BitcoinTalk.org thread and Bitcoin StackExchange question)
Update: See my comment: