Skip to content

Instantly share code, notes, and snippets.

@sae13
Created January 18, 2024 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sae13/1ed6417c087b9a5f676ec341473d905a to your computer and use it in GitHub Desktop.
Save sae13/1ed6417c087b9a5f676ec341473d905a to your computer and use it in GitHub Desktop.
"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": "saeb.m@gmail.com"
}
}
}
],
"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