FelisCatus/SwitchyOmega

[Request] auto switch depending on the referer

andykimpe opened this issue · 0 comments

would it be possible in the extension to ensure that

auto switch depending on the referer

I can explain in my case the same number of subdomains

must redirect either to one proxy or to another depending on the referer

present profile proxy

france

belgium

currently I have to change and do this compared to the source code

so to go to 6play.fr I have to do this

@note 6cloud.fr contain geolocation api for 6play.fr (requires France) and rtlplay.be (requires Belgium)
*.6cloud.fr +france

and to go to rtlplay.be I have to do this

@note 6cloud.fr contain geolocation api for 6play.fr (requires France) and rtlplay.be (requires Belgium)
*.6cloud.fr +belgium

It would be possible to be able to do something like that

if referrer = 6play.fr
*.6cloud.fr +france
elif referer = rtlplay.be
*.6cloud.fr +belgium