Winsh (Window 自建服务)

服务
CoreDNS 私有DNS服务器
CoreDNS官网https://coredns.io/官方仓库地址https://github.com/coredns/corednsCoreDNS 配置文件Corefile.:53 {hosts {140.82.112.3 github.com185.199.108.153 *.github.i
nexus3 私有仓库 容器化部署
Docker 搭建 nexus3version: '3.1'services: drone: image: sonatype/nexus3 volumes: - /nexus:/nexus-data - /etc/timezone:/etc/timezone:ro
Docker Registry 私有 docker仓库
Docker Registry 私有 docker仓库version: "2"services: docker-registry: image: registry:latest restart: always ports: - 5000:5000

aria2c

aria2caria2c 系统服务配置[Unit]Description=aria2After=aria2.service[Service]#PIDFile=/run/aria2.pidExecStart=/usr/local/bin/aria2c -c --conf-path=/etc/aria2

服务
1 2 3

本站由 时空 使用 Stellar 搭建。