Merge pull request #780 from justincormack/iptables-proxy

Explicitly use slirp-proxy in iptables
This commit is contained in:
Justin Cormack 2016-11-23 06:42:46 -08:00 committed by GitHub
commit 302941638d

View File

@ -6,7 +6,7 @@
*) *)
let _iptables = "/sbin/iptables" let _iptables = "/sbin/iptables"
let _proxy = "/usr/bin/docker-proxy" let _proxy = "/usr/bin/slirp-proxy"
let _pid_dir = "/var/run/service-port-opener" let _pid_dir = "/var/run/service-port-opener"
type port = { type port = {