-
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
bc02481
commit c8a9d9a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule backend
updated
23 files
+0 −62 | ansible/project/files/app.sh | |
+2 −1 | ansible/project/files/clean.sh | |
+0 −35 | ansible/project/files/get_traffic.sh | |
+59 −42 | ansible/project/files/iptables.sh | |
+1 −1 | ansible/project/roles/iptables/tasks/main.yml | |
+0 −8 | ansible/project/roles/iptables_init/tasks/main.yml | |
+0 −16 | ansible/project/roles/scripts_sync/tasks/main.yml | |
+8 −9 | ansible/project/roles/traffic/tasks/main.yml | |
+9 −9 | ansible/project/roles/traffic_delete_monitor/tasks/main.yml | |
+47 −26 | app/utils/dns.py | |
+16 −3 | app/utils/ip.py | |
+1 −1 | tasks/ansible.py | |
+2 −2 | tasks/app.py | |
+2 −2 | tasks/clean.py | |
+7 −9 | tasks/functions/brook.py | |
+9 −5 | tasks/functions/ehco.py | |
+10 −8 | tasks/functions/realm.py | |
+13 −11 | tasks/functions/socat.py | |
+15 −17 | tasks/functions/tiny_port_mapper.py | |
+2 −2 | tasks/iptables.py | |
+2 −2 | tasks/server.py | |
+1 −1 | tasks/tc.py | |
+1 −1 | tasks/traffic.py |