Merge pull request #6595 from Mynacol/ipv6-temporary-addresses

Generate and use temporary IPv6 addresses
This commit is contained in:
mglae 2022-10-03 12:15:42 +02:00 committed by GitHub
commit 5c7e53b8ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,5 @@
net.ipv4.tcp_no_metrics_save=1
# generate/use temporary IPv6 addresses
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2