Code Monkey home page Code Monkey logo

Comments (4)

Toperlock avatar Toperlock commented on August 16, 2024

You don't understand the meaning of "tag": "airport1_tag".
I'll give you an example of provider.json and config_template.
(I think you don't understand the meaning of the tag, so I'll leave it to the default. But the value of this tag is related to the content of config_template)

image

config_template_5gtocdocao_tun_VN.json

{
    "subscribes":[
        {
            "url": "https://gist.githubusercontent.com/Toperlock/b1ca381c32820e8c79669cbbd85b68ac/raw/dafae92fbe48ff36dae6e5172caa1cfd7914cda4/gistfile1.txt",
            "tag": "🙃 5gtocdocao",
            "enabled": true,
            "emoji": 1,
            "prefix": "",
            "User-Agent":"v2rayng"
        },
        {
            "url": "URL",
            "tag": "tag_2",
            "enabled": false,
            "emoji": 0,
            "prefix": "❤️",
            "User-Agent":"clashmeta"
        }
    ],
    "auto_set_outbounds_dns":{
        "proxy": "",
        "direct": ""
    },
    "save_config_path": "./config.json",
    "auto_backup": false,
    "exclude_protocol":"ssr",
    "config_template": "https://github.com/Toperlock/sing-box-subscribe/files/13825122/config_template_no_groups_tun_VN.json",
    "Only-nodes": false
}

eg2: Keep the tags in providers.json unchanged

config_template_5gtocdocao_tun_VN_2.json

{
    "subscribes":[
        {
            "url": "https://gist.githubusercontent.com/Toperlock/b1ca381c32820e8c79669cbbd85b68ac/raw/dafae92fbe48ff36dae6e5172caa1cfd7914cda4/gistfile1.txt",
            "tag": "tag_1",
            "enabled": true,
            "emoji": 1,
            "prefix": "",
            "User-Agent":"v2rayng"
        },
        {
            "url": "URL",
            "tag": "tag_2",
            "enabled": false,
            "emoji": 0,
            "prefix": "❤️",
            "User-Agent":"clashmeta"
        }
    ],
    "auto_set_outbounds_dns":{
        "proxy": "",
        "direct": ""
    },
    "save_config_path": "./config.json",
    "auto_backup": false,
    "exclude_protocol":"ssr",
    "config_template": "https://github.com/Toperlock/sing-box-subscribe/files/13825163/config_template_no_groups_tun_VN_2.json",
    "Only-nodes": false
}

The way to parse using the vercel server is as follows:

https://sing-box-subscribe.vercel.app/config/https://gist.githubusercontent.com/Toperlock/b1ca381c32820e8c79669cbbd85b68ac/raw/dafae92fbe48ff36dae6e5172caa1cfd7914cda4/gistfile1.txt/&file=https://github.com/Toperlock/sing-box-subscribe/files/13825163/config_template_no_groups_tun_VN_2.json

In short, you need to write your own config_template and quote it correctly

RESULT:
image

from sing-box-subscribe.

muink avatar muink commented on August 16, 2024
{
	"type": "selector",
	"tag": "🙃 5gtocdocao",
	"outbounds": [
		"{airport1_tag}"
	]
}

I know what "tag": "airport1_tag" means.
I hope to auto generate bare nodes containing selector node without using config_template
Like this:

{
	"type": "selector",
	"tag": "🙃 5gtocdocao",
	"outbounds": [
		"❤️node_name prefix - node01",
		"❤️node_name prefix - node02"
	]
},
{
	"type": "shadowsocks",
	"tag": "❤️node_name prefix - node01",
	"server": "abcdefghijklmn.com",
	"server_port": 34567,
	"method": "aes-128-gcm",
	"password": "12345678"
},
{
	"type": "shadowsocks",
	"tag": "❤️node_name prefix - node02",
	"server": "abcdefghijklmn.com",
	"server_port": 34567,
	"method": "aes-128-gcm",
	"password": "12345678"
}

from sing-box-subscribe.

Toperlock avatar Toperlock commented on August 16, 2024

try the latest content.

from sing-box-subscribe.

muink avatar muink commented on August 16, 2024

Worked! Thanks lot of.

from sing-box-subscribe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.