Skip to content

Commit 9ae8c36

Browse files
Doc update X-Forwarded-For
1 parent a578eb5 commit 9ae8c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var token = Token
5151
.WithCustomData("size", "medium")
5252
.Generate())
5353
.WithEventId("demoevent")
54-
.WithIpAddress("75.86.129.4")
54+
.WithIpAddress("75.86.129.4", "45.67.2.4,34.56.3.2")
5555
.WithValidity(60000)
5656
.Generate(secretKey);
5757

0 commit comments

Comments
 (0)