Use different ports to avoid conflicts

main
Bob Mottram 2020-06-19 13:33:27 +01:00
parent 53cc9ec13f
commit b8c7a736e1
2 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -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