update at 2024-03-07 17:42:37

pull/153/head
roc 2024-03-07 17:42:37 +08:00
parent 0f523f91cf
commit 0f45f6a4c7
3 changed files with 14 additions and 14 deletions

View File

@ -17,7 +17,7 @@
```txt ```txt
ddns ddns
├── config ├── config
   └── config.json └── config.json
├── daemonset.yaml ├── daemonset.yaml
└── kustomization.yaml └── kustomization.yaml
``` ```

View File

@ -7,7 +7,7 @@ DHCP 与 DNS 服务需在主路由上开启,如果用的主路由方案,可
```txt ```txt
dnsmasq dnsmasq
├── config ├── config
   └── dnsmasq.conf └── dnsmasq.conf
├── daemonset.yaml ├── daemonset.yaml
└── kustomization.yaml └── kustomization.yaml
``` ```

View File

@ -39,18 +39,18 @@ docker run --rm -it \
```txt ```txt
ikev2 ikev2
├── config ├── config
   ├── ikev2-vpn-data ├── ikev2-vpn-data
   │   ├── .vpnconfig ├── .vpnconfig
   │   ├── cert9.db ├── cert9.db
   │   ├── ikev2.conf ├── ikev2.conf
   │   ├── ikev2setup.log ├── ikev2setup.log
   │   ├── key4.db ├── key4.db
   │   ├── passwd ├── passwd
   │   ├── pkcs11.txt ├── pkcs11.txt
   │   ├── roc.mobileconfig ├── roc.mobileconfig
   │   ├── roc.p12 ├── roc.p12
   │   └── roc.sswan └── roc.sswan
   └── vpn.env └── vpn.env
├── daemonset.yaml ├── daemonset.yaml
└── kustomization.yaml └── kustomization.yaml
``` ```