Skip to content

Commit 1d5234b

Browse files
committed
FastNodes auto-update 2026-08-25 16:20 UTC β€” 195186 proxies
0 parents  commit 1d5234b

587 files changed

Lines changed: 1174431 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.gitattributesβ€Ž

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Set default behavior to automatically normalize line endings.
2+
* text=auto eol=lf
3+
4+
# Explicitly treat C# files as text for better diff/merge
5+
*.cs text diff=csharp
6+
7+
# Treat project/solution files as text (default merge driver)
8+
*.csproj text
9+
*.sln text
10+
*.vbproj text
11+
*.vcxproj text
12+
*.vcproj text
13+
14+
# Treat binary files as binary (no diff, no auto-merge)
15+
*.jpg binary
16+
*.png binary
17+
*.gif binary
18+
*.ico binary
19+
*.exe binary
20+
*.dll binary
21+
*.pdb binary
22+
*.zip binary
23+
*.7z binary
24+
*.rar binary
25+
26+
# Explicitly disable line ending conversion for binary formats
27+
*.png -text
28+
*.jpg -text
29+
*.gif -text
30+
*.ico -text
31+
32+
# For generated files (like Resources.Designer.cs) - treat as text but ignore in diffs if needed
33+
*.Designer.cs text
34+
35+
# Optional: Prevent accidental commits of large binaries
36+
*.nupkg binary
37+
*.snk binary

β€Ž.github/workflows/collect.ymlβ€Ž

Lines changed: 805 additions & 0 deletions
Large diffs are not rendered by default.

β€Ž.gitignoreβ€Ž

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# .NET Build / Output
2+
bin/
3+
obj/
4+
[Dd]ebug/
5+
[Rr]elease/
6+
x64/
7+
x86/
8+
[Aa][Rr][Mm]/
9+
[Aa][Rr][Mm]64/
10+
bld/
11+
[Ll]og/
12+
[Ll]ogs/
13+
.vs/
14+
.vscode/
15+
.idea/
16+
17+
# User-specific files
18+
*.user
19+
*.suo
20+
*.userprefs
21+
*.sln.docstates
22+
*.rsuser
23+
24+
# Packages
25+
**/packages/*
26+
*.nupkg
27+
*.snupkg
28+
29+
# Launch settings
30+
Properties/launchSettings.json
31+
32+
# Binary / Generated
33+
*.dll
34+
*.pdb
35+
*.exe
36+
*.cache
37+
*.meta
38+
*.tmp
39+
*.log
40+
*.mmdb
41+
42+
# Others
43+
~$*
44+
*~
45+
*.dbmdl
46+
*.jfm
47+
*.pfx
48+
*.publishsettings
49+
*.snk
50+
node_modules/

β€ŽLICENSEβ€Ž

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
FastNodes MIT License
2+
3+
Copyright (c) 2026 rtwo2
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
1. The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
2. Attribution for Aggregated Content: If you redistribute, republish, or
16+
sublicense the unmodified output files (e.g., the contents of the `sub/`
17+
directory), you must provide a clear, visible link back to the original
18+
repository: https://github.com/rtwo2/FastNodes.
19+
20+
3. No Standalone Sale of Raw Data: You may not sell, rent, or lease the raw,
21+
unmodified output files (the `.txt` files in the `sub/` directory)
22+
standalone. Integrating the Software or its outputs into a larger
23+
application or service that provides substantial additional functionality
24+
is permitted.
25+
26+
4. Lawful Use: The Software aggregates publicly available proxy configurations.
27+
You are solely responsible for ensuring that your use of the Software, and
28+
any proxies obtained through it, complies with all applicable local, state,
29+
national, and international laws.
30+
31+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37+
SOFTWARE.
38+
39+
THIRD-PARTY CONTENT DISCLAIMER:
40+
THE AUTHORS DO NOT OWN, OPERATE, OR CONTROL ANY PROXY SERVER. ALL CONFIGS
41+
ARE SOURCED FROM PUBLIC THIRD-PARTY REPOSITORIES. NO WARRANTY IS PROVIDED
42+
REGARDING THE SECURITY, SPEED, PRIVACY, OR AVAILABILITY OF ANY PROXY.

β€ŽProxyCollector.slnβ€Ž

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.7.34024.191
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProxyCollector", "ProxyCollector\ProxyCollector.csproj", "{9D7053B0-0D5F-4B21-9379-7BA41048B5F5}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{9D7053B0-0D5F-4B21-9379-7BA41048B5F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{9D7053B0-0D5F-4B21-9379-7BA41048B5F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{9D7053B0-0D5F-4B21-9379-7BA41048B5F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{9D7053B0-0D5F-4B21-9379-7BA41048B5F5}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {7F5663B0-9B2A-4C17-A0BB-3D1247100041}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
Β (0)