Configuration repository for Surge node proxy settings.
This repository contains configuration files for Surge, including node proxy configurations and network settings.
Surge supports various types of proxy nodes that can be configured for routing traffic:
- HTTP/HTTPS: Standard HTTP and HTTPS proxies
- SOCKS5: SOCKS5 proxy protocol
- Shadowsocks: Shadowsocks encryption protocol
- Vmess: Vmess protocol support
- Trojan: Trojan protocol support
[Proxy]
Direct = direct
ProxyHTTP = http, 192.168.1.1, 8080
ProxySocks5 = socks5, 192.168.1.1, 1080
git clone https://github.com/Vien97/conf.git
cd conf- Import the configuration files into your Surge application
- Configure proxy nodes according to your network setup
- Set routing rules to use the appropriate proxy nodes
surge.conf- Main Surge configuration fileproxy.conf- Proxy node definitionsrules.conf- Routing rules
Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.