Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Add3r/Proxy_Bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
Add3r committed Jan 21, 2025
2 parents 89f6f97 + 3d39799 commit d8bae48
Show file tree
Hide file tree
Showing 21 changed files with 78,793 additions and 8,114 deletions.
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: add3r # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
83 changes: 82 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,82 @@
squid-lab-setup/logs/
#Project specific

squid-lab-setup/
squid-lab-setup/config/squid.conf
squid-lab-setup/config/Notes.txt
squid-lab-setup/logs/
Test Scripts/
*.txt

#Vs Code specific
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/
*.app
.snapshots/*

*.bak
*.gho
*.ori
*.orig
*.tmp

# MacOSX-General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
Footer
Footer navigation
Terms

# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk
Loading

0 comments on commit d8bae48

Please sign in to comment.