Add IPv6 support

This commit is contained in:
pcjones
2024-04-14 23:15:03 +02:00
parent d098d1fd10
commit 881f3b7281

View File

@@ -9,7 +9,7 @@
"Kestrel": { "Kestrel": {
"Endpoints": { "Endpoints": {
"Http": { "Http": {
"Url": "http://*:5005" "Url": "http://[::]:5005"
} }
} }
}, },