Last active
February 16, 2025 04:17
-
-
Save bitcoinvps/36167c13e0b96550f1ce5f1c2dadf946 to your computer and use it in GitHub Desktop.
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
| { | |
| "type": "hysteria", | |
| "tag": "hysteria-out", | |
| "server": "SERVER-IP-ADDRESS", | |
| "server_port": 8443, | |
| "up_mbps": 500, | |
| "down_mbps": 500, | |
| "auth": "8JCsPssfgS8tiRwiMlhARg==", | |
| "auth_str": "upiTU?rUW3+4e6Radro", | |
| "disable_mtu_discovery": false, | |
| "tls": { | |
| "enabled": true, | |
| "disable_sni": false, | |
| "server_name": "subdomain.example.com", | |
| "insecure": false, | |
| "alpn": [ | |
| "h3" | |
| ] | |
| }, | |
| "connect_timeout": "5s", | |
| "tcp_fast_open": false, | |
| "udp_fragment": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment