mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
feat: add Exfil support (#661)
* feat: add exfil support * feat: add default port for query
This commit is contained in:
parent
e69af70d10
commit
259a85f202
3 changed files with 11 additions and 0 deletions
|
|
@ -1155,6 +1155,15 @@ export const games = {
|
|||
protocol: 'valve'
|
||||
}
|
||||
},
|
||||
exfil: {
|
||||
name: 'Exfil',
|
||||
release_year: 2024,
|
||||
options: {
|
||||
port: 7777,
|
||||
port_query: 27015,
|
||||
protocol: 'valve'
|
||||
}
|
||||
},
|
||||
fear: {
|
||||
name: 'F.E.A.R.',
|
||||
release_year: 2005,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue