This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mode: rule | |
| # Proxy Mode: MIXED (TCP via TPROXY port 7894, UDP via TUN) | |
| tproxy-port: 7894 | |
| tun: | |
| enable: true | |
| device: clash-tun | |
| stack: system | |
| auto-route: false | |
| auto-redirect: false | |
| auto-detect-interface: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| warp-common: &warp-common | |
| type: wireguard | |
| ip: 172.16.0.2 | |
| ipv6: 2606:4700:110:8e80:88b7:6faa:1bd1:91e6 | |
| private-key: # вставьте ваш ключ | |
| public-key: bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo= | |
| allowed-ips: ['0.0.0.0/0'] | |
| reserved: [54, 27, 199] | |
| udp: true | |
| mtu: 1280 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| warp-common: &warp-common | |
| type: wireguard | |
| ip: 172.16.0.2 | |
| ipv6: 2606:4700:110:8e80:88b7:6faa:1bd1:91e6 | |
| private-key: # вставьте ваш ключ | |
| public-key: bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo= | |
| allowed-ips: ['0.0.0.0/0'] | |
| reserved: [54, 27, 199] | |
| udp: true | |
| mtu: 1280 |