-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrc.config
More file actions
36 lines (30 loc) · 821 Bytes
/
rc.config
File metadata and controls
36 lines (30 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# This file is for the user configuration
# Uncomment lines to activate
#
# Set some usernames and passwords according to your priority
# eg: if you have 2 IDs with 'ID1' being the most used,
# then write this:
#
# username[1]='ID1'
# password[1]='ID1_password'
# username[2]='ID2'
# password[2]='ID2_password'
#
# Use can use UNLIMITED ID and password combinations
#
# Configure features
# Always force login:
# change to '1' to always use autologin
force=0
# Always use debug mode:
# change to '1' to always use debug mode
debug=0
# Always force login to hostel wifi router:
# change to '1' to always send login request to hostel router
hostel=0
# Quiet mode
# change to '1' to never send notification on login
quiet=0
# Change to custom login url if required
login_url='https://10.1.0.10:8090/httpclient.html'