feat: implement just dns-selector and add to post install (#571)

This commit is contained in:
Root
2024-11-14 20:39:54 -05:00
committed by GitHub
parent d5595b4860
commit db3d24a835
3 changed files with 341 additions and 0 deletions

View File

@@ -108,6 +108,15 @@ When using a non-wheel user, you can add the user to other groups if you want. F
- use `adb` and `fastboot`: `plugdev`
- use systemwide flatpaks: `flatpak`
## Setup system DNS
Interactively setup system DNS resolution for systemd-resolved (optionally also set the resolver for hardened-chromium via management policy):
```
ujust dns-selector
```
NOTE: If you intend to use a VPN, use the system default state (network provided resolver). This will ensure your system uses the VPN provided DNS resolver to prevent DNS leaks. ESPECIALLY avoid setting the browser DNS policy in this case.
## Bash environment lockdown