mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-08-30 21:21:46 +00:00
feat: ACL
This commit is contained in:
@@ -95,6 +95,13 @@ func TestServerConfig(t *testing.T) {
|
||||
Insecure: true,
|
||||
},
|
||||
},
|
||||
ACL: serverConfigACL{
|
||||
File: "chnroute.txt",
|
||||
Inline: []string{
|
||||
"lmao(ok)",
|
||||
"kek(cringe,boba,tea)",
|
||||
},
|
||||
},
|
||||
Outbounds: []serverConfigOutboundEntry{
|
||||
{
|
||||
Name: "goodstuff",
|
||||
|
Reference in New Issue
Block a user