Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script does nothing #65

Closed
Jannik44 opened this issue May 1, 2023 · 1 comment
Closed

Script does nothing #65

Jannik44 opened this issue May 1, 2023 · 1 comment

Comments

@Jannik44
Copy link

Jannik44 commented May 1, 2023

i just downloaded the script and it looks like it just does nothing at all, why is this? i also have no logs because it just says nothing, i followed that tutorial: https://www.youtube.com/watch?v=rI-XxnyWFnM
the problem must be that script because my internet works fine and it was working before, i just decided to add that script just in case the ip changes (it does change usually every 6 months at my place)
maybe i made an mistake, i listed my steps below, i hope i did everything right:
(keys are altered)

#!/bin/bash
# change to "bin/sh" when necessary
auth_email="mymail@proton.me" # The email used to login 'https://dash.cloudflare.com'
auth_method="global" # Set to "global" for Global API Key or "token" for Scoped API Token
auth_key="c1fr4b1fa67d25773430fd8ffaab4ag0dd5ad" # Your API Token or Global API Key

grafik

zone_identifier="c41602b25d8b8257298b1616aad6d8b0" # Can be found in the "Overview" tab of your domain
grafik

record_name="" # Which record you want to be synced
ttl="3600" # Set the DNS TTL (seconds)
proxy="true" # Set the proxy to true or false
sitename="pl.mchost.fun" # Title of site "Example Site"
slackchannel="" # Slack Channel #example
slackuri="" # URI for Slack WebHook "https://hooks.slack.com/services/xxxxx"
discorduri="" # URI for Discord WebHook "https://discordapp.com/api/webhooks/xxxxx"
###########################################
## Check if we have a public IP
###########################################

hope someone can help 👍

@Jannik44
Copy link
Author

Jannik44 commented May 1, 2023

whoops, looks like i forgot ro set record_name=""

wait, what is sitename doing then?

@Jannik44 Jannik44 closed this as completed May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant