Perform Secure-by-default or Woefully Insecure ‘DNS’ Queries
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 

13 行
214 B

language: R
sudo: false
cache: packages
before_install:
- sudo apt-get install -y libgetdns-devel libidn2-devel libunbound-devel
addons:
apt:
update: true
after_success:
- Rscript -e 'covr::codecov()'