Re: [systemd-devel] [RFC 2/6] proxy-discoveryd: Add the basics for parsing the default configuration

2015-04-13 Thread Lennart Poettering
On Sun, 12.04.15 13:03, Marcel Holtmann (mar...@holtmann.org) wrote: > Hi Lennart, > > The config file will be in /etc/systemd/proxy/.conf > > It currently only load "Proxy" parts, with the key PAC. Rest is ignored. > The PAC keyword is a path to a .pac file (a specific js sc

Re: [systemd-devel] [RFC 2/6] proxy-discoveryd: Add the basics for parsing the default configuration

2015-04-13 Thread Tomasz Bursztyka
Hi Marcel and Lennart, The config file will be in /etc/systemd/proxy/.conf It currently only load "Proxy" parts, with the key PAC. Rest is ignored. The PAC keyword is a path to a .pac file (a specific js script for proxy configuration). Only one PAC based proxy configuration will be loaded at

Re: [systemd-devel] [RFC 2/6] proxy-discoveryd: Add the basics for parsing the default configuration

2015-04-12 Thread Marcel Holtmann
Hi Lennart, The config file will be in /etc/systemd/proxy/.conf It currently only load "Proxy" parts, with the key PAC. Rest is ignored. The PAC keyword is a path to a .pac file (a specific js script for proxy configuration). Only one PAC based proxy configurat

Re: [systemd-devel] [RFC 2/6] proxy-discoveryd: Add the basics for parsing the default configuration

2015-04-12 Thread Lennart Poettering
On Fri, 10.04.15 15:22, Marcel Holtmann (mar...@holtmann.org) wrote: > Hi Lennart, > > >> The config file will be in /etc/systemd/proxy/.conf > >> > >> It currently only load "Proxy" parts, with the key PAC. Rest is ignored. > >> The PAC keyword is a path to a .pac file (a specific js script for

Re: [systemd-devel] [RFC 2/6] proxy-discoveryd: Add the basics for parsing the default configuration

2015-04-10 Thread Marcel Holtmann
Hi Lennart, >> The config file will be in /etc/systemd/proxy/.conf >> >> It currently only load "Proxy" parts, with the key PAC. Rest is ignored. >> The PAC keyword is a path to a .pac file (a specific js script for proxy >> configuration). >> >> Only one PAC based proxy configuration will be lo