inadyn settings

This commit is contained in:
Bob Mottram 2015-11-29 17:15:02 +00:00
parent 2e0919c0d6
commit b62bda0ced
1 changed files with 3 additions and 3 deletions

View File

@ -91,8 +91,8 @@ DDNS_USERNAME=
DDNS_PASSWORD=
CURRENT_DDNS_DOMAIN=
INADYN_REPO="https://github.com/troglobit/inadyn"
INADYN_COMMIT='880a0e34cb6874ec62bf2ce9755a30577c00aee7'
INADYN_REPO="https://github.com/bashrc/inadyn"
INADYN_COMMIT='fadbe17f520d337dfb8d69ee4bf1fcaa23fce0d6'
# Minimum number of characters in a password
MINIMUM_PASSWORD_LENGTH=10
@ -11368,7 +11368,7 @@ function install_dynamicdns {
git checkout $INADYN_COMMIT
git branch -b $INADYN_COMMIT
sed -i "s/inadyn commit.*/inadyn commit:$INADYN_COMMIT/g" $COMPLETION_FILE
./configure
./configure
USE_OPENSSL=1 make
make install
systemctl restart inadyn