Skip to content

Commit

Permalink
🤖 Proxies updated at 2025-02-05 11:01:44Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2025
0 parents commit 4527632
Show file tree
Hide file tree
Showing 7 changed files with 46,811 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/Github.Action.Proxies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Run dublok/github.action.proxies

on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
inputs:
reason:
description: 'The reason for running the workflow'
required: true
default: 'Manual run'

jobs:
run:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Pull and Run Docker Container
run: |
docker pull dublok/github.action.proxies:latest
docker run --rm \
-e PRIVATE_KEY="${{ secrets.PRIVATE_KEY }}" \
-e GITHUB_REPO_URL="${{ secrets.GH_REPO_URL }}" \
-e GITHUB_BRANCH="${{ secrets.GH_BRANCH }}" \
-e GITHUB_TOKEN="${{ secrets.GH_TOKEN }}" \
dublok/github.action.proxies:latest
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Ercin Dedeoglu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
78 changes: 78 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<div align="center">

# 🌐 PROXY LIST

A curated collection of fresh public proxies, automatically updated every hour

[![Update Proxies](https://github.com/ErcinDedeoglu/proxies/actions/workflows/Github.Action.Proxies.yml/badge.svg)](https://github.com/ErcinDedeoglu/proxies/actions/workflows/Github.Action.Proxies.yml)
[![Last Update](https://img.shields.io/badge/Updated-2025.02.05/11:01:44Z-brightgreen.svg)](#)
[![Total Proxies](https://img.shields.io/badge/Total%20Proxies-46677-blue.svg)](#)

</div>

## 📊 Proxy Statistics
| Protocol | Working Proxies |
|----------|----------------|
| SOCKS4 | [`8640`](https://raw.githubusercontent.com/ErcinDedeoglu/proxies/main/proxies/socks4.txt) |
| SOCKS5 | [`7141`](https://raw.githubusercontent.com/ErcinDedeoglu/proxies/main/proxies/socks5.txt) |
| HTTP | [`27986`](https://raw.githubusercontent.com/ErcinDedeoglu/proxies/main/proxies/http.txt) |
| HTTPS | [`2910`](https://raw.githubusercontent.com/ErcinDedeoglu/proxies/main/proxies/https.txt) |

## 🚀 Quick Download

### SOCKS4
```bash
curl -o socks4.txt https://raw.githubusercontent.com/ErcinDedeoglu/proxies/main/proxies/socks4.txt
```

### SOCKS5
```bash
curl -o socks5.txt https://raw.githubusercontent.com/ErcinDedeoglu/proxies/main/proxies/socks5.txt
```

### HTTP
```bash
curl -o http.txt https://raw.githubusercontent.com/ErcinDedeoglu/proxies/main/proxies/http.txt
```

### HTTPS
```bash
curl -o https.txt https://raw.githubusercontent.com/ErcinDedeoglu/proxies/main/proxies/https.txt
```

## ⚡ Features

- 🔄 **Hourly Updates**: Fresh proxies every hour
-**Verified**: All proxies are checked before listing
- 🌍 **Global**: Proxies from various locations worldwide
- 🔍 **Filtered**: Duplicates removed automatically
- 💨 **Fast**: All proxies are speed-tested
- 🔒 **Secure**: HTTPS proxies verified with SSL/TLS

## 🛠️ Usage Tips

- Regularly update your proxy list for best results
- Test proxies before using in production
- Some proxies may be slower/faster than others
- Use HTTPS proxies for secure connections
- Consider proxy location for better performance

## ⚠️ Disclaimer

This proxy list is for educational and research purposes only. Users are responsible for their actions with these proxies.

## 📫 Contact & Support

<div align="center">

[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue.svg)](https://www.linkedin.com/in/ercindedeoglu/)
[![GitHub](https://img.shields.io/github/followers/ErcinDedeoglu?label=Follow&style=social)](https://github.com/ErcinDedeoglu)

If you find this project useful, please consider giving it a ⭐

</div>

---
<div align="center">
Made with ❤️ by <a href="https://github.com/ErcinDedeoglu">Ercin Dedeoglu</a>
</div>
Loading

0 comments on commit 4527632

Please sign in to comment.