Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHamidreza Ghavami <hamid.r.gh.1998@gmail.com>2023-04-18 10:01:52 +0300
committerHamidreza Ghavami <hamid.r.gh.1998@gmail.com>2023-04-18 10:01:52 +0300
commit44cede41fdc1bfe35008996eb26c197efd62d879 (patch)
tree6c9f1a504ee1075be35f3a790c22af504f4ea1fb /media/enable-traffic.txt
parent672fd1da196d94a5ca15cae65ea9572843dc4aa8 (diff)
update README.md
Diffstat (limited to 'media/enable-traffic.txt')
-rw-r--r--media/enable-traffic.txt75
1 files changed, 0 insertions, 75 deletions
diff --git a/media/enable-traffic.txt b/media/enable-traffic.txt
deleted file mode 100644
index 34e2038f..00000000
--- a/media/enable-traffic.txt
+++ /dev/null
@@ -1,75 +0,0 @@
-{
- "log": {
- "loglevel": "warning",
- "access": "./access.log"
- },
- "api": {
- "services": [
- "HandlerService",
- "LoggerService",
- "StatsService"
- ],
- "tag": "api"
- },
- "inbounds": [
- {
- "listen": "127.0.0.1",
- "port": 62789,
- "protocol": "dokodemo-door",
- "settings": {
- "address": "127.0.0.1"
- },
- "tag": "api"
- }
- ],
- "outbounds": [
- {
- "protocol": "freedom",
- "settings": {}
- },
- {
- "protocol": "blackhole",
- "settings": {},
- "tag": "blocked"
- }
- ],
- "policy": {
- "levels": {
- "0": {
- "statsUserUplink": true,
- "statsUserDownlink": true
- }
- },
- "system": {
- "statsInboundDownlink": true,
- "statsInboundUplink": true
- }
- },
- "routing": {
- "domainStrategy": "IPIfNonMatch",
- "rules": [
- {
- "inboundTag": [
- "api"
- ],
- "outboundTag": "api",
- "type": "field"
- },
- {
- "outboundTag": "blocked",
- "ip": [
- "geoip:private"
- ],
- "type": "field"
- },
- {
- "outboundTag": "blocked",
- "protocol": [
- "bittorrent"
- ],
- "type": "field"
- }
- ]
- },
- "stats": {}
-} \ No newline at end of file