File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -160,18 +160,7 @@ go build -o abdal-4iproto-server
160160./abdal-4iproto-server
161161```
162162
163- ## 📁 ساختار فایلها
164163
165- ```
166- abdal-4iproto-server/
167- ├── main.go # برنامه اصلی سرور
168- ├── server_config.json # تنظیمات سرور
169- ├── users.json # اطلاعات کاربران
170- ├── id_rsa # کلید خصوصی SSH
171- ├── blocked_ips.json # آدرسهای IP مسدود شده
172- ├── invalid_logins.log # تلاشهای ناموفق ورود
173- └── traffic_*.json # آمار ترافیک هر کاربر
174- ```
175164
176165## 🔧 گزینههای تنظیمات
177166
Original file line number Diff line number Diff line change @@ -157,18 +157,7 @@ go build -o abdal-4iproto-server
157157./abdal-4iproto-server
158158```
159159
160- ## 📁 File Structure
161160
162- ```
163- abdal-4iproto-server/
164- ├── main.go # Main server application
165- ├── server_config.json # Server configuration
166- ├── users.json # User credentials
167- ├── id_rsa # SSH private key
168- ├── blocked_ips.json # Blocked IP addresses
169- ├── invalid_logins.log # Failed login attempts
170- └── traffic_*.json # Per-user traffic statistics
171- ```
172161
173162## 🔧 Configuration Options
174163
You can’t perform that action at this time.
0 commit comments