Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Hit the node on IPv4 localhost rather than hostname by default #929

Merged
merged 1 commit into from
Feb 21, 2022

Commits on Feb 7, 2022

  1. Hit the node on IPv4 localhost rather than hostname by default

    The localnet local node (probably the only reason for this default value) defaults to listening only on IPv4.
    
    Instead of defaulting on hostname-localhost, which would break on systems that default localhost to `::1`, use `127.0.0.1` by default.
    
    The better fix would be to actually have the node listen on IPv6, but this should be better than the current situation at least.
    Ekleog-NEAR authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    59e1893 View commit details
    Browse the repository at this point in the history