Files
Christophe CHAUVET f551f1900c fix ipv6 notation (#1084)
On Mac OS, when localhost:8080 is defined and sqlpage config file, the SocketAddr is resolved with ipv6 address if ip V6 is available on the internal network.

```json
{
  "listen_on": "localhost:8080"
}
```

On the terminal we can Ctrl + Click, but the URL is incorrect (ipV6 notation use bracket)

Actually we have 

```shell
View your website at:
🔗 http://::1:8080
```

Instead of 

```
View your website at:
🔗 http://[::1]:8080
```

Regards,
2025-11-07 22:02:36 +01:00
..
2025-07-24 23:47:45 +02:00
2025-11-07 22:02:36 +01:00
2025-11-03 09:53:46 +01:00
2025-06-02 21:35:16 +02:00
2025-06-02 21:35:16 +02:00
2025-07-24 23:47:45 +02:00
2025-07-24 23:20:10 +02:00
2025-11-07 22:02:36 +01:00
2023-09-14 14:06:15 +02:00