mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
installer: ifconfig knows this is 127.0.0.1/8
While here, also register ::1 -- it's only polite.
This commit is contained in:
parent
fc0c0478b5
commit
655f8ea573
@ -32,7 +32,8 @@ fi
|
||||
sysctl kern.geom.debugflags=16 >/dev/null
|
||||
sysctl net.link.ether.inet.log_arp_wrong_iface=0 >/dev/null
|
||||
|
||||
ifconfig lo0 127.0.0.1/24
|
||||
ifconfig lo0 127.0.0.1
|
||||
ifconfig lo0 ::1
|
||||
ifconfig lo0 up
|
||||
|
||||
if [ -z "${TERM}" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user