disable ipv6?
От
Jonathan Vanasco
Тема
disable ipv6?
Дата
Msg-id
43452F94-8B3B-4025-9949-DCFD4112CEED@2xlp.com
Список
Дерево обсуждения
disable ipv6? Jonathan Vanasco <jonathan@2xlp.com>
Re: disable ipv6? Gavin Flower <GavinFlower@archidevsys.co.nz>
Re: disable ipv6? Adrian Klaver <adrian.klaver@aklaver.com>
I'm running postgresql on ubuntu. the 9.4 branch from postgresql.org
I think the only way to disable ipv6 is to edit postgresql.conf and explicitly state localhost in ipv4 as follows
- listen_addresses = 'localhost'
+ listen_addresses = '127.0.0.1'
can anyone confirm?
В списке pgsql-general по дате отправления