Re: [systemd-devel] resolved: use special nameservers for some domains

2016-05-12 Thread Felix Schwarz

Am 11.05.2016 um 21:04 schrieb Lennart Poettering:
> However, this all implies that there's an interface for each of these
> DNS server "routes"... if you only have a single interface, and want
> to route on that single interface to different DNS servers then, nope,
> we don't support that currently. But I think it would be OK to add
> this.

Is there a good way to record that feature wish which increases the chance
that someone will work on that? If not I just hope this thread will be
remembered just in case a resolved developer has a sudden attack of boredom :-)

Thank you very much for your workaround suggestion,
Felix

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] resolved: use special nameservers for some domains

2016-05-11 Thread Felix Schwarz

I'd like to know if resolved can redirect DNS queries for certain domains to
different name servers?

rationale: I want to query a few DNS black lists but my provider's name
servers have been blocked because they send too many queries to the BL.
However my intended usage qualifies for the "free" tier.

Assuming this is not possible at the moment should I file a github issue? Or
is such a feature considered "feature creep"  so it won't be added to resolved
"ever"?

fs

PS: I know that I can use dnsmasq and other software. However resolved is
quite well suited for my limited use cases so if possible I'd like to keep
resolved without installing extra stuff.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] socket based activation for Python?

2010-11-07 Thread Felix Schwarz

Hi,

I develop Python software and some of this software comes with a Python 
daemon which is started during boot. Í can write a service file easily, 
just starting the daemon as I do now with a traditional init script.


If I understand the concept correctly, my daemon should use socket-based 
activation for the most efficient usage of systemd. However I did not 
find any reference how to do that in Python…
To me it looks like sd-daemon and friends are only available for 
applications written in C.


- Is that true?
- Is there any project to provide systemd glue code to Python?

fs
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel