mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 18:14:54 +08:00
5 lines
107 B
Bash
5 lines
107 B
Bash
#!/bin/sh
|
|
|
|
echo 0 > /proc/sys/net/ipv6/conf/$1/use_tempaddr
|
|
echo 2 > /proc/sys/net/ipv6/conf/$1/accept_ra
|