Не изменяет ip postgresql.conf

sudo: unable to resolve host ruvds-0izvh: Name or service not known\
sshd       471     root    3u  IPv4  23727      0t0  TCP *:22 (LISTEN)\
sshd       471     root    4u  IPv6  23738      0t0  TCP *:22 (LISTEN)\
postgres  5004 postgres    3u  IPv6  61605      0t0  TCP [::1]:5432 (LISTEN)\
postgres  5004 postgres    4u  IPv4  61606      0t0  TCP 127.0.0.1:5432 (LISTEN)\

вот открытые порты и почему-то не изменяется 5432 на *

файл postgresql.conf выглядит так:

#------------------------------------------------------------------------------
# CONNECTIONS AND AUTHENTICATION
#------------------------------------------------------------------------------

# - Connection Settings -




listen_addresses = '*'          # what IP address(es) to listen on;
                                        # comma-separated list of addresses;
                                        # defaults to 'localhost'; use '*' for all
                                        # (change requires restart)
port = 5432                             # (change requires restart)
max_connections = 100                   # (change requires restart)
#superuser_reserved_connections = 3     # (change requires restart)

Ответы (0 шт):