Skip to content

Commit 1e8759b

Browse files
authored
Merge pull request #1204 from jerry-0824/branch-modify-the-values-of-RedirectUrl-and-Hostname
Modify the values of RedirectUrl and Hostname
2 parents 85d82f0 + 1e58979 commit 1e8759b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/plugins/example/etc/resource.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
["demo"]
1010
SkipAuth = true
1111
OpenTime = 120
12-
RedirectUrl = "https://acdemo.opennhp.cn"
12+
RedirectUrl = "https://acdemo.opennhp.org"
1313
RedirectWithParams = false
14-
CookieDomain = "opennhp.cn"
14+
CookieDomain = "opennhp.org"
1515

1616
# syntax ["{ResourceId}".Resources."{ResourceName}"]
1717
# ResourceName: name of resource inside a resource group. Each ResourceId can have multiple ResourceNames.
@@ -23,7 +23,7 @@ CookieDomain = "opennhp.cn"
2323
# PortSuffix: true: fill ack field "resHost" with "{Hostname}:{Port}", false: fill ack field "resHost" with just "{Hostname}"
2424
["demo".Resources."demoServer"]
2525
ACId = "testAC-1"
26-
Hostname = "acdemo.opennhp.cn"
26+
Hostname = "acdemo.opennhp.org"
2727
Addr.Ip = "220.191.216.236"
2828
Addr.Port = 443 # empty or 0 for all ports
2929
Addr.Protocol = "" # "tcp/udp/any", empty for "any"

0 commit comments

Comments
 (0)