This commit is contained in:
zhiqiang feng
2025-12-29 13:38:39 +08:00
commit 1a4aa9a660
579 changed files with 388880 additions and 0 deletions
+75
View File
@@ -0,0 +1,75 @@
ttg:
```json
[
{
"domain": "totheglory.im",
"expirationDate": 1684166438.790473,
"hostOnly": true,
"httpOnly": false,
"name": "laccess",
"path": "/",
"sameSite": "unspecified",
"secure": true,
"session": false,
"storeId": "0",
"value": "1652630439",
"id": 1
},
{
"domain": "totheglory.im",
"expirationDate": 1684166438.790463,
"hostOnly": true,
"httpOnly": true,
"name": "pass",
"path": "/",
"sameSite": "unspecified",
"secure": true,
"session": false,
"storeId": "0",
"value": "3d0fca9b34a18a2bc0e2074b9a3b13e0",
"id": 2
},
{
"domain": "totheglory.im",
"hostOnly": true,
"httpOnly": false,
"name": "PHPSESSID",
"path": "/",
"sameSite": "unspecified",
"secure": false,
"session": true,
"storeId": "0",
"value": "cmeh3o9as9burp1g082pqconk1",
"id": 3
},
{
"domain": "totheglory.im",
"expirationDate": 1684166438.79045,
"hostOnly": true,
"httpOnly": true,
"name": "uid",
"path": "/",
"sameSite": "unspecified",
"secure": true,
"session": false,
"storeId": "0",
"value": "17052",
"id": 4
},
{
"domain": "totheglory.im",
"expirationDate": 2147483647.023646,
"hostOnly": true,
"httpOnly": false,
"name": "user_info_hash",
"path": "/",
"sameSite": "unspecified",
"secure": true,
"session": false,
"storeId": "0",
"value": "e0de221dfdaee86bbbf4d69b451f5941",
"id": 5
}
]
```
+9
View File
@@ -0,0 +1,9 @@
## [namesilo](https://www.namesilo.com/)
| Domain | NameServers | Created | Expiration |
| ------ | ----------- | ------- | ---------- |
|**[chans.xyz](https://www.namesilo.com/account_domain_manage_domain.php?domain=ZmVmZGZlZmZmZQZkZmN=13q31n34o45582non28pn73105o22597)**|ns1.wsvc.info, ns2.wsvc.info|2018-02-06|2025-02-07|
|**[microai.life](https://www.namesilo.com/account_domain_manage_domain.php?domain=ZmRmAQZlZmNmAmZjZmVmAN==q19846r2nq4s712o124257q2q6o18rp9)**|ns1.dnsowl.com, ns2.dnsowl.com|2023-03-22|2024-03-22
|**[windy.me](https://www.namesilo.com/account_domain_manage_domain.php?domain=ZmDmAmZ0ZmNmZQZ19p74nq1121o27rqo5oro36o3900p35n3)**|ns1.wsvc.info, ns2.wsvc.info|2010-10-15|2023-10-15
|**[wsvc.info](https://www.namesilo.com/account_domain_manage_domain.php?domain=ZmtmZmZlZmHmZwZm535r1pqq3r87nn739340o572ss1785o4)**|ns1.wsvc.info, ns2.wsvc.info|2013-03-02|2025-03-02
+43
View File
@@ -0,0 +1,43 @@
# ipv6
## dhcpv6
* lan:
内置ipv6管理
强制链路
1 个 /60 子网:
240e:3c1:5665:1cd0::/60
dhcp:
ignore
ipv6:
server
server
relay
无状态+有状态
总是通告默认路由
* wan
默认网关
内置ipv6管理
* wan6
协议:dhcpv6 客户端
请求: try
指定前缀长度: 自动
内置ipv6管理
软件包:
odhcp6c
odhcpd-ipv6only
luci-proto-ipv6
wireguard
```shell
# wg genkey | tee privatekey | wg pubkey > publickey
# cat privatekey
SD8TBcD75GATvEAebOkb4MVf+VeECUKuo9bzZscBHFg=
# cat publickey
8mszNqg5s4YFA2z3Q/5A9HYXEnQIbNNReW0QxSlELng=
```