Skip to content

Commit

Permalink
Use long form of CLI option for example curl command
Browse files Browse the repository at this point in the history
This makes it easy to know what the option does without having to know the short form.
  • Loading branch information
Luflosi committed Mar 26, 2024
1 parent ee0c57f commit 597534f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This will cause `dyndnsd` to ignore the update for IPv6.
## Notes
`curl` command illustrating the URL syntax:
```sh
curl -v 'https://[::1]:9841/update?user=bob&pass=123456&ipv4=1.2.3.4&ipv6=1::2'
curl --verbose 'https://[::1]:9841/update?user=bob&pass=123456&ipv4=1.2.3.4&ipv6=1::2'
```

You should use a reverse proxy server like Nginx for TLS so that passwords are encrypted while they are transmitted over the internet.
Expand Down

0 comments on commit 597534f

Please sign in to comment.