Add Claude API router and AdWireGuard projects
- Implement Claude API smart router with automatic failover - Support 4 providers: Claude Pro, DeepSeek, Kimi, Claude API - Update models: DeepSeek to deepseek-reasoner, Kimi to kimi-k2 - Add AdWireGuard: WireGuard VPN + AdGuard DNS filtering - Consolidate tokens into single tokens.txt file - Add mDNS reflector to Home Assistant setup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
11
adwireguard/wireguard_config/peer3/peer3.conf
Normal file
11
adwireguard/wireguard_config/peer3/peer3.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
[Interface]
|
||||
Address = 10.99.99.4
|
||||
PrivateKey = KElddZxSWLQXsr8vgWU7CxqFnHuf3s5lS0bj9hqoT3o=
|
||||
ListenPort = 51820
|
||||
DNS = 10.99.99.1
|
||||
|
||||
[Peer]
|
||||
PublicKey = WBqIC7XpVtjreZt5GF/BLo7DpXqZrbu9gv74pons2gA=
|
||||
PresharedKey = NJotC0A6bO2o8mkpSWvZ1OSdi90jKkVFMSYMakzM+F0=
|
||||
Endpoint = will123song.xyz:51820
|
||||
AllowedIPs = 0.0.0.0/0
|
||||
Reference in New Issue
Block a user