-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configuration file #58
Comments
If you want to use subdomains, you must first configure frps to support it. Please refer to the FRP project documentation for instructions on how to set up frps to support subdomains. By the way, xfrpc does not support host header rewriting yet. |
[root@anyka /mny/mtd/ipc/ambicam]$ /mny/mtd/ipc/ambicam/P2Pambicam -c /mny/mtd/ipc/ambicam/P2Pambicam_min.ini -f -d 7 this log i am provide you. |
i got a success in that at every point.
but issue is every camera need a different subdomain name.
this below is my configuration file info.
[common]
server_addr = xxxxxxxx
server_port = 7000
token = xxxx
[DEPT-00002-TORQUE]
type = http
local_port = 80
local_ip = 127.0.0.1
subdomain = DEPT-00002-TORQUE
host_header_rewrite = xxxxxx
what wrong in that file configuration.
because every new camera i need to do change
this point i need to change.
[DEPT-00002-TORQUE]
subdomain = DEPT-00002-TORQUE
for exmaple,
for new camera configuration we need to do.
[common]
server_addr = xxxxxxx
server_port = 7000
token = xxxxxx
[DEPT-00003-TORQUE] //here i need to change
type = http
local_port = 80
local_ip = 127.0.0.1
subdomain = DEPT-00003-TORQUE //here i need to change
host_header_rewrite = xxxxxx
but i not need to change this configuration file every time.
what is solution?
The text was updated successfully, but these errors were encountered: