Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-24 | meta | Xiao Pan | |
2023-08-12 | update | Xiao Pan | |
2023-07-13 | pacdiff | Xiao Pan | |
2023-07-11 | remove steam | Xiao Pan | |
2023-07-09 | update | Xiao Pan | |
2023-07-08 | meta | Xiao Pan | |
2023-07-07 | meta | Xiao Pan | |
2023-07-06 | https://wiki.archlinux.org/title/Makepkg#Building_optimized_binaries | Xiao Pan | |
2023-07-06 | meta | Xiao Pan | |
2023-07-06 | default makepkg.conf | Xiao Pan | |
2023-07-01 | change qbt port name | Xiao Pan | |
2023-07-01 | meta | Xiao Pan | |
2023-06-30 | meta | Xiao Pan | |
2023-06-30 | add xyzka to hosts | Xiao Pan | |
2023-06-29 | update | Xiao Pan | |
2023-06-29 | meta | Xiao Pan | |
2023-06-29 | remove mullvad | Xiao Pan | |
2023-06-29 | temperory use steam | Xiao Pan | |
2023-06-13 | update | Xiao Pan | |
2023-06-13 | update | Xiao Pan | |
2023-06-03 | meta | Xiao Pan | |
2023-06-03 | switch to aur/freepats-legacy | Xiao Pan | |
2023-06-03 | remove usb remote, change monero node export file dir names | Xiao Pan | |
2023-06-01 | meta | Xiao Pan | |
2023-06-01 | nft, iperf3 port, commented out, maybe useful for future | Xiao Pan | |
2023-06-01 | update | Xiao Pan | |
2023-05-31 | meta | Xiao Pan | |
2023-05-31 | meta | Xiao Pan | |
2023-05-31 | move some configs from cfgs to cfgl | Xiao Pan | |
2023-05-29 | meta | Xiao Pan | |
2023-05-29 | paccache.service systemd drop-in file, also remove all uninstalled packages ↵ | Xiao Pan | |
cache | |||
2023-05-22 | pacman pacnew | Xiao Pan | |
2023-05-20 | meta | Xiao Pan | |
2023-05-14 | meta | Xiao Pan | |
2023-04-23 | meta | Xiao Pan | |
2023-04-16 | meta | Xiao Pan | |
2023-04-15 | meta | Xiao Pan | |
2023-04-15 | new systemd monerod@.service template unit, enabled monerod@xyz.service, ↵ | Xiao Pan | |
remove `BindsTo=mullvad-daemon.service` | |||
2023-04-14 | update | Xiao Pan | |
2023-04-02 | use alias instead of script for xmr | Xiao Pan | |
2023-04-01 | meta | Xiao Pan | |
2023-03-28 | meta | Xiao Pan | |
2023-03-27 | chatgpt meta | Xiao Pan | |
2023-03-17 | meta | Xiao Pan | |
2023-03-17 | add resolv.conf generated by `sudo resolvconf -u` | Xiao Pan | |
2023-03-17 | meta | Xiao Pan | |
2023-03-17 | Follow up fix DNS resolv issues, I forget to add this config; from ↵ | Xiao Pan | |
https://wiki.archlinux.org/title/Dnsmasq#openresolv | |||
2023-03-17 | default dnsmasq.conf | Xiao Pan | |
2023-03-17 | meta | Xiao Pan | |
2023-03-17 | Final fix DNS resolv issues when using mullvad vpn default DNS | Xiao Pan | |
Fix can not resolve www.a.com, while a.com is `search a.com` in /run/NetworkManager/resolv.conf and /run/systemd/resolve/resolv.conf, I think `search a.com` is from router. Fix after suspend can not connect to internet due to mullvad and networkmanager fighting over /etc/resolv.conf and cause resolv.conf be empty. (not sure the cause is correct). This can also be fixed by symlink using systemd-resolved see below. I do not know why this fix work. I find this fix through trail and error. These changes in configs uses mullvad-vpn, openresolv, dnsmasq, avahi-daemon, and networkmanager. The features are dns cache (dnsmasq) and mdns (avahi-daemon). The best way to use systemd-resolved with dns cache is `sudo ln -rsf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf`. But I can not find a way to fix the issue of not resolve www.a.com see above. I **guess** the most likely way for systemd-resolved to work is somehow config systemd-resolved to not get DNS from router. |