Skip to content

Commit

Permalink
[bot] AutoMerging: merge all upstream's changes:
Browse files Browse the repository at this point in the history
* https://github.com/sirpdboy/sirpdboy-package:
  Update ddns-go.init 修复更改端口无效等问题
  • Loading branch information
github-actions[bot] committed Nov 18, 2023
2 parents 02bcba4 + 7c0121c commit b7768a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ddns-go/ddns-go/file/ddns-go.init
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ start_instance() {
[[ x$enabled = x1 ]] || return 1
[[ -s ${CONF} ]] || init_yaml
config_get_bool logger $cfg logger 1
config_get_bool port $cfg port '9876'
config_get port $cfg port '9876'
append_parm "$cfg" 'time' '-f' '300'
append_parm "$cfg" 'ctimes' 'cacheTimes' '5'
append_parm "$cfg" 'ctimes' '-cacheTimes' '5'
append_parm "$cfg" 'dns' '-dns' '223.5.5.5'
append_parm "$cfg" 'noweb' '-noweb'
append_parm "$cfg" 'skipverify' '-skipVerify'
Expand Down

0 comments on commit b7768a4

Please sign in to comment.