config 'polipo' 'general'
...
option 'dnsUseGethostbyname' 'false'
option 'dnsNameServer' '127.0.0.1'
it appears that DNS does not work for polipo. We’re using BIND9 running natively on the devices. However, configured as follows:
config 'polipo' 'general'
...
option 'dnsUseGethostbyname' 'true'
option 'dnsNameServer' '127.0.0.1'
DNS does work, however it is slow because this is single-threaded.
We have also tried binding directly to ::1 which appears to have worked
once or twice but not consistently. We have also tried binding to the
interface address which seems to work with
option 'dnsUseGethostbyname' 'true'
.
Can’t duplicate. Reverted back to the old dns method.