I moved over from Manjaro to Solus Budgie.
As I use it for web development and am running a local system where the domain ends with .dev, I want to route certain calls to localhost, while all others should remain untouched.
I moved over the configuration from Manjaro to Solus.
/etc/NetworkManager/NetworkManager.conf
[main]
dns=dnsmasq
/dev/NetworkManager/dnsmasq.d/dev.conf
address=/myservice.dev/127.0.0.1
/etc/dnsmasq.conf
address=/myservice.dev/127.0.0.1
In Manjaro that resulted to what I wanted. reaching myservice.dev on localhost, while still being able to use the rest of the internet.
On Solus this results in only being able to reach myservice.dev while the rest of the internet is unavailable.
Can anybody explain that please? Or provide a way how I can achieve this in Solus?