Skip to content

Commit

Permalink
feat: travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jinliming2 committed Aug 16, 2020
1 parent 37126d4 commit 56f72ad
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: go
go:
- 1.x
- master
deploy:
edge: true
provider: releases
overwrite: true
skip_cleanup: true
file:
- build/secure-dns
on:
tags: true
token:
secure: h6AFghcLLFJzasedVtgohNR1yG5A6WX4rw93+8PmxVh3cMdDACbAVXd5hR+CzaNKk/rXJhjvdMdSvm+g+siXi+xTv+wzZw9BIs8/upRC0oLaMSGBGI5J62KrfRyQsRCOUgiyNkp1yAuYoODFqONVTPm1Y1S6jFIOMw94NIl2QXnmIJ9af4USaa5DttZFlJcBvtQKHmgNL8o3Z1HK96uKBhlf6YJWU7yOgT83DRHx5+UqBdp6LMgWCMQzqkkCnjolu1Sq7EljP+Eu+wrCNKWO8hH1mWJKspn7NFgS3jvMAeHRGu5yVA0kiCg9/xLG/rNZGM3GBBMp62dHfe0vYlm9SEBUyBAUGtmR/NS6IQrsWbx82IsPbIYLGoQtX8ZBk5HGgEtQ8GTXWhxwVTS1v/GszUnnJQrYhJVeWMGIsAqcIKb1pjTG83QRWpjP4orfjsEAy0XKODZkjHz2f8EkJq7SYrDsZTtVy31Tfy8tF0O9t8Y9tv2ORSR0nmPFul4tsSsyx33iVQzUGwQMqJ5lRWoeJNwUK/XTQwBeX6xVR1s9CudHYmrPhi2eojg7mtUgSn4iQHvdl6Wri/COUu9oR/0qaOWZ28qa1r8Sg5cij4F9haAVyO0hZ+Tlb92pc1PXy27HWyfzdiHx0hSp4g/jdAI0aWVdx4TZilLc0T8/Eo6VnVg=
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Secure DNS

[![Go Report Card](https://goreportcard.com/badge/github.com/jinliming2/secure-dns)](https://goreportcard.com/report/github.com/jinliming2/secure-dns)

A DNS client which implemented DoT and DoH, with load balancing, DNS cache, custom ECS and HOSTs.

## Table of Content

* [Table of Content](#table-of-content)
Expand Down
2 changes: 1 addition & 1 deletion config/selector.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ const (
SelectorSWRR = Selectors("swrr")
// SelectorWRandom use Weighted-random selector
SelectorWRandom = Selectors("wrandom")
)
)

0 comments on commit 56f72ad

Please sign in to comment.