This commit is contained in:
problematicconsumer
2023-07-06 17:18:41 +03:30
commit b617c95f62
352 changed files with 21017 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,16 @@
external-controller: 127.0.0.1:22345
mixed-port: 22346
rules:
# localhost rule
- DOMAIN-KEYWORD,announce,DIRECT
- DOMAIN-KEYWORD,torrent,DIRECT
- DOMAIN-KEYWORD,tracker,DIRECT
- DOMAIN-SUFFIX,smtp,DIRECT
- DOMAIN-SUFFIX,local,DIRECT
- IP-CIDR,192.168.0.0/16,DIRECT
- IP-CIDR,10.0.0.0/8,DIRECT
- IP-CIDR,172.16.0.0/12,DIRECT
- IP-CIDR,127.0.0.0/8,DIRECT
- IP-CIDR,100.64.0.0/10,DIRECT

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

7
assets/images/logo.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg width="400" height="400" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14 3.28347C14 3.10785 14.0921 2.9451 14.2427 2.85474L18.2427 0.454423C18.576 0.25444 19 0.494494 19 0.883154V5C19 5.27614 18.7761 5.5 18.5 5.5H14.5C14.2239 5.5 14 5.27614 14 5V3.28347Z" fill="#455FE9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 7.28365C7 7.10803 7.09214 6.94529 7.24273 6.85492L11.2427 4.45461C11.576 4.25463 12 4.49468 12 4.88334V12.0006V12.5006V17.0006C12 17.2767 11.7761 17.5006 11.5 17.5006H7.5C7.22386 17.5006 7 17.2767 7 17.0006V12.5006V12.0006V7.28365ZM0.242727 11.3549C0.0921388 11.4453 0 11.608 0 11.7837V17.0006C0 17.2767 0.223858 17.5006 0.5 17.5006H4.5C4.77614 17.5006 5 17.2767 5 17.0006V9.38334C5 8.99468 4.57599 8.75463 4.24273 8.95461L0.242727 11.3549Z" fill="#455FE9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 12.5005H2V16.5005H5V15.5005C5 15.2243 5.22386 15.0005 5.5 15.0005H6.5C6.77614 15.0005 7 15.2243 7 15.5005V16.5005H11V12.5005H7V13.5C7 13.7761 6.77614 14 6.5 14H5.5C5.22386 14 5 13.7761 5 13.5V12.5005Z" fill="#455FE9"/>
<rect x="14" y="17.5005" width="11" height="5" rx="0.5" transform="rotate(-90 14 17.5005)" fill="#455FE9"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View File

@@ -0,0 +1,125 @@
{
"general": {
"appTitle": "hiddify",
"reset": "reset",
"toggle": {
"enabled": "enabled",
"disabled": "disabled"
}
},
"home": {
"pageTitle": "home",
"emptyProfilesMsg": "start by adding subscription profile",
"noActiveProfileMsg": "select a profile",
"connection": {
"tapToConnect": "tap to connect",
"connecting": "connecting",
"disconnecting": "disconnecting",
"connected": "connected"
}
},
"profile": {
"overviewPageTitle": "profiles",
"detailsPageTitle": "profile",
"subscription": {
"traffic": "traffic",
"updatedTimeAgo": "updated ${timeago}",
"remaining": "remaining",
"expired": "expired",
"noTraffic": "no traffic"
},
"add": {
"buttonText": "add new profile",
"fromClipboard": "add from clipboard",
"scanQr": "Scan QR code",
"manually": "add manually",
"invalidUrlMsg": "unexpected url"
},
"update": {
"failureMsg": "failed to update profile: ${reason}",
"successMsg": "successfully updated profile"
},
"delete": {
"buttonText": "delete",
"confirmationMsg": "delete profile for ever? this can not be undone",
"successMsg": "successfully deleted profile"
},
"save": {
"buttonText": "save",
"successMsg": "successfully saved profile"
},
"detailsForm": {
"nameHint": "name",
"urlHint": "url",
"emptyNameMsg": "name can't be empty",
"invalidUrlMsg": "invalid URL"
}
},
"proxies": {
"pageTitle": "proxies",
"emptyProxiesMsg": "no proxies",
"delayTestTooltip": "delay test",
"cancelTestButtonText": "cancel test"
},
"logs": {
"pageTitle": "logs",
"clearLogsButtonText": "clear",
"filterHint": "filter",
"allLevelsFilter": "all"
},
"settings": {
"pageTitle": "settings",
"appearance": {
"sectionTitle": "appearance",
"themeMode": "theme mode",
"themeModes": {
"system": "follow system theme",
"dark": "dark mode",
"light": "light mode"
},
"trueBlack": "true black"
},
"network": {
"sectionTitle": "network",
"systemProxy": "system proxy",
"systemProxyMsg": "Attach http proxy to VpnService",
"bypassPrivateNetworks": "bypass private networks",
"bypassPrivateNetworksMsg": "Bypass private network addresses"
},
"clash": {
"sectionTitle": "clash proxy overrides",
"doNotModify": "do not modify",
"overrides": {
"httpPort": "HTTP Port",
"socksPort": "Socks Port",
"redirPort": "Redirect Port",
"tproxyPort": "TProxy Port",
"mixedPort": "Mixed Port",
"allowLan": "Allow LAN",
"ipv6": "IPv6",
"mode": "Mode",
"logLevel": "Log Level"
}
}
},
"tray": {
"dashboard": "dashboard",
"quit": "quit",
"systemProxy": "system proxy"
},
"failure": {
"unexpected": "unexpected failure",
"clash": {
"unexpected": "unexpected failure",
"core": "clash failure ${reason}"
},
"connectivity": {
"unexpected": "unexpected failure"
},
"profiles": {
"unexpected": "unexpected failure",
"notFound": "profile not found",
"invalidConfig": "invalid config"
}
}
}