Piotr Dobrogost
Piotr Dobrogost
> If you try to connect via NetworkManager, then the DNS Doman of the tunnel is set. I am not sure how it works, but it makes it the "default"...
@TinCanTech Why do you think so? See https://github.com/jonathanio/update-systemd-resolved/issues/28
@servicecore-developer I'm not sure why you mention `up-restart` in your answer as later you say > command: `sudo systemd-resolve --flush-caches` after **starting** the VPN Once dns cache has been flushed...
`nslookup` goes directly to `/etc/resolv.conf` to find out DNS servers to use and (as can be seen in the output) it uses the first one there (10.104.1.130) which is the...
@xenohunter What's your whole different solution if I may ask?
Just revert the change made in https://github.com/jonathanio/update-systemd-resolved/pull/63 and see https://github.com/jonathanio/update-systemd-resolved/issues/62 for more details.
Not sure what you mean by "pairing up". I'm going to submit pull request with initial version soon™ and then feel free to submit pull requests with whatever changes you...
No, it's not as there is no way to neither modify model in `onbeforesave` (it will be overwritten later with the original `$data` by the library) nor to return a...
In my case some fields should only be editable when adding new entries and not when editing existing ones. That is why upon entering edit mode I hide edit fields...
Ok, in this case I'm going to change approach. Still I guess there should be easy way to access edit fields by name in more advanced scenarios. Closing for now....