jamiees2 / dnsproxy

An awesome configuration generator for dns/proxy settings!
GNU General Public License v3.0
103 stars 32 forks source link

Make multiple output options work properly. #10

Closed skorokithakis closed 9 years ago

skorokithakis commented 9 years ago

Currently, multiple output options don't work properly (or I couldn't get them to work), i.e. doing:

./dnsproxy.py -o haproxy -o dnsmasq

only outputs one file. This PR fixes that.

jamiees2 commented 9 years ago

Neat, thanks! Looks good to me.