mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-07-28 11:28:35 +00:00
fix: add missing field in test
This commit is contained in:
@@ -101,6 +101,7 @@ func TestServerConfig(t *testing.T) {
|
|||||||
"lmao(ok)",
|
"lmao(ok)",
|
||||||
"kek(cringe,boba,tea)",
|
"kek(cringe,boba,tea)",
|
||||||
},
|
},
|
||||||
|
GeoIP: "fake.mmdb",
|
||||||
},
|
},
|
||||||
Outbounds: []serverConfigOutboundEntry{
|
Outbounds: []serverConfigOutboundEntry{
|
||||||
{
|
{
|
||||||
|
@@ -75,6 +75,7 @@ acl:
|
|||||||
inline:
|
inline:
|
||||||
- lmao(ok)
|
- lmao(ok)
|
||||||
- kek(cringe,boba,tea)
|
- kek(cringe,boba,tea)
|
||||||
|
geoip: fake.mmdb
|
||||||
|
|
||||||
outbounds:
|
outbounds:
|
||||||
- name: goodstuff
|
- name: goodstuff
|
||||||
|
Reference in New Issue
Block a user