mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
15 lines
397 B
Markdown
15 lines
397 B
Markdown
## vpn-support
|
|
|
|
* [https://wiki.archlinux.org/index.php/NetworkManager#VPN_support]()
|
|
|
|
## local network hostname resolution
|
|
|
|
* [https://wiki.archlinux.org/index.php/Network_Configuration#Local_network_hostname_resolution]()
|
|
|
|
Either with `systemd-resolved` or `Avahi`.
|
|
As we use `systemd-resolved` Avahi is not required.
|
|
|
|
* `pacman -S avahi` and
|
|
`systemctl enable enable avahi-daemon.service`
|
|
|