mirror of
https://github.com/XrayR-project/XrayR-doc.git
synced 2025-06-08 13:39:54 +00:00
update config
This commit is contained in:
parent
93d858b248
commit
e74163e739
1
.github/gitbook-publish.yml
vendored
1
.github/gitbook-publish.yml
vendored
@ -1,5 +1,6 @@
|
|||||||
name: 'Gitbook Action Build'
|
name: 'Gitbook Action Build'
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master # trigger branch
|
- master # trigger branch
|
||||||
|
@ -84,11 +84,10 @@ http {
|
|||||||
|
|
||||||
{% hint style="info" %}
|
{% hint style="info" %}
|
||||||
centos系统请关闭selinux,不然可能导致转发失败。
|
centos系统请关闭selinux,不然可能导致转发失败。
|
||||||
```
|
|
||||||
sudo setenforce 0
|
sudo setenforce 0
|
||||||
sudo sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
|
sudo sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
|
||||||
```
|
|
||||||
{% endhint %}
|
{% endhint %}
|
||||||
|
|
||||||
## XrayR Trojan配置
|
## XrayR Trojan配置
|
||||||
|
|
||||||
**关键配置:**
|
**关键配置:**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user