Projects STRLCPY Synergy-httpx Commits d7180955
🤬
  • ■ ■ ■ ■ ■ ■
    synergy_httpx.py
    skipped 71 lines
    72 72  parser.add_argument("-k", "--key", action="store", help = "The private key for your certificate. ")
    73 73  parser.add_argument("-p", "--port", action="store", help = "Server port.", type = int)
    74 74  parser.add_argument("-q", "--quiet", action="store_true", help = "Do not print the banner on startup.")
    75  -parser.add_argument("-i", "--interface", action="store", help = "Supply an interface to adjust the server URLs automatically to the corresponding IP address. If omitted, your public IP will be used instead.", type = str)
     75 +parser.add_argument("-i", "--interface", action="store", help = "Supply an interface to adjust the server URLs listing automatically to its corresponding IP address. If omitted, your public IP will be used instead.", type = str)
    76 76   
    77 77  args = parser.parse_args()
    78 78   
    skipped 28 lines
    107 107   Y = [['█', '░','░','█','░'], ['█', '▄','▄','█','░'], ['▄','▄','▄','▀','░']]
    108 108   H = [['░','░','█','░','░','█','░'], ['░','░','█', '█','▀','█','░'], ['░','░','█','░','░','█','░']]
    109 109   T = [['▀', '█','▀','░'], ['░', '█','░','░'], ['░', '█','░','░']]
    110  - P = [['', '▀','▀','▄','░'], ['█', '▄','▄','█','░'], ['█','░','░','░','░']]
     110 + P = [['', '▀','▀','▄','░'], ['█', '▄','▄','█','░'], ['█','░','░','░','░']]
    111 111   X = [['█','░','░','█'], [' ', '▀','▄',''], ['█','░','░','█']]
    112 112   
    113 113   banner = [S,Y,N,E,R,G,Y,H,T,T,P,X]
    skipped 728 lines
Please wait...
Page is in error, reload to recover