Raspberry Pi DNS script
Raspberry Pi DNS script
- 主页
- 后台控制中心
- Community Forum
- Services
- Dynamic DNS Service
- Raspberry Pi DNS script
- Community Forum
- Raspberry Pi DNS script
Topic: Raspberry Pi DNS script
Hi, in the dynu.com script for Raspberry Pi I can not for sure say I know where the password and username is suppose to be put in for the script to work, in the script on your webpage it says
echo url="https://api.dynu.com/nic/update?username=USERNAME&password=PASSWORD" | curl -k -o ~/dynudns/dynu.log -K -
is it the small letter word "password" or big letter word "PASSWORD" that is suppose to be changed to my dynu.com password?
Same goes for the username / USERNAME
Best regards: Tommy Samuelsson
echo url="https://api.dynu.com/nic/update?username=USERNAME&password=PASSWORD" | curl -k -o ~/dynudns/dynu.log -K -
is it the small letter word "password" or big letter word "PASSWORD" that is suppose to be changed to my dynu.com password?
Same goes for the username / USERNAME
Best regards: Tommy Samuelsson
Reply with quote |Report
if you havent figured out yet replace the big username with your username and big password with your hashed password
Reply with quote |Report
| Author | Topic: Raspberry Pi DNS script |
|---|---|
|
tommypop68 Joined: 2022/8/1 |
2022年8月2日星期二 上午9:47
Hi, in the dynu.com script for Raspberry Pi I can not for sure say I know where the password and username is suppose to be put in for the script to work, in the script on your webpage it says
echo url="https://api.dynu.com/nic/update?username=USERNAME&password=PASSWORD" | curl -k -o ~/dynudns/dynu.log -K - is it the small letter word "password" or big letter word "PASSWORD" that is suppose to be changed to my dynu.com password? Same goes for the username / USERNAME Best regards: Tommy Samuelsson |
|
grvr Joined: 2022/10/4 |
2022年10月4日星期二 下午7:50
if you havent figured out yet replace the big username with your username and big password with your hashed password
|
2026年6月13日星期六 下午1:55
