Age | Commit message (Collapse) | Author | |
---|---|---|---|
42 hours | add default dnsmasq.conf | Xiao Pan | |
7 days | pacdiff | Xiao Pan | |
2025-08-16 | cgitrc: since $HTTP_HOST does not work, use the other clone-prefix config ↵ | Xiao Pan | |
has less code | |||
2025-08-15 | cgitrc $HTTP_HOST not working now | Xiao Pan | |
2025-08-03 | nft only allow wg insp and pp ip to local port | Xiao Pan | |
2025-08-03 | remove ssh studio alias | Xiao Pan | |
2025-07-22 | nginx.conf cgit add back favicon.ico because I no longer use cgit-pink and ↵ | Xiao Pan | |
cgit has it, also add cgit.js which I maybe forgot to add | |||
2025-07-22 | add comment | Xiao Pan | |
2025-07-22 | nginx.conf add comment | Xiao Pan | |
2025-07-22 | website add http3 quic support | Xiao Pan | |
2025-07-22 | nginx set worker_processes to auto | Xiao Pan | |
Which seems is how many cpu cores I have. To try to improve performance. | |||
2025-07-22 | nginx.conf add comment about http2 | Xiao Pan | |
2025-07-22 | nginx enable http2 | Xiao Pan | |
2025-07-22 | highlight new version | Xiao Pan | |
2025-07-21 | ca now use nginx for acme.sh, no need socat | Xiao Pan | |
2025-07-15 | pacdiff | Xiao Pan | |
2025-07-15 | remove studio so remove sstm alias | Xiao Pan | |
2025-07-15 | sudoers pacdiff | Xiao Pan | |
related upstream PR and commit: https://github.com/sudo-project/sudo/pull/427 https://github.com/sudo-project/sudo/commit/7c121ff8340c6fa551ba4997dde9d450cf74e40c | |||
2025-07-15 | .bashrc alias nethogs also capture udp | Xiao Pan | |
2025-07-15 | pacdiff | Xiao Pan | |
2025-07-15 | disable swgp because insp only swgp to ba now, but keep swgp config because ↵ | Xiao Pan | |
in the future I may need it | |||
2025-07-14 | now no need port forward insp monerod-p2p port, I use ba for that now | Xiao Pan | |
2025-07-11 | cgit move pubic_archive_codes to archives section | Xiao Pan | |
2025-07-11 | cgit add cfgl studio archive | Xiao Pan | |
2025-07-11 | nginx service enable | Xiao Pan | |
2025-07-11 | remove ssh forward to studio | Xiao Pan | |
2025-07-10 | install pkgs needed for my website | Xiao Pan | |
2025-07-10 | change nft: website move to ca so no need route things to studio | Xiao Pan | |
2025-07-10 | meta | Xiao Pan | |
2025-07-10 | remove hosts, because no need | Xiao Pan | |
2025-07-10 | no more workaround with hosts using wg ip for flylightning.xyz because I ↵ | Xiao Pan | |
move the website to ca | |||
2025-07-10 | nginx use cert in /etc/postfix, add mail.flylightning.xyz domain | Xiao Pan | |
nginx use cert in /etc/postfix so acme.sh only need to install to one location for both nginx and postfix to use. nginx add mail.flylightning.xyz domain for acme.sh to use to renew it, without it acme.sh will error when renew it | |||
2025-07-10 | wrong user:group, change .gitolite.rc meta | Xiao Pan | |
2025-07-10 | cgit try use md2html from md4c pkg instead of cgit, maybe faster | Xiao Pan | |
2025-07-10 | meta | Xiao Pan | |
2025-07-10 | starting to move studio website to ca, now moving configs | Xiao Pan | |
2025-07-04 | nft config studio wg swgp wg to ca, studio use ::b ip6, ca use ::a ip6 so it ↵ | Xiao Pan | |
can do acme.sh | |||
2025-07-04 | meta | Xiao Pan | |
2025-07-04 | use wg ip for flylightning.xyz to temp workaround the issue of ca `ssh -6 ↵ | Xiao Pan | |
gitolite@flylightning.xyz` and `ssh -4 gitolite@flylightning.xyz` both error; note this is after me config studio and ca wg forward | |||
2025-06-02 | add ju alias | Xiao Pan | |
2025-05-02 | pacdiff | Xiao Pan | |
2025-05-02 | Add nft rules to port forward insp xmrd p2p when insp VPN into it | Xiao Pan | |
Also added monero-p2p port number to /etc/services for nft to use | |||
2025-04-13 | pacdiff | Xiao Pan | |
2025-03-30 | meta | Xiao Pan | |
2025-03-30 | dovecot switch to track only one config file | Xiao Pan | |
2025-03-29 | upstream name change | Xiao Pan | |
https://github.com/neovim/neovim/issues/33075 https://github.com/neovim/neovim/pull/33122 | |||
2025-03-29 | fcitx.nvim no issue of leave search switch to pinyin | Xiao Pan | |
h-hg/fcitx.nvim is the only one out of the three alternatives that does not have this issue: after / search with chinese pingyin, then enter, then in normal mode if I press one key, e.g., k, it will trying to use chinese pingyin instead of using english | |||
2025-03-29 | pacdiff | Xiao Pan | |
2025-03-04 | pacdiff | Xiao Pan | |
2025-02-28 | postfix hide client hostname and ip | Xiao Pan | |
Details see `man postconf.5`. It seems smtpd_hide_client_session config for port 25 smtp MTA this must be no, port 587 and 465 (submission and submissions) MTU can be set to yes in master.cf. Port 25 smtp MTA receives messages from others to me. Port 587 and 465 (submission and submissions) MTU receives messages from me to others. main.cf is configs for all. master.cf I can set configs specifically to submission and submissions. Before, when others receives my email that send from my laptop, it will leak my laptop's hostname and ip in one of its `Received` header like `Received: from <my-hostname> (<my-domain-name> [<my-ip>]) by mail.flylightning.xyz ...`. After set smtpd_hide_client_session to yes, that line changed to `Received: by mail.flylightning.xyz ...`, note there's no `from ...` that leaks my ip. |