add disable ipv6
This commit is contained in:
parent
b86a65b7c2
commit
b833ab3f2a
@ -50,3 +50,8 @@ Exec=/bin/sh -c 'while read -r trg; do case $trg in linux) exit 0; esac; done; /
|
|||||||
systemd.unit=emergency.target
|
systemd.unit=emergency.target
|
||||||
5. press ctrl+x
|
5. press ctrl+x
|
||||||
6. put root writable with `mount -o rw,remount /`
|
6. put root writable with `mount -o rw,remount /`
|
||||||
|
|
||||||
|
## disable IPV6
|
||||||
|
|
||||||
|
`sysctl -b net.ipv6.conf.all.disable_ipv6=1`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user