Guest User

Untitled

a guest
Feb 23rd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. FILENAME=$(basename aos.conf)
  4.  
  5. function while_line_LINE_FD
  6. {
  7. exec 0< $FILENAME
  8. while read LINE
  9. do
  10. echo “$LINE”
  11. :
  12. done
  13. }
  14.  
  15. while_line_LINE_FD
  16.  
  17. #ping-timer-rem
  18. keepalive 10 120
  19.  
  20. # Try to preserve some state across restarts.
  21. persist-key
  22. persist-tun and so on ...
  23.  
  24. “??
  25. “??
  26. “??
  27. “??
  28. “??
Add Comment
Please, Sign In to add comment