Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-match
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-match
Commits
aa1aef22
Commit
aa1aef22
authored
Mar 30, 2021
by
nanahira
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable dns
parent
5332a0e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
main.js
main.js
+3
-3
No files found.
main.js
View file @
aa1aef22
...
...
@@ -480,13 +480,14 @@ let textResponse = function (res, text) {
function
lookup
(
result
)
{
return
new
Promise
((
resolve
,
reject
)
=>
{
dns
.
lookup
(
result
.
address
,
{
family
:
4
},(
err
,
address
,
family
)
=>
{
resolve
(
result
);
/*dns.lookup(result.address, {family :4},(err, address, family) => {
if (err) {
resolve(result);
} else {
resolve({...result, address });
}
})
})
*/
})
}
...
...
@@ -512,4 +513,3 @@ server.listen(1025);
setInterval
(
update
,
config
.
match
.
timeInterval
);
setInterval
(
calculatePredictedTime
,
600000
);
nanahira
@nanahira
mentioned in commit
1684b174
·
Jun 26, 2025
mentioned in commit
1684b174
mentioned in commit 1684b174ec11661e892a9f880843fdfb2753357f
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment