xinghe0 发表于 2017-7-6 13:52:18

mac 80端口映射 配置

<?xml version="1.0" encoding="UTF-8"?>  <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  <plist version="1.0">
  <dict>
  <key>Label</key>
  <string>com.xxx.pfctl</string>
  <key>ProgramArguments</key>
  <array>
  <string>/usr/local/bin/enable-pf-xxx.sh</string>
  </array>
  <key>StandardOutPath</key>
  <string>/var/log/pf/access.log</string>
  <key>StandardErrorPath</key>
  <string>/var/log/pf/error.log</string>
  <key>RunAtLoad</key>
  <true/>
  </dict>
  </plist>
页: [1]
查看完整版本: mac 80端口映射 配置