Skip to content

Commit

Permalink
Modify the values of RedirectUrl and Hostname.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-0824 committed Sep 23, 2024
1 parent 85d82f0 commit 3bee47d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/plugins/example/etc/resource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
["demo"]
SkipAuth = true
OpenTime = 120
RedirectUrl = "https://acdemo.opennhp.cn"
RedirectUrl = "https://acdemo.opennhp.org"
RedirectWithParams = false
CookieDomain = "opennhp.cn"

Expand All @@ -23,7 +23,7 @@ CookieDomain = "opennhp.cn"
# PortSuffix: true: fill ack field "resHost" with "{Hostname}:{Port}", false: fill ack field "resHost" with just "{Hostname}"
["demo".Resources."demoServer"]
ACId = "testAC-1"
Hostname = "acdemo.opennhp.cn"
Hostname = "acdemo.opennhp.org"
Addr.Ip = "220.191.216.236"
Addr.Port = 443 # empty or 0 for all ports
Addr.Protocol = "" # "tcp/udp/any", empty for "any"
Expand Down

0 comments on commit 3bee47d

Please sign in to comment.