We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed4165 commit 6503fe3Copy full SHA for 6503fe3
dkim/gen_dkim.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
3
KEYDIR=/etc/mail
4
-OPENSSLDIR=/usr/local/openssl-1.0.2u/bin
5
-CURLDIR=/usr/local/curl-7.82.0/bin
+OPENSSLDIR=/usr/local/openssl-1.1.1u/bin
+CURLDIR=/usr/local/curl-7.74.0/bin
6
7
if [ -f $KEYDIR/$HOSTNAME.key -a -f $KEYDIR/$HOSTNAME.pub ]; then
8
MYIP=`$CURLDIR/curl https://polmira.ru/ip.php`
0 commit comments