Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro2
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
nanahira
srvpro2
Commits
d797d967
Commit
d797d967
authored
Feb 28, 2026
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add NO_CONNECT_COUNT_LIMIT as default
parent
7792de02
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config.example.yaml
config.example.yaml
+1
-1
src/config.ts
src/config.ts
+1
-1
No files found.
config.example.yaml
View file @
d797d967
...
@@ -19,7 +19,7 @@ sslKey: ""
...
@@ -19,7 +19,7 @@ sslKey: ""
trustedProxies
:
trustedProxies
:
-
127.0.0.0/8
-
127.0.0.0/8
-
::1/128
-
::1/128
noConnectCountLimit
:
"
"
noConnectCountLimit
:
0
ygoproVersion
:
"
0x1362"
ygoproVersion
:
"
0x1362"
altVersions
:
altVersions
:
-
2330
-
2330
...
...
src/config.ts
View file @
d797d967
...
@@ -50,7 +50,7 @@ export const defaultConfig = {
...
@@ -50,7 +50,7 @@ export const defaultConfig = {
TRUSTED_PROXIES
:
'
127.0.0.0/8,::1/128
'
,
TRUSTED_PROXIES
:
'
127.0.0.0/8,::1/128
'
,
// Disable per-IP connection count limit.
// Disable per-IP connection count limit.
// Boolean parse rule (default false): ''/'0'/'false'/'null' => false, otherwise true.
// Boolean parse rule (default false): ''/'0'/'false'/'null' => false, otherwise true.
NO_CONNECT_COUNT_LIMIT
:
''
,
NO_CONNECT_COUNT_LIMIT
:
'
1
'
,
// Restrict accepted YGOPro version. Format: version string; empty means no restriction.
// Restrict accepted YGOPro version. Format: version string; empty means no restriction.
YGOPRO_VERSION
:
'
0x1362
'
,
YGOPRO_VERSION
:
'
0x1362
'
,
// Additional accepted versions. Format: comma-separated version strings.
// Additional accepted versions. Format: comma-separated version strings.
...
...
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