Replies: 1 comment 4 replies
-
By default, fastfetch shows the interface used for default route. Try this: {
"type": "localip",
"defaultRouteOnly": false,
"namePrefix": "br-lan"
} |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just cross compiled fastfetch for OpenWRT, and the first thing that I thought was "why is Local IP showing my public IP?":
However, on second though, it makes sense, since to the gateway its "local" IP is the one the ISP gave it. But the local IP of the gateway from a (lan) clients perspective is its LAN IP:
Just wanted to know what others thing about this.
Perhaps it would make sense to have an option/configuration to be able to tell fastfetch which interface is the "local" one?
Beta Was this translation helpful? Give feedback.
All reactions