You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the default BUTLER_HOST value from 172.0.0.1 to 127.0.0.1 in crates/but-server/src/lib.rs.
- Updated default host fallback in server initialization to use loopback address 127.0.0.1 instead of 172.0.0.1.
- No other files modified.
This is a focused fix to ensure the server binds to the standard localhost interface by default.
0 commit comments