-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf007c5
commit f1beffd
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule backend
updated
25 files
+27 −10 | ansible/project/files/iptables.sh | |
+1 −1 | ansible/project/roles/app_get/tasks/main.yml | |
+2 −5 | ansible/project/roles/shadowsocks_get/tasks/main.yml | |
+7 −0 | ansible/project/roles/traffic/tasks/main.yml | |
+2 −2 | ansible/project/roles/v2ray_get/tasks/main.yml | |
+41 −0 | app/api/v1/forward_rule.py | |
+30 −8 | app/api/v1/ports.py | |
+23 −15 | app/api/v1/users.py | |
+12 −0 | app/db/crud/port_forward.py | |
+33 −1 | app/db/crud/user.py | |
+3 −0 | app/db/schemas/server.py | |
+1 −1 | requirements.txt | |
+2 −0 | tasks/functions/base.py | |
+1 −0 | tasks/functions/brook.py | |
+1 −0 | tasks/functions/ehco.py | |
+1 −0 | tasks/functions/gost.py | |
+1 −0 | tasks/functions/node_exporter.py | |
+1 −0 | tasks/functions/realm.py | |
+1 −0 | tasks/functions/shadowsocks.py | |
+1 −1 | tasks/functions/socat.py | |
+1 −0 | tasks/functions/tiny_port_mapper.py | |
+1 −0 | tasks/functions/v2ray.py | |
+1 −0 | tasks/functions/wstunnel.py | |
+7 −2 | tasks/utils/handlers.py | |
+34 −0 | tasks/utils/rule.py |
Submodule frontend
updated
from 027845 to 325f94