mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-04 13:07:39 +03:00
fix: add missing field in test
This commit is contained in:
parent
a7d74a9ec1
commit
f5183ca564
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue