allow alternative ports for central controllers

This commit is contained in:
Grant Limberg 2018-12-03 15:06:26 -08:00
parent 82409eb345
commit 62ccb48a0b

View File

@ -28,11 +28,13 @@ ln -s $ZT_IDENTITY_PATH/identity.public identity.public
ln -s $ZT_IDENTITY_PATH/identity.secret identity.secret
popd
DEFAULT_PORT=9993
echo "{
\"settings\": {
\"portMappingEnabled\": true,
\"softwareUpdate\": \"disable\",
\"interfadePrefixBlacklist\": [
\"interfacePrefixBlacklist\": [
\"inot\",
\"nat64\"
],
@ -44,4 +46,4 @@ echo "{
export GLIBCXX_FORCE_NEW=1
export GLIBCPP_FORCE_NEW=1
export LD_PRELOAD="/usr/lib64/libjemalloc.so"
exec /usr/local/bin/zerotier-one /var/lib/zerotier-one
exec /usr/local/bin/zerotier-one -p${ZT_CONTROLLER_PORT:-$DEFAULT_PORT} /var/lib/zerotier-one