update
Some checks failed
Build and Push Docker Image / build (push) Failing after 15s

This commit is contained in:
reonokiy 2025-05-17 20:26:36 +08:00
parent 1b66abf08d
commit 85c088931b
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0

View file

@ -72,22 +72,37 @@
}
}
],
"endpoints": [
{
"tag": "out:warp",
"type": "wireguard",
"system": "false",
"address": [
"${WARP_IPV4}",
"${WARP_IPV6}"
],
"mtu": 1280,
"private_key": "${WARP_PRIVATE_KEY}",
"peers": [
{
"address": "engage.cloudflareclient.com",
"port": 2408,
"public_key": "${WARP_PUBLIC_KEY}",
"allowed_ips": [
"0.0.0.0/0", "::/0"
],
"persistent_keepalive_interval": 10
}
],
"domain_resolver": {
"server": "dns:cloudflare"
}
}
],
"outbounds": [
{
"tag": "out:direct",
"type": "direct"
},
{
"tag": "out:warp",
"type": "socks",
"server": "warp",
"server_port": 9091,
"version": "5",
"domain_resolver": {
"server": "dns:local",
"strategy": "ipv4_only",
"disable_cache": true
}
}
],
"route": {