mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-03-01 01:20:49 +03:00
update example files
This commit is contained in:
parent
a784a94806
commit
56850165a4
@ -1,6 +1,6 @@
|
||||
{
|
||||
"log": {
|
||||
"loglevel": "warning",
|
||||
"loglevel": "warning",
|
||||
"access": "./access.log"
|
||||
},
|
||||
"api": {
|
||||
@ -56,17 +56,23 @@
|
||||
"type": "field"
|
||||
},
|
||||
{
|
||||
"ip": [
|
||||
"geoip:private",
|
||||
"geoip:ir"
|
||||
],
|
||||
"outboundTag": "blocked",
|
||||
"protocol": [
|
||||
"bittorrent"
|
||||
],
|
||||
"type": "field"
|
||||
},
|
||||
{
|
||||
"outboundTag": "blocked",
|
||||
"protocol": [
|
||||
"bittorrent"
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"type": "field"
|
||||
},
|
||||
{
|
||||
"outboundTag": "blocked",
|
||||
"ip": [
|
||||
"geoip:ir"
|
||||
],
|
||||
"type": "field"
|
||||
}
|
||||
|
@ -55,8 +55,8 @@
|
||||
"type": "field"
|
||||
},
|
||||
{
|
||||
"domain": [
|
||||
"regexp:.+.ir$"
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked",
|
||||
"type": "field"
|
||||
@ -70,8 +70,10 @@
|
||||
},
|
||||
{
|
||||
"outboundTag": "blocked",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
"domain": [
|
||||
"regexp:.+.ir$",
|
||||
"ext:iran.dat:ir",
|
||||
"ext:iran.dat:other"
|
||||
],
|
||||
"type": "field"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"log": {
|
||||
"loglevel": "warning",
|
||||
"loglevel": "warning",
|
||||
"access": "./access.log"
|
||||
},
|
||||
"api": {
|
||||
@ -46,6 +46,7 @@
|
||||
}
|
||||
},
|
||||
"routing": {
|
||||
"domainStrategy": "IPIfNonMatch",
|
||||
"rules": [
|
||||
{
|
||||
"inboundTag": [
|
||||
@ -55,10 +56,10 @@
|
||||
"type": "field"
|
||||
},
|
||||
{
|
||||
"outboundTag": "blocked",
|
||||
"ip": [
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "blocked",
|
||||
"type": "field"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user