4 files changed
+14
-6
lines changed- Dockerfile+1-1
- ansible/priv_data_dirs/.gitkeep
- ansible/project/roles/gost/files/gost.sh+67
- ansible/project/roles/gost/handlers/main.yml-42
- ansible/project/roles/gost/tasks/main.yml+9-14
- ansible/project/roles/iptables/files/iptables.sh+46-16
- ansible/project/roles/iptables/tasks/main.yml+7-61
- ansible/project/roles/traffic/files/get_traffic.sh+3-1
- ansible/project/roles/traffic/tasks/main.yml+2-2
- ansible/project/traffic.yml+1-1
- app/alembic/versions/95b1a518c8bf_initial_schema.py+13-12
- app/api/api_v1/routers/forward_rule.py+4-4
- app/api/api_v1/routers/ports.py+71-6
- app/api/api_v1/routers/servers.py+22-17
- app/api/api_v1/routers/users.py+75-17
- app/api/utils/size.py+7
- app/api/utils/tasks.py+23-7
- app/core/auth.py+2-1
- app/core/config.py+2
- app/core/security.py+1-1
- app/db/constants.py+12
- app/db/crud/port.py+19-3
- app/db/crud/port_forward.py+2-2
- app/db/crud/server.py+36-5
- app/db/crud/user.py+50-12
- app/db/models/port.py+10-10
- app/db/models/port_forward.py+1-1
- app/db/models/server.py+2-2
- app/db/models/user.py+2-1
- app/db/schemas/port.py+26-1
- app/db/schemas/port_usage.py+12-2
- app/db/schemas/server.py+16-4
- app/db/schemas/user.py+45-2
- app/main.py+19
- app/tasks/__init__.py+6-7
- app/tasks/ansible.py+1-1
- app/tasks/gost.py+10-8
- app/tasks/iptables.py+34-14
- app/tasks/traffic.py+4-80
- app/tasks/utils.py+151-1
- requirements.txt+2-1
Lines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 | 55 |
| |
57 | 56 |
| |
58 | 57 |
| |
| |||
62 | 61 |
| |
63 | 62 |
| |
64 | 63 |
| |
| 64 | + | |
| 65 | + | |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
| |||
70 | 71 |
| |
71 | 72 |
| |
72 | 73 |
| |
73 |
| - | |
| 74 | + | |
74 | 75 |
| |
75 |
| - | |
| 76 | + | |
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
79 | 80 |
| |
| 81 | + | |
80 | 82 |
| |
81 | 83 |
| |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
82 | 90 |
| |
83 | 91 |
| |
84 | 92 |
|
Submodule frontend updated from bb8e714 to e432518
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments