Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
larsonzh committed Sep 10, 2022
1 parent d18206a commit db27ef1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,21 @@ For the author's amdwprsct project, please visit the following address: https://
Uninstall project files ./uninstall.sh
```
6. In the user-defined data area of the script file (lzvpns.sh), you can configure three basic operation parameters according to the instructions.

```markdown
# ------------- User Defined Data --------------

# The host port of the router, which is used by the VPN client when accessing the router
# from the WAN using the domain name or IP address.
# 0--Primary WAN (Default), 1--Secondary WAN
WAN_ACCESS_PORT=0

# The router host port used by VPN clients when accessing the WAN through the router.
# 0--Primary WAN (Default), 1--Secondary WAN, Other--System Allocation
VPN_WAN_PORT=0

# Polling time for detecting and maintaining PPTP/IPSec VPN service status.
# 1~10s (The default is 3 seconds)
POLLING_TIME=3

```

0 comments on commit db27ef1

Please sign in to comment.