diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-12-01 10:31:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-01 10:31:08 +0100 |
commit | 4e9c2f61c2e1168611ede9fe70b206cacdddc779 (patch) | |
tree | 76933bdd649f1495d75db4756197ce7478460aff /protocols | |
parent | ebb5a90f76a5c4f3876c94dc6215b4c54ceff216 (diff) | |
parent | 3bfc32f54112a8538d03ded7ff48fb772965a55e (diff) |
Merge pull request #863 from danrl/luci-proto-wireguard
luci-proto-wireguard: Fix misleading description
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/luci-proto-wireguard/luasrc/model/cbi/admin_network/proto_wireguard.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/luci-proto-wireguard/luasrc/model/cbi/admin_network/proto_wireguard.lua b/protocols/luci-proto-wireguard/luasrc/model/cbi/admin_network/proto_wireguard.lua index 4cda94c7d0..774c6db22b 100644 --- a/protocols/luci-proto-wireguard/luasrc/model/cbi/admin_network/proto_wireguard.lua +++ b/protocols/luci-proto-wireguard/luasrc/model/cbi/admin_network/proto_wireguard.lua @@ -103,7 +103,8 @@ allowed_ips = peers:option( "allowed_ips", translate("Allowed IPs"), translate("Required. IP addresses and prefixes that this peer is allowed " .. - "to use inside the tunnel. Routes will be added accordingly.") + "to use inside the tunnel. Usually the peer's tunnel IP " .. + "addresses and the networks the peer routes through the tunnel.") ) allowed_ips.datatype = "ipaddr" allowed_ips.optional = false |