fodhelper

Results 22 comments of fodhelper

You can add randomUserAgent function to the new function file ```python import random # Source: https://cdn.jsdelivr.net/gh/microlinkhq/top-user-agents@master/src/index.json UserAgentList = [ "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0...

> but i cant change that `custom` to be really custom check this : ```python3 def get_grpc_gun(input: str): if not input.startswith("/"): return input servicename = input.rsplit("/", 1)[0] streamname = input.rsplit("/",...

> so for not xray based clients we use get_grpc_gun and for xray based if multimode was enable we use get_grpc_multi? exactly If multiMode is disabled >> get_grpc_gun (for all...

This options would be great if exist : set multiple input to search for (user1,user2,user3) set the owner(admin) name (search for the input only in users of specific admin) config...

I checked API codes and your back-end changes You are right, all the options mentioned are already available the only absent feature is to add multiple input to search in...

Custom config added to future version of v2rayN (not released yet), we will need something like this for v2rayN, because custom config will disable it's url-test/real-delay but for v2rayNG, i...

> SERVER_IPV4 variable its not useful because its duplicate of SERVER_IP variable I thought about the same thing, but each variable has it's own advantages if you use SERVER_IPV4 and...

I think SERVER_IP(IPv4 only) and SERVER_IPV6 is enough, i will remove SERVER_IPV4 later If a user's server have no IPv4 (rare case), user must use SERVER_IPV6 then

That default Golang user-agent of most of clients seems really bad to me

yes, but i mean if user agent be like a browser, it's harder for firewall to detect and block our ips cores made it possible to have custom request headers,...