Skip to content

Commit

Permalink
site.conf: add check_connection remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyionPrime committed Jun 7, 2021
1 parent 40afa1d commit 8ba781a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@
},
},
},
check_connection = {
targets = {
'2001:4860:4860::8888',
'2001:4860:4860::8844',
},
},
config_mode = {
geo_location = {
show_altitude = false,
Expand Down
1 change: 1 addition & 0 deletions site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ GLUON_FEATURES := \
## When removing ffho-web-autoupdater, remember to readd gluon-web-autoupdater again

GLUON_SITE_PACKAGES := \
gluon-check-connection \
gluon-web-autoupdater \
haveged \
iwinfo \
Expand Down

0 comments on commit 8ba781a

Please sign in to comment.