1 |
diff -ruN smeserver-ddclient-1.3.0.old/root/etc/e-smith/templates/etc/ddclient/ddclient.conf/20Declaration smeserver-ddclient-1.3.0/root/etc/e-smith/templates/etc/ddclient/ddclient.conf/20Declaration |
2 |
--- smeserver-ddclient-1.3.0.old/root/etc/e-smith/templates/etc/ddclient/ddclient.conf/20Declaration 2024-04-11 12:49:35.153821466 +0100 |
3 |
+++ smeserver-ddclient-1.3.0/root/etc/e-smith/templates/etc/ddclient/ddclient.conf/20Declaration 2024-04-11 12:51:29.766838447 +0100 |
4 |
@@ -112,8 +112,7 @@ |
5 |
|
6 |
$OUT .="login=".$login.", \\\n"; |
7 |
$OUT .="password=".$password." \\\n"; |
8 |
- |
9 |
- $OUT .= ( $dns ne 'NAMECHEAP' ) ? "\@\n": $edom->key()."\n"; |
10 |
+ $OUT .= ( $dns ne 'NAMECHEAP' )? $edom->key."\n" : "@.".$edom->key()."\n"; |
11 |
$OUT .="##\n"; |
12 |
$OUT .="##\n"; |
13 |
$OUT .="\n"; |