mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 13:04:37 +03:00
Merge pull request #1013 from chitang233/main
This commit is contained in:
14
.github/workflows/update-pkgbuild.yml
vendored
Normal file
14
.github/workflows/update-pkgbuild.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
name: AUR CI
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: chitang233/aur-pkgbuild-builder@main
|
||||||
|
with:
|
||||||
|
deploy_key: ${{ secrets.DEPLOY_KEY }}
|
||||||
|
package_name: 'nekoray-git'
|
||||||
39
README.md
39
README.md
@@ -27,14 +27,17 @@ Support Windows / Linux out of the box now.
|
|||||||
### Package
|
### Package
|
||||||
|
|
||||||
#### AUR
|
#### AUR
|
||||||
|
|
||||||
- [nekoray](https://aur.archlinux.org/packages/nekoray)
|
- [nekoray](https://aur.archlinux.org/packages/nekoray)
|
||||||
- [nekoray-git](https://aur.archlinux.org/packages/nekoray-git)
|
- [nekoray-git](https://aur.archlinux.org/packages/nekoray-git) [](https://github.com/MatsuriDayo/nekoray/actions/workflows/update-pkgbuild.yaml)
|
||||||
|
|
||||||
#### archlinuxcn
|
#### archlinuxcn
|
||||||
|
|
||||||
- [nekoray](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/nekoray)
|
- [nekoray](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/nekoray)
|
||||||
- [nekoray-git](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/nekoray-git)
|
- [nekoray-git](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/nekoray-git)
|
||||||
|
|
||||||
#### Scoop extras
|
#### Scoop extras
|
||||||
|
|
||||||
`scoop install nekoray`
|
`scoop install nekoray`
|
||||||
|
|
||||||
## 更改记录 & 发布频道 / Changelog & Telegram channel
|
## 更改记录 & 发布频道 / Changelog & Telegram channel
|
||||||
@@ -47,24 +50,24 @@ https://matsuridayo.github.io
|
|||||||
|
|
||||||
## 代理 / Proxy
|
## 代理 / Proxy
|
||||||
|
|
||||||
* SOCKS (4/4a/5)
|
- SOCKS (4/4a/5)
|
||||||
* HTTP(S)
|
- HTTP(S)
|
||||||
* Shadowsocks
|
- Shadowsocks
|
||||||
* VMess
|
- VMess
|
||||||
* VLESS
|
- VLESS
|
||||||
* Trojan
|
- Trojan
|
||||||
* TUIC ( sing-box )
|
- TUIC ( sing-box )
|
||||||
* NaïveProxy ( Custom Core )
|
- NaïveProxy ( Custom Core )
|
||||||
* Hysteria ( Custom Core or sing-box )
|
- Hysteria ( Custom Core or sing-box )
|
||||||
* Hysteria2 ( Custom Core or sing-box )
|
- Hysteria2 ( Custom Core or sing-box )
|
||||||
* Custom Outbound
|
- Custom Outbound
|
||||||
* Custom Config
|
- Custom Config
|
||||||
* Custom Core
|
- Custom Core
|
||||||
|
|
||||||
## 订阅 / Subscription
|
## 订阅 / Subscription
|
||||||
|
|
||||||
* Raw: some widely used formats (like shadowsocks, clash and v2rayN)
|
- Raw: some widely used formats (like shadowsocks, clash and v2rayN)
|
||||||
* 原始格式:一些广泛使用的格式(如 shadowsocks、clash 和 v2rayN)
|
- 原始格式:一些广泛使用的格式(如 shadowsocks、clash 和 v2rayN)
|
||||||
|
|
||||||
## 运行参数
|
## 运行参数
|
||||||
|
|
||||||
@@ -106,8 +109,8 @@ XMR
|
|||||||
|
|
||||||
`49bwESYQjoRL3xmvTcjZKHEKaiGywjLYVQJMUv79bXonGiyDCs8AzE3KiGW2ytTybBCpWJUvov8SjZZEGg66a4e59GXa6k5`
|
`49bwESYQjoRL3xmvTcjZKHEKaiGywjLYVQJMUv79bXonGiyDCs8AzE3KiGW2ytTybBCpWJUvov8SjZZEGg66a4e59GXa6k5`
|
||||||
|
|
||||||
* 您也可以通过 [Google Play](https://play.google.com/store/apps/details?id=moe.nb4a) 购买捐赠,另有支付宝微信购买方式,见 TG 频道置顶。
|
- 您也可以通过 [Google Play](https://play.google.com/store/apps/details?id=moe.nb4a) 购买捐赠,另有支付宝微信购买方式,见 TG 频道置顶。
|
||||||
* Donating via [Google Play](https://play.google.com/store/apps/details?id=moe.nb4a), using credit cards.
|
- Donating via [Google Play](https://play.google.com/store/apps/details?id=moe.nb4a), using credit cards.
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
|||||||
27
README_fa.md
27
README_fa.md
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
### بسته
|
### بسته
|
||||||
|
|
||||||
1. AUR [nekoray-git](https://aur.archlinux.org/packages/nekoray-git)
|
1. AUR [nekoray-git](https://aur.archlinux.org/packages/nekoray-git) [](https://github.com/MatsuriDayo/nekoray/actions/workflows/update-pkgbuild.yaml)
|
||||||
2. Scoop extras: `scoop install nekoray`
|
2. Scoop extras: `scoop install nekoray`
|
||||||
3. Homebrew (unoffical): [homebrew-nekoray](https://github.com/tdjnodj/homebrew-nekoray)
|
3. Homebrew (unoffical): [homebrew-nekoray](https://github.com/tdjnodj/homebrew-nekoray)
|
||||||
4. APT (unoffical): [tdjnodj/apt](https://github.com/tdjnodj/apt)
|
4. APT (unoffical): [tdjnodj/apt](https://github.com/tdjnodj/apt)
|
||||||
@@ -31,21 +31,21 @@ https://matsuridayo.github.io
|
|||||||
|
|
||||||
## پروکسی / Proxy
|
## پروکسی / Proxy
|
||||||
|
|
||||||
* SOCKS (4/4a/5)
|
- SOCKS (4/4a/5)
|
||||||
* HTTP(S)
|
- HTTP(S)
|
||||||
* Shadowsocks
|
- Shadowsocks
|
||||||
* VMess
|
- VMess
|
||||||
* VLESS
|
- VLESS
|
||||||
* Trojan
|
- Trojan
|
||||||
* NaïveProxy ( Custom Core )
|
- NaïveProxy ( Custom Core )
|
||||||
* Hysteria ( Custom Core or sing-box )
|
- Hysteria ( Custom Core or sing-box )
|
||||||
* Hysteria2 ( Custom Core or sing-box )
|
- Hysteria2 ( Custom Core or sing-box )
|
||||||
* Custom Outbound
|
- Custom Outbound
|
||||||
* Custom Core
|
- Custom Core
|
||||||
|
|
||||||
## اشتراک / Subscription
|
## اشتراک / Subscription
|
||||||
|
|
||||||
* فرمت های خام: برخی از فرمت های پرکاربرد (مانند shadowsocks، clash و v2rayN)
|
- فرمت های خام: برخی از فرمت های پرکاربرد (مانند shadowsocks، clash و v2rayN)
|
||||||
|
|
||||||
## پارامترهای عملیاتی
|
## پارامترهای عملیاتی
|
||||||
|
|
||||||
@@ -59,6 +59,7 @@ https://matsuridayo.github.io
|
|||||||
## Linux
|
## Linux
|
||||||
|
|
||||||
[آموزش اجرای لینوکس](docs/Run_Linux.md)
|
[آموزش اجرای لینوکس](docs/Run_Linux.md)
|
||||||
|
|
||||||
## آموزش کامپایل
|
## آموزش کامپایل
|
||||||
|
|
||||||
[Linux](docs/Build_Linux.md)
|
[Linux](docs/Build_Linux.md)
|
||||||
|
|||||||
35
README_ja.md
35
README_ja.md
@@ -19,14 +19,17 @@ Portable 形式、インストーラーなし。Releases からコンパイル
|
|||||||
### Package
|
### Package
|
||||||
|
|
||||||
#### AUR
|
#### AUR
|
||||||
|
|
||||||
- [nekoray](https://aur.archlinux.org/packages/nekoray)
|
- [nekoray](https://aur.archlinux.org/packages/nekoray)
|
||||||
- [nekoray-git](https://aur.archlinux.org/packages/nekoray-git)
|
- [nekoray-git](https://aur.archlinux.org/packages/nekoray-git) [](https://github.com/MatsuriDayo/nekoray/actions/workflows/update-pkgbuild.yaml)
|
||||||
|
|
||||||
#### archlinuxcn
|
#### archlinuxcn
|
||||||
|
|
||||||
- [nekoray](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/nekoray)
|
- [nekoray](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/nekoray)
|
||||||
- [nekoray-git](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/nekoray-git)
|
- [nekoray-git](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/nekoray-git)
|
||||||
|
|
||||||
#### Scoop extras
|
#### Scoop extras
|
||||||
|
|
||||||
`scoop install nekoray`
|
`scoop install nekoray`
|
||||||
|
|
||||||
## Changelog と Telegram チャンネル
|
## Changelog と Telegram チャンネル
|
||||||
@@ -39,23 +42,23 @@ https://matsuridayo.github.io
|
|||||||
|
|
||||||
## プロキシ
|
## プロキシ
|
||||||
|
|
||||||
* SOCKS (4/4a/5)
|
- SOCKS (4/4a/5)
|
||||||
* HTTP(S)
|
- HTTP(S)
|
||||||
* Shadowsocks
|
- Shadowsocks
|
||||||
* VMess
|
- VMess
|
||||||
* VLESS
|
- VLESS
|
||||||
* Trojan
|
- Trojan
|
||||||
* TUIC ( sing-box )
|
- TUIC ( sing-box )
|
||||||
* NaïveProxy ( Custom Core )
|
- NaïveProxy ( Custom Core )
|
||||||
* Hysteria ( Custom Core or sing-box )
|
- Hysteria ( Custom Core or sing-box )
|
||||||
* Hysteria2 ( Custom Core or sing-box )
|
- Hysteria2 ( Custom Core or sing-box )
|
||||||
* Custom Outbound
|
- Custom Outbound
|
||||||
* Custom Config
|
- Custom Config
|
||||||
* Custom Core
|
- Custom Core
|
||||||
|
|
||||||
## サブスクリプション
|
## サブスクリプション
|
||||||
|
|
||||||
* Raw: 広く使われているいくつかのフォーマット(shadowsocks、clash、v2rayN など)
|
- Raw: 広く使われているいくつかのフォーマット(shadowsocks、clash、v2rayN など)
|
||||||
|
|
||||||
## 動作パラメーター
|
## 動作パラメーター
|
||||||
|
|
||||||
@@ -95,7 +98,7 @@ XMR
|
|||||||
|
|
||||||
`49bwESYQjoRL3xmvTcjZKHEKaiGywjLYVQJMUv79bXonGiyDCs8AzE3KiGW2ytTybBCpWJUvov8SjZZEGg66a4e59GXa6k5`
|
`49bwESYQjoRL3xmvTcjZKHEKaiGywjLYVQJMUv79bXonGiyDCs8AzE3KiGW2ytTybBCpWJUvov8SjZZEGg66a4e59GXa6k5`
|
||||||
|
|
||||||
* また、[Google Play](https://play.google.com/store/apps/details?id=moe.nb4a) からも寄付金を購入することができます。アリペイと WeChat の購入オプションもありますので、TG チャンネルのトップをご覧ください。
|
- また、[Google Play](https://play.google.com/store/apps/details?id=moe.nb4a) からも寄付金を購入することができます。アリペイと WeChat の購入オプションもありますので、TG チャンネルのトップをご覧ください。
|
||||||
|
|
||||||
## クレジット
|
## クレジット
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user