@FIPS so I have fips running on Android in Termux but I can't connect to the DNS responder:
```
$ ./fips --config $HOME/.config/fips/fips.yaml
2026-07-23T13:20:57.088657Z INFO fips: FIPS 0.5.0-dev (rev fc8ebd5a06) starting
2026-07-23T13:20:57.088747Z INFO fips: Loaded config file path=/data/data/com.termux/files/home/.config/fips/fips.yaml
2026-07-23T13:20:57.090335Z INFO fips: Loaded persistent identity from key file path=/data/data/com.termux/files/home/.config/fips/fips.key
2026-07-23T13:20:57.091160Z INFO fips: Node created:
2026-07-23T13:20:57.091182Z INFO fips: npub: @npub1sg3n...kwx5
2026-07-23T13:20:57.091220Z INFO fips: node_addr: c03d91fe06e24716ee2cc84115eef685
2026-07-23T13:20:57.091240Z INFO fips: address: fdc0:3d91:fe06:e247:16ee:2cc8:4115:eef6
2026-07-23T13:20:57.091245Z INFO fips: state: created
2026-07-23T13:20:57.091248Z INFO fips: leaf_only: false
2026-07-23T13:20:57.091977Z INFO fips::transport::udp: UDP transport started local_addr=0.0.0.0:2121 recv_buf=4194304 send_buf=4194304
2026-07-23T13:20:57.092123Z INFO fips::transport::tcp: TCP transport started local_addr=Some(0.0.0.0:8443) mtu=1400
2026-07-23T13:20:57.092149Z INFO fips::node::lifecycle: Transports initialized count=2
2026-07-23T13:20:57.102270Z INFO fips::node::lifecycle: Spawned FMP-encrypt worker pool workers=8
2026-07-23T13:20:57.223137Z INFO fips::node::lifecycle: Spawned FMP-decrypt worker pool workers=8
2026-07-23T13:20:57.224068Z INFO fips::node::lifecycle: DNS responder started for .fips domain (auto-reload enabled) bind=[::1]:5354 hosts=1 mesh_ifindex=None
2026-07-23T13:20:57.224092Z INFO fips::node::lifecycle: Node started:
2026-07-23T13:20:57.224095Z INFO fips::node::lifecycle: state: running
2026-07-23T13:20:57.224097Z INFO fips::node::lifecycle: transports: 2
2026-07-23T13:20:57.224103Z INFO fips::node::lifecycle: connections: 1
2026-07-23T13:20:57.224107Z INFO fips: FIPS running
2026-07-23T13:20:57.224127Z INFO fips::node::dataplane::rx_loop: RX event loop started
2026-07-23T13:20:57.224455Z INFO fips::control::unix_impl: Control socket listening path=/data/data/com.termux/files/usr/tmp/fips/control.sock
2026-07-23T13:20:57.452694Z INFO fips::node::handlers::handshake: Peer promoted to active peer=gateway
2026-07-23T13:20:57.455020Z INFO fips::node::tree: Parent switched, invalidated downstream coord cache entries, announcing to all peers new_parent=gateway new_seq=2 new_root=00001a8c838e51954fffeb3d795a4743 depth=2
```
```
$ dig @127.0.0.1 -p 5354 @npub1qmc3...el98.fips AAAA
;; communications error to 127.0.0.1#5354: connection refused
;; communications error to 127.0.0.1#5354: connection refused
;; communications error to 127.0.0.1#5354: connection refused
; <<>> DiG 9.20.24 <<>> @127.0.0.1 -p 5354 @npub1qmc3...el98.fips AAAA
; (1 server found)
;; global options: +cmd
;; no servers could be reached
```
chrizzz
chrizzz@nip-05.com
npub13syp...gns9
iykyk
@Amethyst could we get a "reconnect" button for blossom caches? The connection is lost quite often and there is no way to reconnect cleanly
Never seen epoch candles before.. pretty cool
View quoted note →
@Jumble when loading a lot of reactions of a note (like the one below) at some point it stops. It seems like it stops when it fetched replies and starts to render them
View article →
@rabble could you add blossom cache support in divine? Especially the web version
@calle I'm seeing this when rebooting GrapheneOS
```
type: crash
osVersion: google/caiman/caiman:17/CP2A.260705.006/2026071501:user/release-keys
flags: dev options enabled
package: com.bitchat.droid:35, targetSdk 35
process: com.bitchat.droid
processUptime: 438 + 418 ms
installer: com.android.packageinstaller
java.lang.SecurityException: package=com.bitchat.droid, UID=10247 does not have Fine Location permission
at android.os.Parcel.createExceptionOrNull(Parcel.java:3401)
at android.os.Parcel.createException(Parcel.java:3385)
at android.os.Parcel.readException(Parcel.java:3361)
at android.os.Parcel.readException(Parcel.java:3303)
at android.net.wifi.aware.IWifiAwareManager$Stub$Proxy.publish(IWifiAwareManager.java:1014)
at android.net.wifi.aware.WifiAwareManager.publish(WifiAwareManager.java:673)
at android.net.wifi.aware.WifiAwareSession.publish(WifiAwareSession.java:183)
at a3.A.onAttached(SourceFile:104)
at android.net.wifi.aware.WifiAwareManager$WifiAwareEventCallbackProxy.lambda$onConnectSuccess$0(WifiAwareManager.java:968)
at android.net.wifi.aware.WifiAwareManager$WifiAwareEventCallbackProxy.$r8$lambda$9kEfQZZmiYu0_7Nv0f_FaIVHfnk(WifiAwareManager.java:0)
at android.net.wifi.aware.WifiAwareManager$WifiAwareEventCallbackProxy$$ExternalSyntheticLambda0.run(D8$$SyntheticClass:0)
at android.os.Handler.handleCallback(Handler.java:1095)
at android.os.Handler.dispatchMessageImpl(Handler.java:135)
at android.os.Handler.dispatchMessage(Handler.java:125)
at android.os.Looper.loopOnce(Looper.java:296)
at android.os.Looper.loop(Looper.java:397)
at android.app.ActivityThread.main(ActivityThread.java:9571)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:575)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:982)
```