Mythologyli / zju-connect

ZJU RVPN 客户端的 Go 语言实现
GNU Affero General Public License v3.0
328 stars 23 forks source link

feat: add dns cache when enable zju-dns to speed up #1

Closed cxz66666 closed 1 year ago

cxz66666 commented 1 year ago
  1. add a dns-ttl flag to control dns record time to live, unit is second
  2. use go-cache library to create a dns cache pool, enable get and set
Mythologyli commented 1 year ago

Thanks for your contribution.