summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2023-07-08metaXiao Pan
2023-07-07metaXiao Pan
2023-07-06https://wiki.archlinux.org/title/Makepkg#Building_optimized_binariesXiao Pan
2023-07-06metaXiao Pan
2023-07-06default makepkg.confXiao Pan
2023-07-01change qbt port nameXiao Pan
2023-07-01metaXiao Pan
2023-06-30metaXiao Pan
2023-06-30add xyzka to hostsXiao Pan
2023-06-29updateXiao Pan
2023-06-29metaXiao Pan
2023-06-29remove mullvadXiao Pan
2023-06-29temperory use steamXiao Pan
2023-06-13updateXiao Pan
2023-06-13updateXiao Pan
2023-06-03metaXiao Pan
2023-06-03switch to aur/freepats-legacyXiao Pan
2023-06-03remove usb remote, change monero node export file dir namesXiao Pan
2023-06-01metaXiao Pan
2023-06-01nft, iperf3 port, commented out, maybe useful for futureXiao Pan
2023-06-01updateXiao Pan
2023-05-31metaXiao Pan
2023-05-31metaXiao Pan
2023-05-31move some configs from cfgs to cfglXiao Pan
2023-05-29metaXiao Pan
2023-05-29paccache.service systemd drop-in file, also remove all uninstalled packages ↵Xiao Pan
cache
2023-05-22pacman pacnewXiao Pan
2023-05-20metaXiao Pan
2023-05-14metaXiao Pan
2023-04-23metaXiao Pan
2023-04-16metaXiao Pan
2023-04-15metaXiao Pan
2023-04-15new systemd monerod@.service template unit, enabled monerod@xyz.service, ↵Xiao Pan
remove `BindsTo=mullvad-daemon.service`
2023-04-14updateXiao Pan
2023-04-02use alias instead of script for xmrXiao Pan
2023-04-01metaXiao Pan
2023-03-28metaXiao Pan
2023-03-27chatgpt metaXiao Pan
2023-03-17metaXiao Pan
2023-03-17add resolv.conf generated by `sudo resolvconf -u`Xiao Pan
2023-03-17metaXiao Pan
2023-03-17Follow up fix DNS resolv issues, I forget to add this config; from ↵Xiao Pan
https://wiki.archlinux.org/title/Dnsmasq#openresolv
2023-03-17default dnsmasq.confXiao Pan
2023-03-17metaXiao Pan
2023-03-17Final fix DNS resolv issues when using mullvad vpn default DNSXiao 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.
2023-03-17resolvconf.conf defaultXiao Pan
2023-03-14grrc metaXiao Pan
2023-03-14metaXiao Pan
2023-03-13updateXiao Pan
2023-03-13I disabled systemd-resolved, so nsswitch.conf no need resolve in hosts:Xiao Pan