diff --git a/chaperone.d/shapeshifter-dispatcher.conf b/chaperone.d/shapeshifter-dispatcher.conf
index 2d2bb85c2eb6229bb2314b354db108637b9cffca..3505d891e8df8cfdcdc7b28dedf7bc719841f525 100644
--- a/chaperone.d/shapeshifter-dispatcher.conf
+++ b/chaperone.d/shapeshifter-dispatcher.conf
@@ -1,4 +1,4 @@
 shapeshifter-dispatcher.service: {
-     command: "/bin/sh -c 'exec /usr/local/bin/shapeshifter-dispatcher -transparent -server -state /srv/leap/shapeshifter-state -orport ${RHOST:-127.0.0.1}:${RPORT:-1194} -transports obfs4 -bindaddr obfs4-${LHOST}:${OBFSPORT:-23042} -logLevel ${LOGLEVEL:-WARN} -enableLogging -extorport ${RHOST:-127.0.0.1}:${EXTORPORT:-3334}'",
+     command: "/bin/sh -c 'exec /usr/local/bin/shapeshifter-dispatcher -transparent -server -state /srv/leap/shapeshifter-state -orport ${RHOST}:${RPORT} -transports obfs4 -bindaddr obfs4-${LHOST}:${OBFSPORT} -logLevel ${LOGLEVEL} -enableLogging -extorport ${RHOST}:${EXTORPORT}'",
      exit_kills: true
 }