-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
[Bug] Error running 'INADYN_PROVIDER="[email protected]"
#471
Comments
Try running with debug flags enabled to see what goes wrong. |
Oh I never used command args with Docker, how does that work ? Thanks |
Hello ? |
This not a docker support group, try google or the manual perhaps. |
I only asked you after trying to find by search without success. |
It's on one of the first rows of Example: $ docker run --rm -v "./inadyn.conf:/etc/inadyn.con" troglobit/inadyn:latest -h
Usage:
inadyn [-1hnsvC] [-c CMD] [-e CMD] [-f FILE] [-i IFNAME] [-I NAME] [-l LVL] [-p USR:GRP] [-P FILE] [-t SEC]
-1, --once Run only once, updates if too old or unknown
--force Force update, even if address has not changed
--cache-dir=PATH Persistent cache dir of IP sent to providers.
Default use ident NAME: /root/.inadyn/
-c, --cmd=/path/to/cmd Script or command to run to check IP
-C, --continue-on-error Ignore errors from DDNS provider
-e, --exec=/path/to/cmd Script to run on DDNS update
--exec-mode=MODE Set script run mode: compat, event:
- compat: successful DDNS update only, default
- event: any update status
--check-config Verify syntax of configuration file and exit
-f, --config=FILE Use FILE name for configuration, default uses
ident NAME: /etc/inadyn.conf
-h, --help Show summary of command line options and exit
-i, --iface=IFNAME Check IP of IFNAME instead of external server
-I, --ident=NAME Identity for config file, PID file, cache dir,
and syslog messages. Defaults to: inadyn
-j, --json JSON output format (-L only)
-l, --loglevel=LEVEL Set log level: none, err, info, notice*, debug
-L, --list-providers List available DDNS providers
-n, --foreground Run in foreground with logging to stdout/stderr
-p, --drop-privs=USER[:GROUP] Drop privileges after start to USER:GROUP
--no-pidfile Do not create PID file, for use with systemd
-P, --pidfile=FILE File to store process ID for signaling inadyn
Default uses ident NAME: /var/run/inadyn.pid
-s, --syslog Log to syslog, default unless --foreground
-S, --show-provider NAME Show information about DDNS provider NAME
-t, --startup-delay=SEC Initial startup delay, default none
-v, --version Show program version and exit
Bug report address: https://github.com/troglobit/inadyn/issues
Project homepage: https://troglobit.com/projects/inadyn/ To run with debug on:
To debug networking issues from inside the container:
|
seem same issue here : only IPv4 update though allow-ipv6 = true in inadyn.conf it seems first guessing is wrong , it's only for ipv4. debug : |
@rpi4iot there has been several fixes to the dynv6 plugin since v2.10.0. It looks like you're running into one of those and not the same as op did. Please try with the latest Inadyn version. |
Hello,
Here's my config, my test of the command and the app's output :
What to do ?
Thanks
The text was updated successfully, but these errors were encountered: