You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,19 +34,22 @@ Download the [latest version](https://github.com/stecklars/dynamic-dns-netcup-ap
34
34
35
35
I'm always trying to keep the master branch stable.
36
36
37
+
Then, allow `update.php` to be executed by your user:
38
+
`chmod u+x update.php`
39
+
37
40
### Configuration
38
41
Configuration is very simple:
39
42
* Copy `config.dist.php` to `config.php`
40
43
*`cp config.dist.php config.php`
41
44
* Fill out `config.php` with the required values. The options are explained in there.
42
45
43
46
### How to use
44
-
`php update.php`
47
+
`./update.php`
45
48
46
49
You should probably run this script every few minutes, so that your IP is updated as quickly as possible. Add it to your cronjobs and run it regularly, for example every five minutes.
47
50
48
51
### CLI options
49
-
Just add these Options after the command like `php update.php --quiet`
52
+
Just add these Options after the command like `./update.php --quiet`
0 commit comments