gistfile1.txt
· 2.9 KiB · Text
Originalformat
135 function cmd::add::run() {
115 function cmd::list::run() {
109 function cmd::block::run() {
91 function cmd::rule::show() {
89 function cmd::unblock::run() {
89 function cmd::rename::run() {
83 function cmd::remove::run() {
81 function cmd::list::show_client() {
78 function cmd::watch::tail_events() {
67 function cmd::group::show() {
60 function cmd::watch::poll_handshakes() {
59 function cmd::rule::update() {
57 function cmd::logs::remove() {
56 function cmd::list::_render_row() {
53 function cmd::inspect::run() {
52 function cmd::preset::add() {
51 function cmd::rule::add() {
50 function cmd::watch::run() {
49 function cmd::audit::check_peer() {
48 function cmd::audit::run() {
/etc/wireguard/wgctl/commands/rule.command.sh:114: printf "\n %-20s %-45s %-8s %-8s %s\n" \
/etc/wireguard/wgctl/commands/rule.command.sh:122: printf " %-20s %-45s %-8s %-8s %s\n" \
/etc/wireguard/wgctl/commands/preset.command.sh:69: printf "\n %-25s %-40s %s\n" "NAME" "DESCRIPTION" "RULES"
/etc/wireguard/wgctl/commands/preset.command.sh:86: printf " %-25s %-40s %s\n" \
/etc/wireguard/wgctl/commands/watch.command.sh:69: printf " %-20s %-25s %-20s ${event_color}%-12s\033[0m%b\n" \
/etc/wireguard/wgctl/commands/watch.command.sh:75: printf "\n %-20s %-25s %-20s %-12s %s\n" \
/etc/wireguard/wgctl/commands/inspect.command.sh:42: printf " %-20s %s\n" "${label}:" "$value"
/etc/wireguard/wgctl/commands/logs.command.sh:115: printf "\n %-20s %-8s %-20s %-25s %s\n" \
/etc/wireguard/wgctl/commands/logs.command.sh:128: printf " %-20s %-8s %-20s %-25s %b\n" \
/etc/wireguard/wgctl/commands/logs.command.sh:137: printf " %-20s %-8s %-20s %-25s %b\n" \
/etc/wireguard/wgctl/commands/logs.command.sh:207: printf " %-20s %-20s %-18s %s\n" "TIME" "CLIENT" "ENDPOINT" "EVENT"
/etc/wireguard/wgctl/commands/logs.command.sh:219: printf " %-20s %-20s %-18s %b\n" "$ts" "$client" "$endpoint" "$colored_event"
/etc/wireguard/wgctl/commands/logs.command.sh:233: printf " %-20s %-18s %-25s %s\n" "TIME" "CLIENT" "DESTINATION" "PROTOCOL"
/etc/wireguard/wgctl/commands/logs.command.sh:246: printf " %-20s %-18s %-25s %b\n" "$ts" "$client" "$dst" "$colored_proto"
/etc/wireguard/wgctl/commands/audit.command.sh:109: test::pass "$(printf "%-28s rule=%-15s fw: %s/%s" "$peer_name" "$rule" "$actual" "$expected")"
/etc/wireguard/wgctl/commands/audit.command.sh:111: test::warn "$(printf "%-28s rule=%-15s fw: %s/%s (extra rules)" "$peer_name" "$rule" "$actual" "$expected")"
/etc/wireguard/wgctl/commands/audit.command.sh:118: test::fail "$(printf "%-28s rule=%-15s fw: %s/%s (missing rules)" "$peer_name" "$rule" "$actual" "$expected")"
/etc/wireguard/wgctl/commands/group.command.sh:107: printf "\n %-20s %-35s %-8s %s\n" "NAME" "DESCRIPTION" "PEERS" "STATUS"
/etc/wireguard/wgctl/commands/group.command.sh:130: printf " %-20s %-35s %-8s %b\n" \
/etc/wireguard/wgctl/commands/group.command.sh:150:# printf "\n %-20s %-35s %-8s %s\n" "NAME" "DESCRIPTION" "PEERS" "STATUS"
| 1 | 135 function cmd::add::run() { |
| 2 | 115 function cmd::list::run() { |
| 3 | 109 function cmd::block::run() { |
| 4 | 91 function cmd::rule::show() { |
| 5 | 89 function cmd::unblock::run() { |
| 6 | 89 function cmd::rename::run() { |
| 7 | 83 function cmd::remove::run() { |
| 8 | 81 function cmd::list::show_client() { |
| 9 | 78 function cmd::watch::tail_events() { |
| 10 | 67 function cmd::group::show() { |
| 11 | 60 function cmd::watch::poll_handshakes() { |
| 12 | 59 function cmd::rule::update() { |
| 13 | 57 function cmd::logs::remove() { |
| 14 | 56 function cmd::list::_render_row() { |
| 15 | 53 function cmd::inspect::run() { |
| 16 | 52 function cmd::preset::add() { |
| 17 | 51 function cmd::rule::add() { |
| 18 | 50 function cmd::watch::run() { |
| 19 | 49 function cmd::audit::check_peer() { |
| 20 | 48 function cmd::audit::run() { |
| 21 | |
| 22 | /etc/wireguard/wgctl/commands/rule.command.sh:114: printf "\n %-20s %-45s %-8s %-8s %s\n" \ |
| 23 | /etc/wireguard/wgctl/commands/rule.command.sh:122: printf " %-20s %-45s %-8s %-8s %s\n" \ |
| 24 | /etc/wireguard/wgctl/commands/preset.command.sh:69: printf "\n %-25s %-40s %s\n" "NAME" "DESCRIPTION" "RULES" |
| 25 | /etc/wireguard/wgctl/commands/preset.command.sh:86: printf " %-25s %-40s %s\n" \ |
| 26 | /etc/wireguard/wgctl/commands/watch.command.sh:69: printf " %-20s %-25s %-20s ${event_color}%-12s\033[0m%b\n" \ |
| 27 | /etc/wireguard/wgctl/commands/watch.command.sh:75: printf "\n %-20s %-25s %-20s %-12s %s\n" \ |
| 28 | /etc/wireguard/wgctl/commands/inspect.command.sh:42: printf " %-20s %s\n" "${label}:" "$value" |
| 29 | /etc/wireguard/wgctl/commands/logs.command.sh:115: printf "\n %-20s %-8s %-20s %-25s %s\n" \ |
| 30 | /etc/wireguard/wgctl/commands/logs.command.sh:128: printf " %-20s %-8s %-20s %-25s %b\n" \ |
| 31 | /etc/wireguard/wgctl/commands/logs.command.sh:137: printf " %-20s %-8s %-20s %-25s %b\n" \ |
| 32 | /etc/wireguard/wgctl/commands/logs.command.sh:207: printf " %-20s %-20s %-18s %s\n" "TIME" "CLIENT" "ENDPOINT" "EVENT" |
| 33 | /etc/wireguard/wgctl/commands/logs.command.sh:219: printf " %-20s %-20s %-18s %b\n" "$ts" "$client" "$endpoint" "$colored_event" |
| 34 | /etc/wireguard/wgctl/commands/logs.command.sh:233: printf " %-20s %-18s %-25s %s\n" "TIME" "CLIENT" "DESTINATION" "PROTOCOL" |
| 35 | /etc/wireguard/wgctl/commands/logs.command.sh:246: printf " %-20s %-18s %-25s %b\n" "$ts" "$client" "$dst" "$colored_proto" |
| 36 | /etc/wireguard/wgctl/commands/audit.command.sh:109: test::pass "$(printf "%-28s rule=%-15s fw: %s/%s" "$peer_name" "$rule" "$actual" "$expected")" |
| 37 | /etc/wireguard/wgctl/commands/audit.command.sh:111: test::warn "$(printf "%-28s rule=%-15s fw: %s/%s (extra rules)" "$peer_name" "$rule" "$actual" "$expected")" |
| 38 | /etc/wireguard/wgctl/commands/audit.command.sh:118: test::fail "$(printf "%-28s rule=%-15s fw: %s/%s (missing rules)" "$peer_name" "$rule" "$actual" "$expected")" |
| 39 | /etc/wireguard/wgctl/commands/group.command.sh:107: printf "\n %-20s %-35s %-8s %s\n" "NAME" "DESCRIPTION" "PEERS" "STATUS" |
| 40 | /etc/wireguard/wgctl/commands/group.command.sh:130: printf " %-20s %-35s %-8s %b\n" \ |
| 41 | /etc/wireguard/wgctl/commands/group.command.sh:150:# printf "\n %-20s %-35s %-8s %s\n" "NAME" "DESCRIPTION" "PEERS" "STATUS" |