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
ddns
├── config
   └── config.json
└── config.json
├── daemonset.yaml
└── kustomization.yaml
```

View File

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

View File

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