This repository contains some useful scripts for x-ui and 3x-ui.
bash <(curl -sSL https://raw.githubusercontent.com/hamid-gh98/x-ui-scripts/main/build_3x-ui.sh)
bash <(curl -sSL https://raw.githubusercontent.com/hamid-gh98/x-ui-scripts/main/install_warp_proxy.sh)
-y
=> Accept default values-f
=> Force reinstall Warp Socks5 Proxy (WireProxy)warp u
=> Uninstall Warpwarp a
=> Change Warp Account Type (free, plus, etc.)warp y
=> Turn on/off WireProxyWARP
in outbounds:
{
"tag": "WARP",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port": 40000
}
]
}
}
{
"tag": "WARP-socks5",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port": 40000
}
]
}
},
{
"tag":"WARP",
"protocol":"freedom",
"proxySettings":{
"tag":"WARP-socks5"
},
"settings":{
"domainStrategy":"UseIPv4"
}
}
UseIPv4
with UseIPv6