Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
openwrt-packages
Commits
102be731
Unverified
Commit
102be731
authored
3 years ago
by
Rosen Penev
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #15775 from 1715173329/xray
xray-core: bump geodata to latest version
parents
5b9797c8
53bbfe4d
No related branches found
No related tags found
1 merge request
!13
Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
net/xray-core/Makefile
+4
-4
4 additions, 4 deletions
net/xray-core/Makefile
net/xray-core/files/xray.conf
+0
-1
0 additions, 1 deletion
net/xray-core/files/xray.conf
net/xray-core/files/xray.init
+0
-3
0 additions, 3 deletions
net/xray-core/files/xray.init
with
4 additions
and
8 deletions
net/xray-core/Makefile
+
4
−
4
View file @
102be731
...
...
@@ -79,24 +79,24 @@ define Package/xray-core/conffiles
/etc/config/xray
endef
GEOIP_VER
:=
20210
4010913
GEOIP_VER
:=
20210
6030115
GEOIP_FILE
:=
geoip.dat.
$(
GEOIP_VER
)
define
Download/geoip
URL
:=
https://github.com/v2fly/geoip/releases/download/
$(
GEOIP_VER
)
/
URL_FILE
:=
geoip.dat
FILE
:=
$(
GEOIP_FILE
)
HASH
:=
f94e464f7f37e6f3c88c2aa5454ab02a4b840bc44c75c5001719a618916906c
f
HASH
:=
acf231d7c6461d088ae479fe0c1cb143b5ee3cf7048a897c5a9b7807ab7005d
f
endef
GEOSITE_VER
:=
20210
401091829
GEOSITE_VER
:=
20210
531212831
GEOSITE_FILE
:=
dlc.dat.
$(
GEOSITE_VER
)
define
Download/geosite
URL
:=
https://github.com/v2fly/domain-list-community/releases/download/
$(
GEOSITE_VER
)
/
URL_FILE
:=
dlc.dat
FILE
:=
$(
GEOSITE_FILE
)
HASH
:=
ee9778dc00b703905ca1f400ad13dd462eae52c5aee6465f0a7543b0232c9d08
HASH
:=
332bbe53af49582dbf89bda04ee5e60e474f9293fc368ab55b517fdcd4a78ed2
endef
define
Build/Prepare
...
...
This diff is collapsed.
Click to expand it.
net/xray-core/files/xray.conf
+
0
−
1
View file @
102be731
config
xray
'enabled'
option
enabled
'0'
option
fullcone
'1'
config
xray
'config'
option
confdir
'/etc/xray'
...
...
This diff is collapsed.
Click to expand it.
net/xray-core/files/xray.init
+
0
−
3
View file @
102be731
...
...
@@ -19,14 +19,12 @@ start_service() {
local
datadir
local
dialer
local
format
local
fullcone
config_get confdir
"config"
"confdir"
config_get conffiles
"config"
"conffiles"
config_get datadir
"config"
"datadir"
"/usr/share/xray"
config_get dialer
"config"
"dialer"
config_get format
"config"
"format"
"json"
config_get fullcone
"enabled"
"fullcone"
"0"
procd_open_instance
"
$CONF
"
procd_set_param
command
"
$PROG
"
run
...
...
@@ -39,7 +37,6 @@ start_service() {
}
[
-n
"
$format
"
]
&&
procd_append_param
command
-format
"
$format
"
[
-n
"
$dialer
"
]
&&
procd_set_param
env
XRAY_BROWSER_DIALER
=
"
$dialer
"
[
"
$fullcone
"
-eq
"0"
]
&&
procd_set_param
env
XRAY_CONE_DISABLED
=
"true"
procd_set_param
env
XRAY_LOCATION_ASSET
=
"
$datadir
"
procd_set_param file
$conffiles
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment