Viktor Jaep
Part of the Furniture
It's already configurable, under the settings.If I understand correctly to change the ssl connection host I would have to edit vpnmon script.
##-------------------------------------##
## Added by Martinski W. [2024-Oct-05] ##
##-------------------------------------##
readonly PING_HOST_Deflt="8.8.8.8"
From checkwan function()
# Using Google's DNS server as default to test for WAN connectivity over verified SSL Handshake
wandownbreakertrip=0
testssl="$PING_HOST_Deflt"
Maybe a good candidate to make configurable.
