难道是用perl太多的结果# Programming - 葵花宝典
s*d
1 楼
这是OpenRadius的一部分说明,这家伙感觉都走火入魔了。
# The following few examples all define two
# sockets, one listening on 172.16.1.1:1645
# and the other on port 1812 for all addresses:
source(addr=172.16.1.1, port=1645,
addr=0.0.0.0, port=1812),
# which is the same as:
source(port=1645, addr=172.16.1.1,
port=1812, addr=0.0.0.0),
# which is the same as:
source(port=1645, addr=172.16.1.1,
port=1812),
# which is the same as:
source(port=1645, port=1812,
addr=172.16.1.1, addr=0.0
# The following few examples all define two
# sockets, one listening on 172.16.1.1:1645
# and the other on port 1812 for all addresses:
source(addr=172.16.1.1, port=1645,
addr=0.0.0.0, port=1812),
# which is the same as:
source(port=1645, addr=172.16.1.1,
port=1812, addr=0.0.0.0),
# which is the same as:
source(port=1645, addr=172.16.1.1,
port=1812),
# which is the same as:
source(port=1645, port=1812,
addr=172.16.1.1, addr=0.0