Replies: 1 comment 5 replies
-
What aspire network are you looking for? I assume you don’t mean container network but something else? I think we need more details in order to better help here. If you are trying to run a make dns work outside of containers then nothing in aspire will help you, there’s no system wide dns server installed. Service discovery today is all configuration based (via environment variables, not by hijacking your process’ dns configuration). If you’re talking about containers then you have a lot more control but it’s also more complex. You can also just edit the OS’ host file and make it work that way as well.
Sounds like a bug @danegsta. UDP isn’t used in mainline scenarios much so I wouldn’t be surprised if there are issues here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
So... as said in the title, I'm using .NET Aspire to make a networking tool for myself that would coordinate a lot of other tools. It requires me to work with a self-hosted DNS and I'm trying to integrate it into the project itself. That being said, this has been a slightly rough path getting there. So...
If further details are needed, I can provide, but I'm trying to find a good way to do this at the moment and could use some guidance, since we currently can't configure the Aspire network at all as far as I can tell.
Beta Was this translation helpful? Give feedback.
All reactions