소스 검색

pdns scripts added

84582af
Dirk Alders 1 년 전
부모
커밋
bfe1e14475
3개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      pdns-get
  2. 5
    0
      pdns-proxy
  3. 4
    0
      pdns-register

+ 4
- 0
pdns-get 파일 보기

@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+#
3
+wget -O - stdout http://pdns.mount-mockery.de 2> /dev/null|jq .$1
4
+

+ 5
- 0
pdns-proxy 파일 보기

@@ -0,0 +1,5 @@
1
+#/bin/sh
2
+#
3
+HOST=`pdns-get $1`
4
+socat stdio tcp:$HOST:22
5
+

+ 4
- 0
pdns-register 파일 보기

@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+#
3
+wget -O - stdout http://pdns.mount-mockery.de/pdns/$(hostname) 2> /dev/null 1> /dev/null
4
+

Loading…
취소
저장