mirror of
https://github.com/therootcompany/telebit.git
synced 2025-12-24 06:18:46 +00:00
6 lines
208 B
Go
6 lines
208 B
Go
package telebit
|
|
|
|
// InvalidAdminDomain is a domain that can only be accessed by Domain Fronting
|
|
// (i.e. trixy clients sending fake headers), not browsers
|
|
var InvalidAdminDomain = "rvpn.rootprojects.invalid"
|