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