diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2026-09-13 16:21:57 +0800 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2026-09-13 16:21:57 +0800 |
| commit | 76d124c0ec1fe0696bb13f37fff1a77f083a1eda (patch) | |
| tree | f7974d885648422f6a138029cddc5dfe9c025c6d | |
| parent | d7c77f203a6bae579b45bc7925572d169eba0b8d (diff) | |
fix typo
| -rw-r--r-- | home/xyz/.bitmonero/bitmonero.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/xyz/.bitmonero/bitmonero.conf b/home/xyz/.bitmonero/bitmonero.conf index 08b96a8b..dafcbc7e 100644 --- a/home/xyz/.bitmonero/bitmonero.conf +++ b/home/xyz/.bitmonero/bitmonero.conf @@ -3,9 +3,9 @@ p2p-use-ipv6=1 # Bind to wireguard ips, I want monerod only using network through wireguard, # otherwise China ISP will think I mine crypto and will be unhappy. But -# p2p-bin-ip and p2pbind-ipv6-address seems do not work, see vq buts note. But -# I still have those configs here because what if they somehow fixed it in the -# future. +# p2p-bind-ip and p2p-bind-ipv6-address seems do not work, see vq bugs note. +# But I still have those configs here because what if they somehow fixed it in +# the future. # Can be tested with sth. like `sudo tcpdump -i wlp2s0 port 18080` p2p-bind-ip=10.0.0.1 p2p-bind-ipv6-address=fdc9:281f:04d7:9ee9::1 |
