domain test: add header
This commit is contained in:
parent
9ac0ed0750
commit
dbcfc26b8e
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ for url in \
|
|||
https://synapse.corp-apps.com/_matrix/client/versions; \
|
||||
do
|
||||
domain=$(echo $url | sed -e 's,https://,,' -e 's,/.*,,')
|
||||
echo "Testing $url / $domain ..."
|
||||
echo dig $domain
|
||||
dig +short $domain
|
||||
echo curl $url
|
||||
|
|
Loading…
Reference in a new issue