From b8c7a736e1493671f0710edfa66183960983897c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 19 Jun 2020 13:33:27 +0100 Subject: [PATCH] Use different ports to avoid conflicts --- deploy/i2p | 4 ++-- deploy/onion | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/i2p b/deploy/i2p index 4f2efa42..ba5db3ff 100755 --- a/deploy/i2p +++ b/deploy/i2p @@ -46,8 +46,8 @@ clear echo 'Installing Epicyon on an i2p domain' username='epicyon' -NGINX_PORT=9552 -EPICYON_PORT=7156 +NGINX_PORT=9554 +EPICYON_PORT=7158 tunnels_dir=/var/lib/i2pd/tunnels.d echo 'Adding Epicyon dependencies' diff --git a/deploy/onion b/deploy/onion index 0e476f8a..54041610 100755 --- a/deploy/onion +++ b/deploy/onion @@ -28,8 +28,8 @@ clear echo 'Installing Epicyon on an onion domain' username='epicyon' -NGINX_PORT=9552 -EPICYON_PORT=7156 +NGINX_PORT=9553 +EPICYON_PORT=7157 echo 'Adding Epicyon dependencies' if [ -f /usr/bin/pacman ]; then