Kslr
9dbed7ec33
Merge pull request #60 from phlinhng/cat-eof-service
...
create systemd locally & make single config as default
2020-08-18 22:07:16 +08:00
phlinhng
c11c2282ef
create systemd locally
...
create systemd locally
fix typo; match coding style
modify json path
fix typo; match coding style
modify json path
modify messages
fix typo in path
switch back to single config
fix typo
fix typo
fix typo
2020-08-18 20:35:05 +08:00
Nicholas Wang
82f1734386
remove silent flag for cURL calls in install-dat-release.sh
2020-08-17 04:25:17 -05:00
Nicholas Wang
4554467c03
remove silent flag for cURL calls
2020-08-17 04:24:07 -05:00
IceCodeNew
da7fb2fddf
fix hyperlink
2020-08-17 12:46:39 +08:00
IceCodeNew
144b50ab6c
Rename `README.zh-sc.md`
2020-08-17 12:45:54 +08:00
IceCodeNew
ddaea17fbb
修改简中版 README 中超链接指向以简体中文撰写的 Wiki
2020-08-16 19:51:26 +08:00
IceCodeNew
6d130f006f
Merge pull request #50 from IceCodeNew/develop
2020-08-16 18:42:10 +08:00
IceCodeNew
56049fdee5
Create README.zh-sc.md
...
简体中文版简介使用 https://opencc.byvoid.com/ 转换得到,感谢 @BYVoid 的精彩工作!
2020-08-16 18:31:55 +08:00
IceCodeNew
2f28b26115
Add hyperlink to `README.zh-sc.md`
2020-08-16 18:30:09 +08:00
Dct Mei
c73193c528
Merge pull request #45 from v2fly/develop
...
fix: Missing Log Source
2020-08-15 11:56:45 +00:00
Dct Mei
46ccbf0bd8
fix: Missing Log Source
...
1. Now, the initialization of the Log file is normal.
2. And, some new related outputs have been added.
2020-08-15 19:52:53 +08:00
Dct Mei
864e531534
Merge pull request #42 from v2fly/develop
...
fix: A wrong installation path
2020-08-15 09:02:51 +00:00
Dct Mei
e6bd2e5f21
fix: A wrong installation path
...
1. Move the .dat file from the lib directory to the share directory.
issue #17
2020-08-15 16:55:02 +08:00
Dct Mei
7a3c7f0424
Merge pull request #41 from v2fly/develop
...
feat: Add new Wiki content
2020-08-15 03:32:50 +00:00
Dct Mei
f3b6f3d7ff
feat: Add new Wiki content
...
1. Migrate from the old script to this.
2. Move .dat files from lib directory to share directory.
3. To use the VLESS protocol.
issue #38
2020-08-15 11:28:19 +08:00
IceCodeNew
4eaeeaca51
Merge pull request #39 from v2fly/develop
2020-08-14 21:38:33 +08:00
Dct Mei
9b090f80f9
fix: Initialize log file permissions
...
1. It seems that someone will run V2Ray directly through commands instead of systemd first, which will cause wrong Log file permissions and affect subsequent systemd operations.
issue #38
2020-08-14 20:58:22 +08:00
IceCodeNew
3aece80283
Merge pull request #37 from v2fly/develop
...
feat: Add variables to modify the installation path
2020-08-12 19:38:33 +08:00
Dct Mei
c5d661fca6
feat: Add variables to modify the installation path
...
1. $DAT_PATH can be modified to /usr/local/share/v2ray/ .
2. $JSON_PATH can be modified to /etc/v2ray/ .
3. However, after modification, you need to modify the unit file yourself.
2020-08-12 11:15:37 +08:00
Dct Mei
20150257b6
Merge pull request #36 from v2fly/develop
...
fix: issue #33
2020-08-08 08:23:19 +00:00
IceCodeNew
83105f93d3
Add warning.
2020-08-08 11:20:15 +08:00
Dct Mei
d6808a3ddb
fix: Adapt v4.27.0
...
1. Modify MACHINE.
2. Add riscv64 for MACHINE.
2020-08-08 11:17:35 +08:00
IceCodeNew
d63e0e4cd8
Fix issue #33
...
我手上没有 armv5 的设备,Google `linux "armv5" "uname"` 找到了一个 `uname -m` 的输出 `armv5tel`,这也出现在 fedora 的发行历史页上,所以我判定选择这个是安全的。
欢迎补充我遗漏的架构名。
2020-08-08 10:28:39 +08:00
Dct Mei
3a8c30db12
Merge pull request #31 from v2fly/develop
...
fix: Changed from pgrep to pidof
2020-07-27 01:51:30 +00:00
Dct Mei
823d8b644d
fix: Changed from pgrep to pidof
...
1. Resolve incorrect matching issues.
issue #29
2020-07-27 01:04:53 +08:00
Dct Mei
828c8b28a0
Merge pull request #30 from v2fly/develop
...
fix: Incorrect execution of stop_v2ray function
2020-07-26 15:41:39 +00:00
Dct Mei
d72aa48586
fix: Incorrect execution of stop_v2ray function
...
1. In the first installation, if there happens to be a V2Ray service that is not managed by systemd, or if there is a judgment error, the stop_v2ray function will be executed incorrectly, which will cause the installation to fail.
issue #29
2020-07-26 23:02:15 +08:00
Dct Mei
422f3873bd
Merge pull request #28 from v2fly/develop
...
fix: Permission control of the log folder
2020-07-25 09:18:44 +00:00
Dct Mei
b09dd49446
fix: Permission control of the log folder
2020-07-25 17:15:16 +08:00
Dct Mei
2741bc1599
Merge pull request #27 from v2fly/develop
...
style: Add a symbol
2020-07-14 02:33:45 +00:00
Dct Mei
238469c303
style: Add a symbol
2020-07-14 10:32:05 +08:00
Dct Mei
29a7f46e39
Merge pull request #26 from v2fly/develop
...
Added new Wiki for #20
2020-07-14 02:29:50 +00:00
Dct Mei
08487ddca5
feat: Added new Wiki
...
For #20
2020-07-14 10:26:23 +08:00
Dct Mei
8001d4ec59
style: Double quotes changed to single quotes
...
The unified format is very important.
2020-07-14 10:17:37 +08:00
Dct Mei
730a24c79f
Merge pull request #25 from v2fly/develop
...
Merge branches to solve #20
2020-07-14 02:10:31 +00:00
Dct Mei
d982eaf355
feat: It is feasible to not install or update geoip.dat and geosite.dat
...
issue #20
2020-07-14 09:57:44 +08:00
Dct Mei
a2bd3852e4
Revert "Make scripts more compatible and fail fast"
...
This reverts commit cf8dab851f
.
This affects the normal operation of the script, and debugging should be done deliberately, not to the user.
2020-07-13 00:56:56 +08:00
Dct Mei
feaf4e2522
Merge pull request #23 from Loyalsoldier/refine-script
...
Make scripts more compatible and fail fast
2020-07-11 10:49:44 +00:00
loyalsoldier
cf8dab851f
Make scripts more compatible and fail fast
2020-07-11 18:25:10 +08:00
Dct Mei
ca6e20b1d8
Merge pull request #22 from v2fly/develop
...
fix: Dealing with errors in service judgment
2020-07-10 23:38:28 +00:00
Dct Mei
9e23002a71
fix: Determine whether to use v2ray@ and make corresponding instruction execution
...
1. The modification plan has not yet been tried...
2. https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/develop/install-release.sh
2020-07-11 07:07:03 +08:00
Dct Mei
86b6abcdf1
Merge pull request #15 from v2fly/develop
...
style: Wiki special classification
2020-06-14 03:31:13 +00:00
Dct Mei
1195b2ccca
style: The problem is not a problem
2020-06-14 11:29:45 +08:00
Dct Mei
81c5567433
style: Try the correction again
2020-06-14 11:23:55 +08:00
Dct Mei
ed0b98e1b7
style: Try to fix again
2020-06-14 11:17:33 +08:00
Dct Mei
318f73efbe
style: Add 1 spaces
2020-06-14 11:10:09 +08:00
Dct Mei
187bf100f2
style: Remove 2 spaces
2020-06-14 11:00:57 +08:00
Dct Mei
e73c5d5a42
style: Add two spaces
2020-06-14 10:57:14 +08:00
Dct Mei
eb17412bb6
style: Wiki special classification
...
Separate problem solutions.
2020-06-14 10:48:48 +08:00