Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lelux.fi
Wiki
Commits
114dd051
Verified
Commit
114dd051
authored
Apr 22, 2019
by
Elias Ojala
Browse files
Disable IPv6 on Linux
parent
ddda6632
Changes
3
Hide whitespace changes
Inline
Side-by-side
disable-ipv6.md
0 → 100644
View file @
114dd051
---
title
:
Disabling IPv6 on Linux
permalink
:
/disable-ipv6-linux/
---
```
bash
echo
"net.ipv6.conf.all.disable_ipv6 = 1"
>>
/etc/sysctl.conf
sysctl
-p
```
Remember to replace
`IPv6=yes`
with
`IPv6=no`
in
`/etc/default/ufw`
.
After that,
`sudo ufw disable && sudo ufw enable`
or reboot.
\ No newline at end of file
dns/dot/index.md
0 → 100644
View file @
114dd051
---
title
:
DNS-over-TLS
permalink
:
/dns-over-tls/
---
*
[
Unbound
](
unbound-linux.md
)
(
Linux
)
\ No newline at end of file
index.md
View file @
114dd051
...
...
@@ -7,7 +7,6 @@ permalink: /
## Server Linux
*
[
Certbot
](
certbot.md
)
*
[
Wireguard
](
wireguard.md
)
*
[
Nginx
](
nginx.md
)
...
...
@@ -15,6 +14,11 @@ permalink: /
*
[
LXD
](
lxd.md
)
*
[
Mastodon
](
mastodon.md
)
*
[
DNS-over-TLS
](
dns/dot/index.md
)
*
[
Unbound
](
dns/dot/unbound-linux.md
)
(
Linux
)
*
[
Disable IPv6
](
disable-ipv6.md
)
Other:
*
[
PowerDNS
](
powerdns.md
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment