Created
January 18, 2024 18:43
-
-
Save sae13/1ed6417c087b9a5f676ec341473d905a to your computer and use it in GitHub Desktop.
This file contains 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
"log": { | |
"level": "trace" | |
}, | |
"inbounds": [ | |
{ | |
"type": "hysteria2", | |
"tag": "hy2-in", | |
"listen": "::", | |
"listen_port": 443, | |
"sniff": true, | |
"sniff_override_destination": true, | |
"tcp_fast_open":true, | |
"obfs": { | |
"type": "salamander", | |
"password": "pa33word" | |
}, | |
"users": [ | |
{ | |
"name": "tobyxdd", | |
"password": "pa33word" | |
} | |
], | |
"tls": { | |
"enabled": true, | |
"server_name": "example.com", | |
"alpn": "h3", | |
"min_version": "1.3", | |
"acme": { | |
"domain": "example.com", | |
"email": "[email protected]" | |
} | |
} | |
} | |
], | |
"outbounds": [ | |
{ | |
"type": "wireguard", | |
"tag": "proxy", | |
"local_address": [ | |
"172.16.0.2/32", | |
"2606:4700:110:8438:ec77:88a4:408f:7533/128" | |
], | |
"private_key": "aBvfffd79S7OGgG1ifCtilUvPC5o/c58hOvsoUf56pCRpng=", | |
"server": "engage.cloudflareclient.com", | |
"server_port": 2408, | |
"peer_public_key": "bmXOC+F1FxEMF9dfdayiK2H5/1SUtzH0JuVo51h2wPfgyo=", | |
"mtu": 1280 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment