Skip to content

M03ED/Marzban_Inbound_Updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Marzban Inbounds Updater

First of all set you marzban panel information

DOMAIN = 'domain.com'  # Replace with your actual domain
PORT = 1234  # Replace with the actual port number
username = 'user' # Replace with your actual username
password = 'pass' # Replace with your actual password

Then write protocol and inbounds you wanna add or remove (you can write multiple inbound)

protocol = 'vless' # Replace with your protocol
inbounds_to_remove = ["Vless TCP Inbound"] # Replace with your inbounds list
inbounds_to_add = ["Vless TCP Inbound"] # Replace with your inbounds list
flow = 'xtls-rprx-vision' # Replace with your flow (only works for vless)

run code and enjoy it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages